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

Link broken in pagination #19

Open
trusiad opened this issue May 12, 2022 · 2 comments
Open

Link broken in pagination #19

trusiad opened this issue May 12, 2022 · 2 comments

Comments

@trusiad
Copy link

trusiad commented May 12, 2022

Hi.
Since the last update I have noticed that the links at the bottom of the page don't work anymore.
If, for example, you go to this site : http://chevrollier.fr/
You will notice that the links at the bottom of the page don't point to the full address (i.e. http://chevrollier.fr/page:2/limit:10) but to a shorter version that doesn't work (https://page:2/limit:10).
I can't figure how to fix it.
Any idea ?
Best regards,
David Aubril

@pmoreno-rodriguez
Copy link
Contributor

Hi @trusiad

Can you debug the value of the 'path' variable in the 'partials\pagination.html.twig' file?

You can insert a line at the beginning of the file with this code:
{{ dump(path) }}. You will have to activate debugging in the system settings, within admin.

Captures the result obtained with that variable. Is it null?

@bezuglov3000
Copy link

I have similar problem. Tag page with pagination lost their tag. For example page with tag:
https://ruscoc.ru/ru/tag:euro-4
next page must be https://ruscoc.ru/ru/tag:euro-4/page:2/limit:10
but it is https://ruscoc.ru/ru/page:2/limit:10

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

No branches or pull requests

3 participants