supabase-kubernetes icon indicating copy to clipboard operation
supabase-kubernetes copied to clipboard

Infinite loading default project

Open adafww opened this issue 1 year ago • 3 comments

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

adafww avatar Apr 24 '23 17:04 adafww

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

goggi avatar Apr 27 '23 19:04 goggi

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

alexander-potemkin avatar May 12 '23 14:05 alexander-potemkin

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)

PiotrAleksander avatar Jul 05 '23 09:07 PiotrAleksander