Hi there, I am getting a lot of “upload errors” while using the browser uploader. When I try to upload like 400 (500KB files) uploads at the same time the error appears. When I try smaller bulks all is succesfull.
What to do?
Hi there, I am getting a lot of “upload errors” while using the browser uploader. When I try to upload like 400 (500KB files) uploads at the same time the error appears. When I try smaller bulks all is succesfull.
What to do?
You may be hitting some server limit or security settings. If you’re familiar with the browser’s network inspector then can you have a look at the error code and any message returned from the server?
Thx Ben, ill try to get it monitored. Pain is gone for some reason, so ill try to reproduce and capture the network settings when the error occurs!
Hi Ben,
error is back again.
uppy.js:1
POST https://www.circuitpics.nl/webshop/backlight/publisher/ajax_add_photos/516862/ 503 (Service Unavailable)
(anonymous) @ uppy.js:1
t._call @ uppy.js:1
t._next @ uppy.js:1
(anonymous) @ uppy.js:1
Promise.then
t._queueNext @ uppy.js:1
done @ uppy.js:1
(anonymous) @ uppy.js:1Understand this error
uppy.js:1 SyntaxError: Unexpected token ‘<’, "
<b"… is not valid JSON
at JSON.parse ()
at Object.getResponseData (uppy.js:1:240042)
at XMLHttpRequest. (uppy.js:1:243157)
Hi @Phoentje, is that the same error?
Can you look at the network inspector to see what the server is returning when trying to upload an image?
Sorry, @Phoentje I meant to reply again.
The 503 errors aren’t normal. Can you click on one of those and see what content the server is returning?