Troubleshooting
Error opening an app
If you see this kind of error when opening an app, you should try saving it
$ sermas-cli app save /apps/myapp
or importing it again
$ sermas-cli app admin import /apps/myapp
MQTT connection errors
If you notice MQTT connection errors in the logs (like token expired
or similar), please get the container IDs running docker ps
, then restart the MQTT service, followed by any other disconnecting service using docker restart [CONTAINER_ID]
.