Hello, when I run my client from the PlayCanvas.com editor I get the following CORS error:
Access to XMLHttpRequest at 'https://xxx.colyseus.dev/matchmake/create/Battle' from origin 'https://launch.playcanvas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I know that cors is built into Arena now, so do I need to add a rule to grant access to 'https://launch.playcanvas.com'? If yes, how do I do that?
Thanks!