You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for someone launching shell and dashboard at same time the mixed states is confusing. you can have the dashboard talking to 'live' and the shell still talking to 'sandbox'
The text was updated successfully, but these errors were encountered:
I had to be really careful with the dashboard mode, since multi server
threads could lead to crazy conditions of the mode changing on page
refresh. The dashboard sets and reads a server cookie to know the mode. But
are you saying the mode used at config launch is not used by the dashboard?
I think it's impossible for the shell to know the browser's mode cookie,
and vice versa, impossible for the dashboard to know any shell's current
mode.
On Mon, Jun 7, 2021, 12:50 PM Todd Gureckis ***@***.***> wrote:
for someone launching shell and dashboard at same time the mixed states is
confusing. you can have the dashboard talking to 'live' and the shell still
talking to 'sandbox'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#514>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI6Y7LRGDZIOD3S63YYSV3TRUIHTANCNFSM46IHY3MQ>
.
Yeah short of storing the current mode in a database "settings" table somewhere (overkill, I think), I think there's no way around this. Do you want to update the docs somewhere to point this out? Where would be good?
for someone launching shell and dashboard at same time the mixed states is confusing. you can have the dashboard talking to 'live' and the shell still talking to 'sandbox'
The text was updated successfully, but these errors were encountered: