Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Query parameters after an & are lost in LAUNCH_URL #94

Open
chrisys opened this issue Sep 2, 2020 · 4 comments
Open

Query parameters after an & are lost in LAUNCH_URL #94

chrisys opened this issue Sep 2, 2020 · 4 comments

Comments

@chrisys
Copy link
Member

chrisys commented Sep 2, 2020

For example if I were to use http://10.19.0.115/d/TbcZuIzRz/dash?orgId=1&refresh=5m&kiosk, the actual page loaded would be: http://10.19.0.115/d/TbcZuIzRz/dash?orgId=1

@rahul-thakoor
Copy link
Contributor

@chrisys Does this work when setting the url using Tohora?

@redbrain
Copy link

redbrain commented Dec 6, 2020

Have you tried escaping the &s with a backslash (\)?

@s3bs
Copy link

s3bs commented Jan 1, 2021

use %26 to escape the ampersand.

@edorgeville
Copy link

\& does not work, the URL still gets cut off.
%26 translates to the correct URL in the logs, but the screen stays black.

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

No branches or pull requests

5 participants