DEV Community

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

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.