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
The const socket = io('/canvas') in public/scripts/script.js prevents the client from finding the right path on which to connect with the server. This path can be configured by the server in the environment variables, but the change is yet not communicated to the client. I'm not sure how to fix that though.
The text was updated successfully, but these errors were encountered:
The
const socket = io('/canvas')
inpublic/scripts/script.js
prevents the client from finding the right path on which to connect with the server. This path can be configured by the server in the environment variables, but the change is yet not communicated to the client. I'm not sure how to fix that though.The text was updated successfully, but these errors were encountered: