Should the `STUDIO_PG_META_URL` and `SUPABASE_URL`...
# help
s
Should the
STUDIO_PG_META_URL
and
SUPABASE_URL
in the environment variables for the Supabase Studio be pointing to the internal or public URL? e.g. for
SUPABASE_URL
https://supabase.test.com
or
http://kong:8000
n
Hello @samjmck! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
s
Not sure if you figured this out already (not been on Discord much lately), but
STUDIO_PG_META_URL
would point towards the
http://meta:8080
container, while
SUPABASE_URL
would point towards
http://kong:8000
. Ports might differ in your env, so best to check, but the containers they point to should be the same
n
samjmck (2022-05-05)