-
Notifications
You must be signed in to change notification settings - Fork 83
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
Uncaught Error: HTTP Status 404 at XMLHttpRequest.xhr.onload #8
Comments
hm.. can you tell me exactly from where you are loading the image ? This error is internally thrown by the |
Im loading the images locally from my server. It seem like the Jimp package uses the cors anywhere module and for some reason is not allowing me to load images. So the error comes from "http://cors-anywhere.herokuapp.com/http://localhost:3001/uploads/book/default.png" It says Missing required request header. Must specify one of: origin,x-requested-with. |
Strange. I am trying to find some time to prepare for a new release so, stay tuned! I'll try to fix this (and also the other) issues. Thanks! |
I got similar error in google cloud storage (but this can be solved by cors settings ). when I upload and load image, using default tag has no problem, But when using ProcessImage, XMLHttpRequest error occured and cannnot load image. |
I get a bunch of annoying errors in the console like:
Uncaught Error: HTTP Status 404 for url http://localhost:3000/uploads/book/image/15/IMG-20171002-WA0012.jpg
at XMLHttpRequest.xhr.onload (jimp.min.js:27)
What does it suppose to mean?
The text was updated successfully, but these errors were encountered: