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
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
I've done some debugging on this and I think it's because the __account__ query param gets injected into the url that establishes the websocket connection for logs.
I have "fixed" this locally. There's some code that overrides the browsers fetch behavior to append the __account__ parameter to all urls. I couldn't see what this was used for aside from forcing an account switch. The logic that handles the auto switch rules also checks for this query - I'm assuming for manual overrides/debugging.
Stripping out all of logic around __account__ and removing the fetch override restores the log behavior and it doesn't seem to have broken anything.
I'll raise a PR but I'm anticipating that the code I've removed was indeed there for a reason.
No description provided.
The text was updated successfully, but these errors were encountered: