You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may seem like a silly question, but are you logged in to your application locally? It wasn't mentioned in the steps, so I just want to make sure that isn't the case before I delve too deep into a rabbit hole.
I'm having the same issue; created empty app, set up a few models, a superuser, and mongonaut - but cannot access it, only getting "You do not have permissions to access this content.". Shouldn't mongonaut prompt me for credentials if I'm not already logged in?
Edit: logging in through other means make it work. Still would be nice to have mongonaut trigger and take care of login if necessary.
Hi,
I just saw this project and i am very excited about it. But i am unable to make it work until now.
Here is my pip freeze command output:
I think that everything is OK here.
I have a custom user model and here is my terminal output
So my logged-in user has all necessary permissions (Regarding the documentation.)
My Model:
My admin file (appname/mongoadmin.py)
When i type http://ubuntu.local:8000/mongonaut/
What i get is a 403 response:
You do not have permissions to access this content.
I read the documentation 5 times, checked the source but unable to find any clue. Do you have any ideas?
Thank you.
The text was updated successfully, but these errors were encountered: