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
Please go to http://catch-em-all-0a600d65.c65978f4.svc.dockerapp.io:4898 and open the developer console on the network tab. You'll see that all POST request to /socket.io/?EIO=3&transport=polling&t=ABCXYZ123 fail with the following error message
{"code":2,"message":"Bad handshake method"}
The text was updated successfully, but these errors were encountered:
For PokeMap-2 it is working. They are using the socket.io client library at version latest which translates to 1.5.0 (You are using 1.4.8). Maybe updating socket.io already helps.
Please go to http://catch-em-all-0a600d65.c65978f4.svc.dockerapp.io:4898 and open the developer console on the network tab. You'll see that all POST request to
/socket.io/?EIO=3&transport=polling&t=ABCXYZ123
fail with the following error message{"code":2,"message":"Bad handshake method"}
The text was updated successfully, but these errors were encountered: