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
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
I'm facing an issue with the error_page property. I have configured my application to use a custom 404 page.
The page shows correctly, but then , looking at the network stats, i saw that the wrong page is being redirected to the 404 page and the url changes in the browser (in the example from /blog/sasas => /blog/404).
Is there a way to keep the wrong url and show the error page?
The text was updated successfully, but these errors were encountered:
Hi everybody!!
I'm facing an issue with the
error_page
property. I have configured my application to use a custom 404 page.The page shows correctly, but then , looking at the network stats, i saw that the wrong page is being redirected to the 404 page and the url changes in the browser (in the example from
/blog/sasas
=>/blog/404
).Is there a way to keep the wrong url and show the error page?
The text was updated successfully, but these errors were encountered: