App Setup testing
After having setup the app, we need to check that everything is installed and works correctly.
Status endpoints
First, you can load all status endpoints, which will give a lot of informations and indicate what works or not:
- /api/status/all - App status page, basic
- /api/status/api - List of all status endpoints
- /api/status/cache - Cache status
- /api/status/configs - Configs status
- /api/status/user-token/check - Validate current JWT token
- /api/status/user-token/display - Show current token’s claims
- /api/status/user-token/expected - Show what
envandtenantis expected for the loaded app with current hostname
Last updated on