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
What are changes that we have to make in cors After deployment frontend to netlify and backend to heroku.?
The text was updated successfully, but these errors were encountered:
app.use(cors({ origin: "<YOUR_FRONTEND_DEPLOYED_PROJECT_URL>" })); // Add this in line no 10 in index.js file inside server folder
Sorry, something went wrong.
hey still i am getting those CROS and socket error. Have you deployed it successfully? Can you please guide me a little
No branches or pull requests
What are changes that we have to make in cors
After deployment frontend to netlify and backend to heroku.?
The text was updated successfully, but these errors were encountered: