Getting Two errors
yashdalal07 opened this issue · 12 comments
POST https://localhost:8000/auth/signup net::ERR_SSL_PROTOCOL_ERROR xhr.js:247
Auth.jsx:50 Uncaught (in promise) AxiosError {message: 'Network Error', name: 'AxiosError', code: 'ERR_NETWORK', config: {…}, request: XMLHttpRequest, …}
Yash were you able to solve the error ?
How did you solve this ?
Yash were you able to solve the error ?
Did you solve this? if you do let me know, I faced the same error
I am also facing the same problem
I am also facing the same problem
Could you please help us out
POST https://localhost:8000/auth/signup net::ERR_SSL_PROTOCOL_ERROR xhr.js:247 Auth.jsx:50 Uncaught (in promise) AxiosError {message: 'Network Error', name: 'AxiosError', code: 'ERR_NETWORK', config: {…}, request: XMLHttpRequest, …}
Yash can u help me out with this same error
(https://localhost:8000/auth/signup) delet the s from https instead use http://localhost:8000/auth/signup
Even after changing URL by removing s, it's giving me an error with status code 404. Did anyone resolve this issue?