You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to embed the example by copying and pasting the JS into my page, however, I get this error: DevTools failed to load source map: Could not load content for https://jolecule.com/js/jolecule.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I then downloaded jolecule.js and jolecule.js.map locally and changed the path in the require line of code, and the error goes away, but unfortunately, nothing is rendered.
This is an incredible work your team achieved, I am not sure if this project is still active, but wanted to report. Thanks!
The text was updated successfully, but these errors were encountered:
Hi Ron, it was a server permissions oversight! I've now allowed https://jolecule.com/js/jolecule.js.map to be served from the website (Google App Engine btw). Thanks for the bug report! Bosco
Hello, I am trying to embed the example by copying and pasting the JS into my page, however, I get this error:
DevTools failed to load source map: Could not load content for https://jolecule.com/js/jolecule.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I then downloaded jolecule.js and jolecule.js.map locally and changed the path in the require line of code, and the error goes away, but unfortunately, nothing is rendered.
This is an incredible work your team achieved, I am not sure if this project is still active, but wanted to report. Thanks!
The text was updated successfully, but these errors were encountered: