You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the .env file and replace USE_OPENWISP_TOPOLOGY=True with USE_OPENWISP_TOPOLOGY=False
Start the Docker Compose stack using docker compose up -d
See the error in the logs of the dashboard service using docker compose logs -f dashboard
Expected behavior
The dashboard service should not fail, and the script load_init_data.py should not exit when the variable USE_OPENWISP_TOPOLOGY is set to False
Describe the bug
When using the Docker Compose setup with the
USE_OPENWISP_TOPOLOGY
set toFalse
thedashboard
service won't start due to an error.Steps To Reproduce
Steps to reproduce the behavior:
.env
file and replaceUSE_OPENWISP_TOPOLOGY=True
withUSE_OPENWISP_TOPOLOGY=False
docker compose up -d
dashboard
service usingdocker compose logs -f dashboard
Expected behavior
The dashboard service should not fail, and the script
load_init_data.py
should not exit when the variableUSE_OPENWISP_TOPOLOGY
is set toFalse
The script should check the variable value differently here : https://github.com/openwisp/docker-openwisp/blob/master/images/openwisp_dashboard/load_init_data.py#L258
Screenshots
n/a
System Informatioon:
The text was updated successfully, but these errors were encountered: