Skip to content
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

BUG: Cant use Browser back function #41

Closed
breadlesscode opened this issue Nov 22, 2019 · 7 comments
Closed

BUG: Cant use Browser back function #41

breadlesscode opened this issue Nov 22, 2019 · 7 comments
Assignees
Labels

Comments

@breadlesscode
Copy link
Contributor

Behaviour

If you press the browsers back button on the import or export page you got the unrendered markup.

Expected

See the backend module.

Reproduce

  1. Visit redirect handler backend module
  2. Click on export redirects
  3. Press the back button in your browser
@Sebobo
Copy link
Member

Sebobo commented Nov 24, 2019

Can't reproduce with Brave or Safari and also I'm not sure why this should happen.
The export and import pages are normal controller actions and nothing JSy.

Any other hints you can give me?

@breadlesscode
Copy link
Contributor Author

neos/redirecthandler                            4.0.2             
neos/redirecthandler-databasestorage            4.0.1
neos/redirecthandler-neosadapter                4.0.3
neos/redirecthandler-ui                         2.1.0

Chrome: 78.0.3904.97 - ❎ Fails
Firefox: 70.0.1 - ❎ Fails
MS Edge Beta: 79.0.309.30 - ❎ Fails (big surprise)
Safari: 13.0.3 - ✅ Works

Sorry I also have no good Idea why this happens. If you are open DevTools and have Disable Cache on, you cant reproduce this error! Its the internal Browser cache that produces this error. It thinks the last response was a application/json-Response, but its a small HTML-Partial.

@Sebobo
Copy link
Member

Sebobo commented Nov 25, 2019

Ok thx! I'll test again.

@Sebobo Sebobo self-assigned this Nov 25, 2019
@Sebobo Sebobo added the bug label Nov 25, 2019
@Sebobo
Copy link
Member

Sebobo commented Nov 29, 2019

I was once able to reproduce and now I can't again with any browser...

@Sebobo
Copy link
Member

Sebobo commented Dec 28, 2019

Fix in neos/neos-development-collection#2841

@Sebobo
Copy link
Member

Sebobo commented Jan 21, 2020

Fix was just merged into Neos and will be in the next patch release. Therefore I'll close this.

@Sebobo Sebobo closed this as completed Jan 21, 2020
@breadlesscode
Copy link
Contributor Author

Thank you for taking care of it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants