vasansr / pro-mern-stack-2

Code listing for the book Pro MERN Stack, 2nd Edition
https://www.apress.com/book/9781484243909
333 stars 190 forks source link

[Not an issue! Request to delete]Chapter 7.02 localhost:8000 says Error in sending data to server: Failed to fetch #39

Closed albiCoder closed 3 years ago

albiCoder commented 3 years ago

image 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" }

albiCoder commented 3 years ago

I have misunderstood this section and made inappropriate changes to my project.

Hitendra27 commented 2 years ago

Thank You albiCoder. I had the same issue and your solution worked for me.