Internal Server Error with web interface, but python API scripts work still #6163
Replies: 3 comments 21 replies
-
One additional piece of information. I can still run my python scripts using the python API. I can login using my credentials and do the standard things through this interface, but the web interface is as stated above. |
Beta Was this translation helpful? Give feedback.
-
Can you share any further information about the error? This is not much to go on. At the very least:
|
Beta Was this translation helpful? Give feedback.
-
From your logs, the proxy server is being hit with requests for files which do not exist:
This should be something like:
So the localisation code is not working correctly on the backend server. Can you please provide:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been building the database from our OrCAD CIS database that we use and creating a bunch of python scripts to add parts with lots of categories/parameters to make things similar to our interaction with our schematic interfaces. We have a lot of legacy boards that we have in production and wanted to get the parts and their BOMs over to Inventree.
Well, this was all going great and I even could access the website as I never logged out for multiple days. Then I was showing a colleague what he can do with the system and when he tried to get in he got the dreaded Internal Server Error when trying to log into the website. I then logged out of the website and now I get the same error and cannot log in. It doesn't even come up with asking for credentials.
I am at a loss on how to look into this problem.
My setup is using the standard docker compose setup on AWS with an additional layer using Traefik for taking care of LetsEncrypt giving us https on the site.
Looking at the docker compose logs I see nothing obvious. The web page is saying to log into the administer to see the server error, but I cannot get to a log in screen.
Any advice would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions