Is there a fix for the `401 JWT Expired` errors? ...
# help
n
Is there a fix for the
401 JWT Expired
errors? The problem is that when someone leaves the site open on a background tab and comes later, the supabase-js client fails to refresh the JWT; so it makes api requests with tokens that are expired. This means that all requests will fail until either the user refreshes the tab or logs out.