DEV Community

Discussion on: File upload with React, Express and Google Cloud Storage with folder structure

Collapse
 
rterrell25 profile image
Robert Terrell

I noticed when i submit a file using the form it uploads correctly but for some reason it turns red and states error during load. My console shows the following: filepond.js:3139 GET localhost:3000/%5Bobject%20Object%5D 404 (Not Found) is there something I need to do to prevent this?

Collapse
 
idiglove profile image
Faith Morante

I wont be able to see that link as it is served through your localhost. Can you provide a screenshot of the error? thanks

Collapse
 
rterrell25 profile image
Robert Terrell • Edited

That's what the error displays as in the console. The error message is the following:

"filepond.js:3139 GET localhost:3000/%5Bobject%20Object%5D 404 (Not Found)"

the file input turns red and continually flickers saying error during load. What's strange tho is that the file uploads correctly and displays, so im wondering if its the file change code that's possibly creating the error.