inventree Set debug to False then can't see dashboard #8124
-
Beta Was this translation helpful? Give feedback.
Answered by
SchrodingersGat
Sep 13, 2024
Replies: 1 comment 1 reply
-
This is clearly laid out in the documentation - https://docs.inventree.org/en/stable/start/intro/#potential-issues When you disable "debug" mode, the backend server does not host static files. You'll need a separate fileserver for that. https://docs.inventree.org/en/stable/start/serving_files/ This is a bit of a pain to setup in bare metal but you can read the docs here -https://docs.inventree.org/en/stable/start/bare_prod/ Alternatively, you can use our docker setup or installer |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SchrodingersGat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is clearly laid out in the documentation - https://docs.inventree.org/en/stable/start/intro/#potential-issues
When you disable "debug" mode, the backend server does not host static files. You'll need a separate fileserver for that.
https://docs.inventree.org/en/stable/start/serving_files/
This is a bit of a pain to setup in bare metal but you can read the docs here -https://docs.inventree.org/en/stable/start/bare_prod/
Alternatively, you can use our docker setup or installer