You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, in version 2.40.X, every time I executed the supabase start or supabase status commands, I observed the anon key and service_role key. However, upon upgrading to 2.45.5, I no longer encounter these values in the terminal. Despite the documentation indicating that these values should be present,I have been unable to locate these keys.
Are there any new methods of accessing these keys?
To Reproduce
Steps to reproduce the behavior:
supabase init
supabase start
You can also try supabase status
Expected behavior
I expect to see both the anon key and service_role key so that I can add them to my environment variables as before.
Screenshots
Marley-Mulvin-Broome, RestartDK, thunze and StephenTangCookMarley-Mulvin-Broome