-
-
Notifications
You must be signed in to change notification settings - Fork 696
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
A querystring appearing in the URL after accessing a page with a listing/search block #4692
Comments
Also, I can see that the @querystring endpoint is being hit multiple times... this is another thing that we have to make sure that doesn't happen. |
We will look at it |
Maybe that's not just in this PR. See: |
@erral Thanks a lot! Let's see if we can push a fix asap! If not, let me know and we can revert and postpone it until we have a better one. Please keep me posted! |
It looks like the code under the Somehow this |
I managed to remove the querystring before this merge, so I will test it again. Anyway I have seen something strange going on, because I removed the querystring when going to any page except the home page. I need to test my fix further. |
After merging #4159, the site URL start to have a strange behavior, if a listing block is present, then the URL shows a querystring:
The interesting thing is that it appears everywhere once you click in another router link.
In the videos in #4159 it does not show, maybe something that was introduced lately in the PR?
/cc @bipoza @erral @ionlizarazu this is quite urgent, we would need to fix asap. If it's not possible, I'd better revert the change and proceed with another release.
The text was updated successfully, but these errors were encountered: