Troubleshooting
| Issue | Solution |
|---|---|
| Misconfigured Application - Reinstallation Required | 1. Navigate to the datafocus folder: > cd datafocus 2. Shut down and remove all services: > docker compose down -v 3. Delete the entire datafocus folder.To clean up the entire Docker environment (optional): > docker system prune -af |
| Cannot Access User Interface / CORS Errors | If you cannot reach the user interface or encounter CORS errors: 1. Restart the router container: > docker compose restart router 2. Verify the hostname configuration as described in Hostname Configuration. 3. Ensure ports 80 and 443 are open on the server. |
| "Compose" is Not a Docker Command | If you encounter the error compose is not a docker command: This likely indicates that Docker Compose is not properly installed or configured. Revisit the installation steps to ensure Docker Compose is correctly set up on your system. |
| Invalid Parameter: redirect_uri | If you receive an Invalid Parameter: redirect_uri error: 1. Double-check the configurations outlined in Keycloak Configuration. 2. Verify that the Root URL and Valid Redirect URIs are properly set according to your hostname. |