ClassNotFoundError docker install #1163
-
I have built a solidinvoice app for Nethserver 8 here https://github.com/geniusdynamics/ns8-solidinvoice based on the provided docker image. However, accessing the web ui, prompts me with an error message |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It's most likely that you are running SolidInvoice in dev mode, but the development dependencies are not installed. You can set the following environment variables to ensure it's running in prod mode:
|
Beta Was this translation helpful? Give feedback.
-
IS there not an automated way to have the app pre-configured with the relevant ENV for DB here |
Beta Was this translation helpful? Give feedback.
It's most likely that you are running SolidInvoice in dev mode, but the development dependencies are not installed.
You can set the following environment variables to ensure it's running in prod mode: