shaderplace
shaderplace copied to clipboard
CORS errors on site
I'm noticing that I'm getting errors in my console when going to shader.place
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost:8080/sockjs-node/info?t=1639069009290. (Reason: CORS request did not succeed).
I think this is due to the configuration of the webpack dev server and I believe that this can be avoided by either serving out of nginx directly or adding some other static web server. I'm happy to take a look if you are willing to give me ssh + sudo access to the host. My email is andrewcemil at gmail if you want to reach me there.