I am using webgl template to test avatar creation but when i click on create avatar it gives the error domaim.readyplayerme refused to connect
Hey, I faced the same issue. Somehow the port you’re running your app is blocked by the firewall.
You can open your WebGL build in VSCode and if you have installed “Live Server” Extension then you should see the “Go Live” option on the bottom right corner, just click on it and you should see the results.
1 Like
Hi, I am confused by your solution. What do you mean open the WebGL build in VSCode? My build is in a folder so which part of the build would I open in VSCode?