Skip to content
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

Register Route not authentication #1

Open
Nishant5454 opened this issue Apr 26, 2024 · 9 comments
Open

Register Route not authentication #1

Nishant5454 opened this issue Apr 26, 2024 · 9 comments
Labels
good first issue Good for newcomers

Comments

@Nishant5454
Copy link

IN frontend in user Registration part after submitting all the data when i click to register it is showing error 404 not found

@Haris-Mohanty
Copy link
Owner

Thank you for opening this issue! Could you please provide more details about the problem you're experiencing? Any error messages or steps to reproduce would be helpful.

@Haris-Mohanty Haris-Mohanty added the good first issue Good for newcomers label Apr 26, 2024
@aditya9199043851
Copy link

Sure.. I cloned your Repo and then start the client part server ...done all the steps that you have mentioned to run the project although after filling all the credentials and after pressing register button it is not responding and giving error 404

@aditya9199043851
Copy link

Uploading Screenshot 2024-04-27 at 11.53.15 AM.png…

@Haris-Mohanty
Copy link
Owner

Your screenshot is not visible, kindly upload it again..

@Nishant5454
Copy link
Author

sure

@Nishant5454
Copy link
Author

Uploading Screenshot from 2024-04-29 01-36-21.png…

@Nishant5454
Copy link
Author

Dont know why image is not uploading clearly can I mail you the error

@Haris-Mohanty
Copy link
Owner

Hi @Nishant5454 , @adiadamomdad1147,

The 404 error you're encountering after pressing the register button could be due to the client application not being able to communicate with the server properly.

To resolve this issue, please make sure you have set the correct base URL for your server in the client application. You can do this by creating a .env file in the root directory of the client application if it doesn't already exist, and then adding the following line:

REACT_APP_BASE_URL= check backend api and add url

After setting the base URL, restart the client application and try registering again. Hopefully, this should resolve the 404 error you're encountering.

If you need further assistance or have any other questions, feel free to ask.

@Nishant5454
Copy link
Author

Thanku for your response..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants