mrugeshOriginal post
Web Developer
Seeing this CORS error pretty much any social service on the Sign Up page. Was able to follow thru, only because I was looking at the dev console and clicked the link in the console. But the CORS policy is leading to a misleading "Unable to connect to the server. Please check your internet connection and try again." toast when you click GitHub for example in the Sign Up page.
Summary
Error message regarding CORS (Cross-Origin Resource Sharing) is appearing when attempting to sign up or sign in using social services like GitHub. The CORS policy error causes a misleading toast message about internet connection issues. To resolve this issue, adapt the server to allow requests from specified origins, or configure the client-side API requests to prevent CORS errors.