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
The error is being thrown by doing an auth check to display certain menu items for users that are or aren't authenticated:
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
If I remove that check and just allow all menu items to display, the page loads the error page as expected. Again, the 403 page displays as it should and utilizes the auth checks without a problem.
I'm stuck on this one. The pages are EXACTLY the same, apart from the filename.