We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a CORS error in the inspect console and I don't know how to fix it...
Can somebody help?
The text was updated successfully, but these errors were encountered:
I am trying to solve this issue as well.., will send you the code when it works for me,, and do tell if you managed to sovle it?
Sorry, something went wrong.
@samuelkannuberg , using below code works well:
const io = require('socket.io')(3000, { cors: { origin: true, // true means to use any frontend. }, })
thanks for a solution!
No branches or pull requests
I get a CORS error in the inspect console and I don't know how to fix it...
Can somebody help?
The text was updated successfully, but these errors were encountered: