Closed rintisch closed 5 months ago
This behaviour is not a bug in EXT:form but a safetyguard from the browser.
Warning: My solution is for sure NOT best practice and NOT optimal. But it's the lowest hanging fruit at the moment.
I circumvented this problem by adding the following JS to the steps 2 - 4 (Step2.html, Step3.html, Step4.html):
if ( window.history.replaceState ) {
window.history.replaceState( null, null, document.referrer );
}
Might be a good idea got add a hint about the problem and maybe even adding this (for sure) suboptimal solution.
EDIT: After some more investigation I implemented a proper solution by using the PRG pattern.
Bug Report
Current Behavior Steps to reproduce:
The same happens when making step 1-3 as described above and then:
Expected behavior/output User shall never see "Document expired" page.
Environment