Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Diagnostics for wrong password on rds - DRAFT - DO NOT MERGE - but its helpful #1328

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant