Replies: 1 comment
-
There's a pull request adding this information, which I just rebased and expanded upon: godotengine/godot-docs#6108 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With Godot 4, the web exports require the HTTP server to support CORS. This is a complication for the users, who report errors with Godot (1, 2). I spent a while trying to figure out a simple server and got this:
It would save people a lot of time if the information on how to start a server was available directly in the docs or ideally, in the error itself; currently message is:
which tells nothing on how to fix the issue for someone not well-versed in HTTP protocols.
Beta Was this translation helpful? Give feedback.
All reactions