You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry that you're having a hard time with the admin user. One thing to try is adding retryWrites=false to the end of the mongodb url as a query parameter. So, if there is already something in the url like ?somekey=somevalue, then you would add &retryWrites=false. If there are currently no query parameters in the url, you would add ?retryWrites=false.
Please feel free to email me at [email protected] and I can troubleshoot further with you.
Hi,
I love this project and I got it all working, except for the create admin user part.
I ran the command to create a new user (npm run create-user) and I get the response that my user is created.
When I go to my admin login page, it says my login has failed.
I have created a db call checkpoints, do I need to set something else up?
Is there something that I am missing?
Thanks,
Pim
The text was updated successfully, but these errors were encountered: