-
I'm not sure why, but I can't start dev. I've checked the connection string twice. Compass instance on the same PC works like a charm. Payload doesn't. My MongoDB server is a container on my Synology, but it shouldn't matter... As mentioned above, Compass has no issues with the credentials., Error: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found that the problem is quite well known on the mongoose forums. Its root is in fact that basic configuration uses |
Beta Was this translation helpful? Give feedback.
Found that the problem is quite well known on the mongoose forums. Its root is in fact that basic configuration uses
admin
collection as authentication source, soDATABASE_URI
should have that info added at the end:?authSource=admin
.Now everything works like a charm