Error Handling

Show friendly error pages for issues like 404 or 500 in your app.

ShipAhead uses a custom error page (app/error.vue) to display clear, user-friendly messages for errors such as:

  • Page not found (404)
  • Server error (500)

The page shows the error code and a “Back to Home” button for easy navigation.