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 web_microphone_websocket example works for localhost, but on a domain there were CORS errors from the socket.io code, e.g. Chrome:
Access to XMLHttpRequest at 'https://example.com:4000/socket.io/?EIO=3&transport=polling&t=Nu-iT4E' from origin 'https://example.com.cz:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Several recipes from SO and the socket.io docs did not work, perhaps someone with better JS knowledge might help.
The text was updated successfully, but these errors were encountered:
The
web_microphone_websocket
example works for localhost, but on a domain there were CORS errors from thesocket.io
code, e.g. Chrome:Several recipes from SO and the socket.io docs did not work, perhaps someone with better JS knowledge might help.
The text was updated successfully, but these errors were encountered: