Invalid Supabase Auth configuration after switching projects

I am receiving an error when trying to switch projects from my production to staging instances in Supabase. I’ve tried copying the URL and both keys from my staging project on the API section of Supabase, and am receiving the error. It was working fine when I switched from production to staging last week. Any thoughts on what is going on?

This is part of why switching projects in the plugins concerns me when going from Staging to Prod.

I’d make sure to “re-bind” the auth tables and make sure they’re present. It tends to throw errors otherwise. You also might want to check this out.

This method doesn’t interfere with your project at all, so if it breaks/blocks something, you just turn it off.

What does “rebind” mean?

How do you “rebind”?

I guess I figured it out.

I re-entered the API key for the Supabase plugin.
I also re-entered the API and Service keys for the Supabase Auth plugin.

I think you might want to go to the tables as well and just hit the refresh button / save button and simply save. It should refresh “re-bind” the auth tables.