527 B
527 B
Troubleshooting
- Permissions denied: set
PUID/PGIDcorrectly and runchown -Ron your host folders. - Port conflicts: change host port mapping (e.g.,
5001:5000). - Missing network: create
npm_networkwithdocker network create npm_network. - Reverse proxy not working: verify NPM is on the same network and forward to
sublogue:5000. - Healthcheck failing: confirm the app is listening on port
5000and/api/healthreturns OK. - No metadata results: ensure at least one integration is enabled in Settings.