Closed albiCoder closed 3 years ago
As you can see on the image I was having problems with cors privacy.
Solution: editing env.js file
File content described in book: window.ENV = { UI_API_ENDPOINT: "http://localhost:3000" }
Edited: window.ENV = { UI_API_ENDPOINT: "http://localhost:3000/graphql" }
I have misunderstood this section and made inappropriate changes to my project.
Thank You albiCoder. I had the same issue and your solution worked for me.
As you can see on the image I was having problems with cors privacy.
Solution: editing env.js file
File content described in book: window.ENV = { UI_API_ENDPOINT: "http://localhost:3000" }
Edited: window.ENV = { UI_API_ENDPOINT: "http://localhost:3000/graphql" }