Replies: 1 comment · 2 replies
-
|
There's no way in JavaScript to promote the existing AJAX request to a full page load. Best we could do is to add some header that causes the client to reload the page with a second, identical request. We often do this in development: https://makandracards.com/makandra/79164-unpoly-automatically-show-full-better-errors-page-rails |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Henning,
this is a feature request to change a up-follow request to full page load on the server side. If this is already implemented or requested in another issue, feel free to close the issue immediately.
Example (in Rails):
This allows to render the same 404 page for different layouts (CSS, JS).
Beta Was this translation helpful? Give feedback.
All reactions