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
I'm trying to gracefully handle database connection errors (eg. the database server is not running), but I'm unsure how or where to handle connection errors. What would be the correct way of going about this?