Dynamic custom error pages

Currently the only way to get 500 error messages to the end user is to disable Default Error Pages entirely. You can setup custom error pages for 500's but they are static HTTP or JSON so you can't return dynamic references from the underlying server. You should be able to set specific error messages to just return the messages as presented from the underlying server without it being an all or nothing switch.

  • Guest
  • Dec 16 2025
  • Attach files