Replies: 3 comments 9 replies
-
Hii @gbowne1 |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hii @gbowne1 you can do aswell for better experiance |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think we should also give permissions to the test user as well. like this: username: ... ,
email: ... ,
password: ... ,
roles: [
{ role: "readWrite", db: "codebooker" }
] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After doing some research for @Gourav2609 I would like to propose some improvements to /server/setup.js here:
In this code, the timeout property is set to 30,000 milliseconds (30 seconds) for the save() method. You can adjust this value as needed. This will reduce Mongoose timeout errors like what Gourav2609 was having in this issue: #30
@LOGESH-B
Beta Was this translation helpful? Give feedback.
All reactions