- Make it so the 503 error shows Offline and lets normal access to app
- Best done by adding the 503 error to the AppLayout that just pops up something that says it is off line. If you click it then the full 503 page shows with a go back to where you were button.
- This will allow user to use the app/client even when the back end is down. Useful for scrolling posts you already had loaded and gives access to auth token when server is down
- Do the same for mobile please. The current 503 basically kills the app but does not need to.