Troubleshooting¶
Who is this page for?
Anyone who hits an error running, deploying, or calling GAME. This is the single home for known symptoms; they are grouped by where they show up - local setup, authentication, and runtime/integration. For the why behind the configuration guards see Configuration Reference, and for the request flow see Architecture.
Local setup & first run¶
Symptom |
Likely cause / fix |
|---|---|
|
|
App won’t boot in |
A fail-fast secret check tripped. The error names the missing variable
( |
|
You addressed it with your |
Authentication¶
Symptom |
Likely cause / fix |
|---|---|
|
No/invalid |
Token expired |
Two options: (1) log out and back in to obtain a fresh token; or (2) raise the token lifetime in Keycloak - select your realm, open Clients, pick your client, then on the Advanced tab change Access Token Lifespan to the desired value. |
Runtime & integration¶
Symptom |
Likely cause / fix |
|---|---|
Dashboard shows “Network Error” |
Usually a backend |
Still stuck?¶
Open a GitHub issue with your
version/commit, the endpoint and method, whether the strategy is a built-in
class or a DSL strategy, your deployment mode, and the relevant
docker logs output. For a security problem, follow the
Security policy instead of filing a public issue.