I am an enthusiastic, but occasional openjscad user. I dropped one of my projects into the web dev environment and now get an error:
Error: Error: file not found https://openjscad.xyz/v2/index.htmlswfs/30ecfa9d-747e-4a7d-b86e-5e7a4c262ace/index.js
It looks like readFileWeb.js cannot find a javascript file it expects.
The Chrome/js debugger shows:
error executing command jscadScript Array(1) Error: file not found https://openjscad.xyz/v2/index.htmlswfs/92dad4d3-1bac-464b-9f1f-3434e318d035/index.js
at Au (readFileWeb.js:16:11)
at bt (worker.js:156:24)
at F (index.js:129:25)
I don't know if the accepted input has changed? This is a folder with a index.js file.
Doing a cut/paste with the javascript yields the same error. This small app worked fine the last time I used it, and it's all V2 compatible.
Is there an issue with the current web-based runtime, or do I need to do something differently to load/test code?
Thanks,
Steve