godotgodot4

Error The following features required to run Godot projects on the Web are missing: Cross Origin Isolation, SharedArrayBuffer


I exported the godot project to HTML5 and after uploading to itch.io I got the error Error The following features required to run Godot projects on the Web are missing: Cross Origin Isolation - Check web server configuration (send correct headers) SharedArrayBuffer - Check web server configuration (send correct headers)

I tried to export the project with different settings but still got 1 result.


Solution

  • On the settings page of your game on itch under "frame options", you need to check SharedArrayBuffer Support

    Screenshot