ZongYing
Please Help! Why does Filament show a modal error for form operation errors ?
What I am trying to do:
I am trying to understand the behavior of Filament's error handling during form operations.
What I did:
I have been using Filament and noticed that it displays different types of error pages for different issues.
My issue/the error:
I set .env
APP_DEBUG=false
. When an error occurs during a form operation, Filament shows a modal error page, e.g., 500 error. However, when there is a permission error, it shows a full-page error. I am trying to understand the reason behind this difference in error handling.
Code:
N/A15 replies