You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a weird behavior using extra with my enums on my production server.
An Error Occurred! Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("No value for extra "color" for enum case App\Core\Enum\AlertStatus::Success")." at /srv/app/templates/components/alert.html.twig line 1
This does not happen in dev or test environment and all my tests passed 😕 .
I have a weird behavior using extra with my enums on my production server.
This does not happen in
dev
ortest
environment and all my tests passed 😕 .Server specs:
Project:
Have you ever encountered such a problem?
The text was updated successfully, but these errors were encountered: