adrianhajdin / project_medical_pager_chat

Medical Pager Chat App powered by GetStream
1.49k stars 470 forks source link

Axios Post Network Error #20

Open criss02-cs opened 2 years ago

criss02-cs commented 2 years ago

Hi, i was just seeing your video, but when i try to sign up it gave me an Network error with Axios image

Adityakumar-blip commented 2 years ago

I'm getting the same error.

avigyanRoy commented 1 year ago

Facing the same issue. Would be great if it is resolved soon.

TheReaLLsQuaLL commented 1 year ago

To solve this issue on the auth.jsx make the const URL like this

const URL = "http://localhost:5000/auth";

YongkangLu commented 1 year ago

POST http://localhost:5000/auth/signup 404 (Not Found)

any help on this whenever try to click sign up it throws the above

TheReaLLsQuaLL commented 1 year ago

Can you add your code so maybe can help better.Also you can check my repo if you want to see working code

pwn-mm commented 1 year ago

Facing the same issue. Would be great if it is resolved soon.

This error is probably because of React version. Please downgrade to React17 and try again.

pwn-mm commented 1 year ago

To solve this issue on the auth.jsx make the const URL like this

const URL = "http://localhost:5000/auth";

Yes yes, this one works.

jahanvi1903 commented 11 months ago

To solve this issue on the auth.jsx make the const URL like this const URL = "http://localhost:5000/auth";

Yes yes, this one works.

after changing i got another error Screenshot (35)

TheReaLLsQuaLL commented 10 months ago

To solve this issue on the auth.jsx make the const URL like this const URL = "http://localhost:5000/auth";

Yes yes, this one works.

after changing i got another error Screenshot (35)

Did you solve it yet or having the same problem?

amish0301 commented 6 months ago

Yes, I'm also getting the same error. i tried all possible ways like changes URL from HTTP <-> HTTPS then I used scryptSync for generating random User_id but still getting the same Error.

if anyone Solved please share your ans.