update broke install - need help to resolve #3251
-
I'm running Inventree on bare metail (w. gunicorn/supervisor). Issue 1Running the server manually in debug mode, I can see the interface again. Today I started the server in debug mode again. This time got 91 new error notifications. I don't see any errors on the console of either the back-end worker, or the front-end server. How can I identify what is generating the errors and resolved them? Issue 2As for running the server with gunicorn and supervisor, I do see errors in log file, that static files are not found: When I look at the file system they do appear to exist under src/InvenTree/InvenTree/static, e.g.: What do I need to change in the setup to make the interface work again? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Looks like you may have missed some steps in the update process. Did you run The changes you are seeing were merged recently in #3185
These can be viewed in the admin interface: https://inventree.readthedocs.io/en/latest/settings/logs/ Please navigate to the admin section to see what the errors were.
These preview images are automatically created when you run
Looks like the required static files have not been copied across. Again, running Can you please confirm the steps you followed when updating? It looks like some critical steps have been missed! |
Beta Was this translation helpful? Give feedback.
Looks like you may have missed some steps in the update process. Did you run
invoke update
after pulling down the new code?The changes you are seeing were merged recently in #3185
These can be viewed in the admin interface: https://inventree.readthedocs.io/en/latest/settings/logs/
Please navigate to the admin section to see what the errors were.