Skip to content

Error Handling

Fresh

Source: shipfa.st/docs/features/error-handling

Built-in Error Pages

FileHandles
/app/error.jsJavaScript errors (graceful fallback)
/app/not-found.js404 not found errors

Both use the <ButtonSupport /> component for user support.

Support Behavior

  • If crisp.id is set in config.js: opens Crisp chat
  • If not set: opens mail client (mailto:) using resend.supportEmail from config.js

See Also