-
Notifications
You must be signed in to change notification settings - Fork 914
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
JS Paint has blocking 404 errors via "npm serve" #534
Comments
Can you show how you are running the code? Also can you show the requests on DevTools to see which URL it is trying? You need to run the code via |
It seems yarn dev does indeed work, my bad, forgot to check this out.
The error occurs for:
Was that expected anyway? Sorry for taking up your time, not too sure about the differences. |
Glad yarn dev worked, as for yarn serve not working, I can look into that. I actually don't use that in production myself so never ran into it. I just build and deploy the out folder directly. |
@DustinBrett Thanks for your response. While yarn dev does actually work better, I can see a 404 pop up for some applications. In the screenshot I'll send an example. The application does load but fails to load the language for the user I geus. |
I see, it is true I removed non-English languages from JS Paint. But I didn't think it would cause blocking 404's. |
Anyone else that noticed these errors?
The files that are being requested with the 404 errors are clearly in the project, yet it can't grab these?
Not sure if this is just an issue for me, or if anyone else has noticed this.
The text was updated successfully, but these errors were encountered: