leopard-js / leopard

Library for making Scratch-like projects with JavaScript.
https://leopardjs.com
MIT License
136 stars 26 forks source link

Code sandbox fails to load #181

Open another-m00 opened 1 year ago

another-m00 commented 1 year ago

Code sandbox failed to load my project (Yet another moonlander) with the error "Argument sandboxId for data.sandboxId is missing." This is probably an internal issue, since even when I download and upload the same project, the codesandbox id is undefined.

I might be missing something, but this should be covered by the code or added in as a faq with a solution.

XenonPy commented 2 weeks ago

This seems more relevant to the website repo... (https://github.com/PullJosh/leopard-website)

Since it seems it's an issue with loading the output into codesandbox and not actually the conversion, but you might want to check with the maintainers on where that's actually being handled