Godot Version
Godot 4.3
Question
I am having some issues exporting my Godot project to the web. Project is publicly available via my GitLab instance.
I am creating a project that uses web rtc as a client. After getting RTC to work properly from the editor builds. I want to try to upload my HTML page to my website to test it out there. But my editor throws this error in response.
Here are my build settings:
I tried publishing the output anyways, and I get these unhelpful messages when looking at the devtools (firefox).
I’ve read through the webrtc Native instructions, and used the binaries compiled for me.
I place these files in the addons/webrtc folder. And it runs from the editor just fine.
Am I missing some important step? Any help would be greatly appreciated!
Thanks!