This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Replies: 1 comment 8 replies
-
@roopeshsn hey, sorry for pinging you like this but I'm still kinda stuck on what the problem is here |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there, first I just want to say thank you for providing this project as open source.
I've installed all the dependencies and when I enter "npm run dev", I run into the above issues.
I think it may have something to do with the MongoDB URI.
I copy+pasted the URI from your README.md and replaced only the password with my database admin password.
For the Mailtrap credentials, are the credentials supposed to be in quotes or no quotes? For example,
EMAIL_USERNAME = "abc123..."
orEMAIL_USERNAME = abc123...
?Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions