NodeBalancer UI updates invalidating manager cookies?
Anyway, any attempt to refresh a manager page yields a "Whoops! Something went wrong" page, even if I just try to re-open a brand new manager page.
In both these recent two cases, clearing the CFTOKEN cookie for manager.linode.com seems to resolve the issue. I assume restarting the browser would work too since it's a session cookie, but I've had too much else open to try that. So it seems like something about an existing cookie isn't being handled by the manager code after a change.
– David
4 Replies
The other bugs were caused by a missed commit. That's fixed now.
-Chris
@caker:
You needed a new session -
https://manager.linode.com/session/logout should always fix you up…
Hmm, I think that even that crashed on me when I first had the problem (I definitely recall trying the Logout link on the page which seems to go to the same place), but will wait until/if it happens again to double check. At the time I had guessed that whatever cookie/session validation was going on happened early in the process for any URL, even if that URL was then going to invalidate the session.
> The other bugs were caused by a missed commit. That's fixed now.
Yep, working now.
– David