This is my client code.
const socket = io(url);
This is my server code on linux server with express server.
const server = require("http").createServer(app);
When I try to connect, the error occures.
This is my client code.
const socket = io(url);
This is my server code on linux server with express server.
const server = require("http").createServer(app);
When I try to connect, the error occures.