-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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. |
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 |
Your screenshot is not visible, kindly upload it again.. |
sure |
Dont know why image is not uploading clearly can I mail you the error |
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:
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. |
Thanku for your response.. |
IN frontend in user Registration part after submitting all the data when i click to register it is showing error 404 not found
The text was updated successfully, but these errors were encountered: