Files
sublogue/TROUBLESHOOTING.md
T
ponzischeme89 3ad3d9bfe0 Initial commit
2026-01-17 21:49:22 +13:00

9 lines
527 B
Markdown

# Troubleshooting
- Permissions denied: set `PUID`/`PGID` correctly and run `chown -R` on your host folders.
- Port conflicts: change host port mapping (e.g., `5001:5000`).
- Missing network: create `npm_network` with `docker 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 `5000` and `/api/health` returns OK.
- No metadata results: ensure at least one integration is enabled in Settings.