-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 404 Exception in thread "launcher" #12
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
I had similar problem and root cause was mentioned in the logs. It was trying to use database unifi_stat and failing. Search for messages that have something like:
I've fixed that by adding unifi user to unifi_stat database in my mongo. And it is actually mentioned here: https://github.com/linuxserver/docker-unifi-network-application#setting-up-your-external-database |
I had this issue after following the instructions for mongodb init - but found the permission for both DBs needed to be provisioned under the user in primary DB - it seems as the app will establish a common session to I'm using mongodb 6.0.10 |
I'll add here that Updating the role to use |
Is there an existing issue for this?
Current Behavior
Expected Behavior
No response
Steps To Reproduce
new folder, trying to run
docker-compose up
this error comes up every single time.Environment
The text was updated successfully, but these errors were encountered: