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 detailed statistics are displayed incorrectly #3068

Open
HowieHz opened this issue Nov 25, 2024 · 2 comments
Open

Link detailed statistics are displayed incorrectly #3068

HowieHz opened this issue Nov 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@HowieHz
Copy link

HowieHz commented Nov 25, 2024

Describe the Bug

image
image

The link to my website is: https://howiehz.top/archives/why-a%5Bi%5D%5Bj%5D-is-equivalent-to-%2A%28%2A%28a%2Bi%29%2Bj%29

Database

PostgreSQL

Relevant log output

No response

Which Umami version are you using? (if relevant)

2.13.2

Which browser are you using? (if relevant)

Edge

How are you deploying your application? (if relevant)

Docker

@franciscao633 franciscao633 added the bug Something isn't working label Nov 25, 2024
@franciscao633
Copy link
Collaborator

Does the link properly navigate you to the correct page? The URL path should be saved as a decoded URI, and the filter should just search on the same value. Labeling as bug and will take a look.

image

@HowieHz
Copy link
Author

HowieHz commented Nov 26, 2024

Does the link properly navigate you to the correct page? The URL path should be saved as a decoded URI, and the filter should just search on the same value. Labeling as bug and will take a look.

image

image

The button will navigate me to https://howiehz.top/archives/why-a[i][j]-is-equivalent-to-*(*(a%2Bi)%2Bj)

not the real url: https://howiehz.top/archives/why-a%5Bi%5D%5Bj%5D-is-equivalent-to-%2A%28%2A%28a%2Bi%29%2Bj%29
nor the url it displays.

I don't think that's right.

image
And I try to make a filter,but I cant select /archives/why-a%5Bi%5D%5Bj%5D-is-equivalent-to-%2A%28%2A%28a%2Bi%29%2Bj%29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants