Database Authentication Issue
Hi folks,
For an already existing set up, which was working fine till yesterday, has started throwing authentication errors all of sudden today when trying to connect to the database within Supabase.
Below is the error -
psycopg2.OperationalError: connection to server at "aws.pooler.supabase.com" (ip_address), port 6543 failed: error received from server in SCRAM exchange: Wrong password
NOTE - No password has been changed recently.
Can anyone help on this?
I have tried referencing the github issue - https://github.com/supabase/supabase/issues/21690 but can't proceed with the work around of changing password due to the privileges required. Current password does contain a special character.
For an already existing set up, which was working fine till yesterday, has started throwing authentication errors all of sudden today when trying to connect to the database within Supabase.
Below is the error -
psycopg2.OperationalError: connection to server at "aws.pooler.supabase.com" (ip_address), port 6543 failed: error received from server in SCRAM exchange: Wrong password
NOTE - No password has been changed recently.
Can anyone help on this?
I have tried referencing the github issue - https://github.com/supabase/supabase/issues/21690 but can't proceed with the work around of changing password due to the privileges required. Current password does contain a special character.
GitHub
Bug report I confirm this is a bug with Supabase, not with my own application. I confirm I have searched the Docs, GitHub Discussions, and Discord. Describe the bug I recently switched from a local...