balena-dash icon indicating copy to clipboard operation
balena-dash copied to clipboard

Query parameters after an `&` are lost in `LAUNCH_URL`

Open chrisys opened this issue 4 years ago • 4 comments

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

chrisys avatar Sep 02 '20 09:09 chrisys

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

rahul-thakoor avatar Sep 08 '20 10:09 rahul-thakoor

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

redbrain avatar Dec 06 '20 03:12 redbrain

use %26 to escape the ampersand.

s3bs avatar Jan 01 '21 13:01 s3bs

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

edorgeville avatar Apr 08 '22 13:04 edorgeville