Internal Server Error after Login #8559
-
From the login screen I am receiving Internal Server Error after logging in with the correct super user credentials.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Bump |
Beta Was this translation helpful? Give feedback.
-
Sorry, but you have not provided any information which would allow us to help you diagnose the problem. At the moment, all we can say is "there's something wrong with your installation". At very least, you need to provide the exact error message or screenshot; the version of Netbox you're running and the OS you're running it under; and what settings you've made in configuration.py (especially anything you've changed relating to authentication). Also, describe exactly how to reproduce the error. It sounds to me like Netbox displays its front page correctly, and when you click Login you are prompted for a username and password correctly, but you only get the error after you've done that. Is that correct? If this error is a Python exception, then it's also very helpful if you can provide the python backtrace. You can get this by setting EMAIL and ADMINS in configuration.py, and then it will be E-mailed to you; or you can set DEBUG = True and you'll get it in the web interface. |
Beta Was this translation helpful? Give feedback.
Sorry, but you have not provided any information which would allow us to help you diagnose the problem. At the moment, all we can say is "there's something wrong with your installation".
At very least, you need to provide the exact error message or screenshot; the version of Netbox you're running and the OS you're running it under; and what settings you've made in configuration.py (especially anything you've changed relating to authentication).
Also, describe exactly how to reproduce the error. It sounds to me like Netbox displays its front page correctly, and when you click Login you are prompted for a username and password correctly, but you only get the error after you've done that. Is…