-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Getting error while create new user #33
Comments
Same issue |
This is usually an issue with the “remote url” (REMOTE_URL) variable in the configuration files not being correct. For example the URL should not end in a slash (“/“), it should be like this “http://example.com” instead of like this “http://example.com/“. You can either rerun the setup command, or manually edit the two config files. One is located in the folder labeled “config” and is called “prod.env” while the other is located at the root of the project directory and is called “.env.production” (you may need to turn on view hidden files). Just make sure to run the build command again so they changes take effect “npm run build” |
I'm having the same issue but in Docker.
|
I have the same problem and it is not URL environment variable error. Do you know if it could be due to another cause? Thank you. |
@subnub this is still a problem |
Hi All,
I am trying this wonderful project. I have been successfully running app on localhost:3000 however when I am trying to create new user using my email id and password it give me error as
Duplicate Email, or Invalid Password
.Could you suggest me what is I am doing wrong.
Please see the attached screenshot
The text was updated successfully, but these errors were encountered: