Supabase CLI & Gitpod - How to change Supabase URL for Supabase Studio

I really like how a Gitpods concept of ephemeral development environments can speed up the workflow and lower the barriers for new developers: No need to set up Docker, Node, VS Code etc.

Developing the App itself in Gitpod is straightforward. Just change the Supabase URL to the one made available by Gitpod. But I cannot get Supabase Studio working. The reason: I get stuck in "Connecting to default project". The browser console shows failed requests to http://localhost:54321/rest/v1/.

It seems supabase studio is also trying to reach for the Supabase URL, but I cannot find a way to change this URL to e.g. 54323-MY-WORKSPACE.gitpod.io/rest/v1.
Was this page helpful?