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
Errors from handling a single request can't fail the entire HTTP server, so the error thrown here is ignored. We should instead force users to catch and handle the error.