-
-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local host url error #3
Comments
I got a problem before like that. thank you @Essi5764 |
I am still getting network error, please any help. This is the error below. Thanks |
can you drop the code? |
Hello Muftinet, I tried to find the project on your repo but I cannot get into the folder to see the code. This is how I fixed mine. Go to client folder>src>components>Auth.jsx. Make sure your url is like this: const URL = 'http://localhost:5000/auth'; I can attempt to help you further once I can see your code. |
I also problem the same. I sure that I fixed URL. Please any help me. |
Thank you. |
thank you brother |
even when i edited the https to http .. i'm still getting this error |
xhr.js:177 POST http://localhost:5000/auth/signup net::ERR_CONNECTION_REFUSED |
Hi bro, try replacing your Avatar URL by copying the address of the image to the right of your sign up form and pasting it in the Avatar URL input in the from and submit. See if that works. Looks like the error may be coming from trying to find the image for the avatar. Take care |
Hi, i'm new in react and has been following the same tutorial. I also ran in into the same issue with "POST http://localhost:5000/auth/true%20?%20%27signup%27%20:%20%27login%27} 404 (Not Found)" and Axios Error. I don't know if anyone has fixed the issue. Thank you |
Hi, I am new to reactjs. I am having the same problem and your links are broken. I can't get to them. Any help would be appreciated. |
use this in index.js const authRoutes = require('./routes/auth.js'); app.use('/auth', authRoutes); |
I am still getting this issue even tho I did everything correct. Here is the issue: Uncaught (in promise) Error: Request failed with status code 500 |
client/src/components/Auth.jsx
On line 31 const URL = 'https://localhost:5000/auth';
This generates a network error.
SHOULD BE : const URL = 'http://localhost:5000/auth';
Thanks for an awesome tutorial.
The text was updated successfully, but these errors were encountered: