logo SaaS Forge
We help! Demo Features Pricing FAQ Documentation Blog Other products
Documentation
Introduction to SaaS Forge Boilerplate
Screenshots
After you bought the subscription
Getting started
Project structure
Running with Docker
Troubleshooting
Database setup and development
Updating database from models
Front-end components
Alert
Color picker field
Dropdown menu
Icon
Left menu
Maker brand
Tabs control
Full-stack modules
Authentication
File uploader
JWT
Password change
Payment
Profile
User management
Services
Email service
Payment service
Utils
Database scaffolding
Error handling
Extensions
Global functions
User authentication wrappers
Development
Dev's features and tips
API and services
Testing
Continuous integration
Using React/Redux
Webpack caching
Styles/themes/customizing
Setting your own title and logos
Themes for login/register pages
Customizing error pages

Server-side error handler

If some error (non-handled exception) occured it handles and returns the following page:

500 error

Server-side 500 error page

404 error

Server-side 404 error page

Also, there are handlers in application.py root app file for handling 404 and 500 errors.

You can replace the default background pictures for the error pages as described in the Customizing error pages documentation.