You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BananaBread game fails to load the rooms list. If we look at the developer console in FireFox browser
( Nightly 32.0a1 (2014-05-06) ) , we could notice the following error :
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mdsw.ch:8080/socket.io/1/?t=1399415156021. This can be fixed by moving the resource to the same domain or enabling CORS.
This error is preventing the game from loading the rooms list. ForceCORS extension, which helps to disable CORS-related security, cannot solve this problem and is not compatible with latest browsers
BananaBread game fails to load the rooms list. If we look at the developer console in FireFox browser
( Nightly 32.0a1 (2014-05-06) ) , we could notice the following error :
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mdsw.ch:8080/socket.io/1/?t=1399415156021. This can be fixed by moving the resource to the same domain or enabling CORS.
This error is preventing the game from loading the rooms list. ForceCORS extension, which helps to disable CORS-related security, cannot solve this problem and is not compatible with latest browsers
SOLUTION: please, enable CORS at your https://mdsw.ch:8080 server . Detailed instructions are
in this article - https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
P.S. WebRTC is working (I tried with another application) my router is set up correctly as well
so, I strongly believe this is a CORS problem
The text was updated successfully, but these errors were encountered: