0
Hello I’m starting in React and I came across a problem, I’m trying to make an app similar to Dropbox, on the main screen you create a box and can upload files, but when I click create this message appears:
"Blocked cross-origin request: Same Origin Policy (Same Origin Policy) prevents reading the remote resource at https://app-reactteste.herokuapp.com/boxes. (Reason: CORS header 'Access-Control-Allow-Origin' is not present)."
I saw that there is a CORS extension for the browser, activated and appears error 503, I wonder if this is usually an error in the same code?
The back-end is on github: https://github.com/onz3/backend
You are passing header on request from the front?
– Victor Alessander