supabase-kubernetes
supabase-kubernetes copied to clipboard
Infinite loading default project
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
I had the same issue. I managed to get past it by using the latest docker image for studio: supabase/studio:20230330-99fed3d
Same here; any updates, please? @adafww , are you the right person?
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)