Help! I'm getting this error and I don't know why :(

No description
3 Replies
inder
inder2mo ago
Have you by any chance updated your POSTGRES_USER or POSTGRES_DB env var Related: https://github.com/supabase/supabase/issues/39593 Add these additional env vars in studio service, restart and see if that solves the issue
studio:
environment:
POSTGRES_PORT: ${POSTGRES_PORT}
POSTGRES_HOST: ${POSTGRES_HOST}
POSTGRES_DB: ${POSTGRES_DB}
studio:
environment:
POSTGRES_PORT: ${POSTGRES_PORT}
POSTGRES_HOST: ${POSTGRES_HOST}
POSTGRES_DB: ${POSTGRES_DB}
José Luis Carvajal
te amo gracias

Did you find this page helpful?