Skip to content

Conversation

@johndpope
Copy link

What kind of change does this PR introduce?

There is a problem in this codebase that's related to stale password that happens when using external rds server. I add extensive logging in run.sh - and elsewhere to pinpoint problem.
It seems like there's somewhere it's hardcoded to use host "db"

What is the current behavior?

when the server attempts to hit the "db" server - it complains the password is wrong / invalid - but this is eroneous. It can't find the server.

What is the new behavior?

Additional logging / sanity checks on password that confirm it's correct.
feel free to cherry pick anything that's useful. I already understand RDS is not supported.
It would be helpful for people using this realtime container to have clarity on what's going wrong and where :file, :line]

Logger.configure(level: :debug) <- this is too noisy....

also - i don't know what's elixirs problem here - the code below should accommodate - but it doesn't actually fix it.
#1327

@vercel
Copy link

vercel bot commented Mar 11, 2025

@johndpope is attempting to deploy a commit to the Supabase Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant