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

Random Charecters added to URL #87820

Open
craftzneko opened this issue May 14, 2024 · 2 comments
Open

Random Charecters added to URL #87820

craftzneko opened this issue May 14, 2024 · 2 comments

Comments

@craftzneko
Copy link

What happened?

I had a previously working dashboard that had a Data link. Now characters are added to values. Data link looks like this

https://logic.azure.com/workflows/invoke?api-version=2016-06-01&GroupID=%EF%BB%BF%EF%BB%BF854032434532345344%EF%BB%BF

The group ID has this appended to it %EF%BB%BF%EF%BB%BF8540 and after it %EF%BB%BF

The data is fetch from a sql table and has no zero width charecters i have replaced the data in there to be sure. The data link looks like this

https://logic.azure.com/workflows/invoke?api-version=2016-06-01&GroupID=${__data.fields.AzureGroupID}

What did you expect to happen?

GroupID is inserted without random string charecters applied

Did this work before?

Yes, this latest version

How do we reproduce it?

  1. Follow steps above

Is the bug inside a dashboard panel?

No response

Environment (with versions)?

Grafana: v10.4.2 (22809de)
OS: 10
Browser: edge

Grafana platform?

A downloaded binary

Datasource(s)?

No response

@craftzneko
Copy link
Author

craftzneko commented May 14, 2024

I have found the problem but have no idea how this has happened between grafana updates. The dashboard has not been updated for over a year, but looking at the JSON at the link i see these appearing now. I suggest this is a bug that needs to be looked at why these appear, Recreating the link does NOT remove these, you need to modify the JSON directly

image

@maxcmiller
Copy link

I've had this issue too, the characters appear to be zero width spaces (0xfeff). Manually removing these from the JSON also fixed it for me, thanks!

Screenshot 2024-05-15 at 09 52 35

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

2 participants