-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not start the Development System. Please make sure you have WebAssembly enabled. #9
Comments
@jmkolbe I've validated it works locally with both Chrome and Firefox. Are you perhaps accessing the running image remotely over a slow internet connection? That error often comes up when the WASM bundle timeouts while loading |
@josephschorr thanks for checking. I tried to find the difference between the two instances in the dev console and noticed this in the local instance, but not in the public playground:
P.S.: Sorry it's in German, for the life of me I will never understand why debugging output gets translated. |
@jmkolbe Are you running any sort of proxy or intermediary between your browser and the Playground instance? Perhaps a load balanacer of some kind? |
I have the same issue running this from Docker using the instruction from the readme on MacOS. |
Exact same problem here on MacOS... |
Apologies to add to the pile, but I am facing the same issue. I have tried on both firefox and chrome. Followed the instructions as per the README.md#docker. |
same problem on windows11. bad magic number |
Okay, I just got it to work with a locally build version. The culprit is If you install git-lfs first, then do a I am guessing that maybe the build system that created the original playground image does not have git-lfs installed... |
Thanks for posting your findings! I'll get the release workflow updated to correctly download lfs files during the build. |
Precondition: Playground Docker image build from main branch, tagged
spicedb-playground:master
docker run -it -p 3000:3000 spicedb-playground:master
<host>:3000
in browser FF (based on 115.6.0esr) or Edge (123.0.2420.81)Expected: Playground environment with validation support
Observed: Playground environment with non-working validation support and error "Could not start the Development System. Please make sure you have WebAssembly enabled."
The feature works on https://play.authzed.com/schema, meaning the browsers apparently support the required features
The text was updated successfully, but these errors were encountered: