Yeah it sounds like if NodeBB can't retrieve the .well-known configuration from the other site, then it's the other site's headers that need adjusting I think?
Does NodeBB work with MongoDB 6.0?
Unsolved
Technical Support
-
@Topper have you checked if the mongodb service is running? Can you connect via the mongodb cli?
-
It is running, but somehow I cannot connect. It seems like the shell writes the users (admin) into a different folder then what is read out. When i create an admin user it says that the user already exists. I also used the method db.auth which allows me to type in the username, but when i enter the password it says MongoServerError: Authentication failed. I typed in use admin before that.
This is how mongosh looks. Is something wrong here?
-
@Topper looks like you haven't enabled authentication. You have to edit the mongo config file and enable it there.
See the "How to Enable Authentication in MongoDB" section at the following link:
Suggested Topics
-
CORS Policy not working
Unsolved Technical Support
-
-
-
-
Copyright © 2023 NodeBB | Contributors