Describe the bug
Sporadically seeing fetch failed on /oauth on the website.

This presents to the user as a bit of waiting and then a 500 Internal Error screen. Possible timeout?
Expected behavior
Login always works
Additional context
May need to start by enabling sourcemaps to get a better stack trace, or add more logging to handleFetch so we can track what specific request is a problem
Describe the bug
Sporadically seeing
fetch failedon/oauthon the website.This presents to the user as a bit of waiting and then a 500 Internal Error screen. Possible timeout?
Expected behavior
Login always works
Additional context
May need to start by enabling sourcemaps to get a better stack trace, or add more logging to
handleFetchso we can track what specific request is a problem