supabase-community / supabase-kubernetes

Helm 3 charts to deploy a Supabase on Kubernetes
Apache License 2.0
415 stars 117 forks source link

Infinite loading default project #42

Open adafww opened 1 year ago

adafww commented 1 year ago

Bug report

Describe the bug

Hello everyone, I used this Quickstart guide https://github.com/supabase-community/supabase-kubernetes/blob/main/charts/supabase/README.md and encountered an issue in microk8s. Everything starts successfully, but it's impossible to open the standard project - it's stuck on an infinite loading screen. Please help

Screenshots

Screenshot_3 Screenshot_4

goggi commented 1 year ago

I had the same issue. I managed to get past it by using the latest docker image for studio: supabase/studio:20230330-99fed3d

alexander-potemkin commented 1 year ago

Same here; any updates, please? @adafww , are you the right person?

PiotrAleksander commented 1 year ago

I had the same issue. I managed to get past it by using the latest docker image for studio: supabase/studio:20230330-99fed3d

kubectl set image deployments/demo-supabase-studio supabase-studio=supabase/studio:20230705-7451ef3 - did the trick for me (7451ef3 is the latest version as of time of writing)