There are some URLs that can return a 500 error without being caught by the frontend, so the site will show a meaningless plain error message like the following one received from /oauth-callback when GitHub auth fails
The frontend should be able to catch those errors.

There are some URLs that can return a
500error without being caught by the frontend, so the site will show a meaningless plain error message like the following one received from /oauth-callback when GitHub auth failsThe frontend should be able to catch those errors.