Hello,
after playing around with the Godot integration (having used nakama and godot in previous projects) I noticed that html5 exports can’t connect to the server. I get Status Code = 8 and Message HTTPRequest Failed, so a pretty generic error I think.
The documentation explicitly says html5 works (here) so why doesnt it?
The same exact build for Linux works flawlessly as usual only html exports (tested with godots local debug html5 server, with nginx on my website and itch io html hosting) can’t ever connect.
Do I need special settings for html exports? Or what else could cause this?
edit: also opened an issue on github