Replies: 1 comment
-
|
The 504 on Check a few things:
If the pods all look healthy, try hitting the worker directly from another pod to rule out K8s networking: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Budibase team,
I’m running a self-hosted Budibase deployment on Kubernetes and facing an issue after login.
The login process works successfully, but after signing in, the dashboard keeps loading for some time and then shows the following errors:
I checked the browser DevTools → Network tab and found that the following request is failing:
GET /api/templates
Response:
504 Gateway TimeoutThe request takes a long time and eventually times out.
Environment
Current Behavior
Additional Info
From the browser network logs, the issue appears specifically related to the /api/templates endpoint.
At the moment, I’m not sure whether this is related to:
Has anyone faced this before in Kubernetes/self-hosted environments?
Any help or guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions