Issue Summary

We have an externally shared dashboard that uses queries with static parameters. When viewing the dashboard internally (not using the shared external URL) the data is show correctly, per the static parameter assigned.

When viewing it via the external URL we see the data of a previous run of the dashboard with a different static parameter value.

Is this a known issue? Any way around it?

Technical details:

  • Redash Version: Version: 8.0.2+b37747
  • Browser/OS: Firefox, Chrome and Safari
  • How did you install Redash: using a docker image

After further digging, it seems that the external dashboard takes the default value and not the actual static value that was assigned for the dashboard. Smells a bit like a bug.