TurboWarp / packager

Converts Scratch projects into HTML files, zip archives, or executable programs for Windows, macOS, and Linux.
https://packager.turbowarp.org/
Mozilla Public License 2.0
218 stars 134 forks source link

DOMException: The operation is insecure #387

Closed TheShovel closed 2 years ago

TheShovel commented 2 years ago

I tried to host my game on github pages, and to my surprise, it doesn't work. It throws a error at me, something that didn't happen when I tried Htmlifier. When I don't connect to my heroku server, it works, so it has to do with that. Sadly I can't just not use a server because the game is multiplayer. Here is the link for the game https://cataghg.github.io/Kewllab-on-web-test/ and here is the error image

GarboMuffin commented 2 years ago

ws:// is insecure

use wss://

TheShovel commented 2 years ago

thanks! it worked!