rilldata / rill

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
https://www.rilldata.com
Apache License 2.0
1.73k stars 117 forks source link

Fix (Public URLs): state initialization #6126

Closed ericpgreen2 closed 13 hours ago

ericpgreen2 commented 13 hours ago

Fixes this bug reported in Slack. Our URL state synchronization logic was mistakenly overwriting the state embedded in a Magic Auth Token.

This is a temporary fix that mirrors code from the Bookmarks feature. The coming human-readable-state PR will properly refactor how we initialize dashboard state.