-
-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser Back Navigation Does Not Work #193
Comments
Thanks for opening the issue @p0fi . I can't reproduce on Chrome (see attached video), and Firefox works slightly differently (when I hit the back button it shows me the decrypted page even if I didn't check "Remember-me", but no blank page there either). Stuff that might help: what browser are you using, is it the latest version? Can you detail a little more what's happening for you, maybe attach a screen recording? Are there any errors in the console? staticrypt-2024-02-26_17.08.07.mp4 |
I tried it in Safari (17.3.1 (19617.2.4.11.12)) and Chrome (122.0.6261.69) both browsers behave the same. The page is interestingly not entirely blank, it shows only the image across the top of the page but nothing more. Im afraid I can't give you a screen recording due to the content. But one more interesting thing. Interestingly, if I use the forward button from the almost blank page it navigates forward just fine and renders the entire page. There are no errors in the console when pressing "back". But when loading the initial page it says: |
Had similar issue and it was AdBlock. Disabled and issue ceased. |
That's interesting, thanks for the added information. Still unsure what might be causing this but that gives a few more questions.
|
Cleaning up a bit - I'm closing as "Can't reproduce" for now, but feel free to reply to my last message and re-open the issue if you still see the behavior. |
Sorry for the late answer, busy days.... I am still seeing this behavior, nothing changed. To your points:
Maybe worth mentioning: the page im trying to encrypt is a page generated with retype, see: https://retype.com. Maybe encrypting a sample retype page shows the same behavior helping to debug it. I can't reopen the issue tho... but I would like to get this fixed :) |
I'm trying to navigate back to a previous visited page using the browser back button.
What's happening
When I use the back button to come back to a previously visited page the page is blank. When I reload the page it gets decrypted and displayed correctly.
What should be happening
I expect the page to be shown as previously visited.
My setup
StatiCrypt version:
npx staticrypt ...
so I assumelatest
Node version: 18
Any additional relevant context, if any: –
The text was updated successfully, but these errors were encountered: