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
The supabase.auth.logout() function takes consistently more than 2 seconds to resolve. Is there anything we can do to speed this up? It's a bit awkward for that much delay after hitting the signout button.
Somewhy mysql doesn't use index while logout.
I'll try figure out how to tune perfomance of this query, but I'm not PRO in stuff like this and will take some time=)
Should be resolved by the move to sessions and the change in the underlying query to make use of the sessions model rather than refresh tokens. Going to close for now but feel free to re-open if issue persists.
Chore
Describe the chore
The
supabase.auth.logout()
function takes consistently more than 2 seconds to resolve. Is there anything we can do to speed this up? It's a bit awkward for that much delay after hitting the signout button.Additional context
Tested here: https://nextjs-subscription-payments-starter.vercel.app/
The text was updated successfully, but these errors were encountered: