Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
264 views
in Technique[技术] by (71.8m points)

Error Fetch method POST localhost in reactJS

I'm stuck on something.

While I'm trying to fetch a sign-in in LocalHost I got an error on my browser console

Browser console error

my fetch code here :

Fetch code - front

when I fetch With POSTMAN everything is working perfectly.

I Also add a proxy line on my package.json file and what I don't understand is the error above is trying to fetch on localhost:3001 but my proxy line is :

  "proxy": "http://localhost:3000"

any help appreciated !

question from:https://stackoverflow.com/questions/66051901/error-fetch-method-post-localhost-in-reactjs

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...