https://prefect.io logo
a

Aurélien Vallée

04/14/2021, 5:50 AM
I have a very stupid issue. I'm running a prefect server locally (ui, postgres, etc) and I inadvertently pressed "cloud" in the top right corner of the UI just to see what it does. Since then, every time I open "localhost:8080" i'm redirected to the cloud login, instead of seeing my local UI. I cannot understand where I can revert that behavior (does not seem to be in the config). Tried to prune all docker containers but same result.
👍 1
n

Noah Holm

04/14/2021, 6:00 AM
I’ve gotten stuck in that loop as well, I think I solved it by clearing my Local Storage for the site in the browser
n

nicholas

04/14/2021, 6:00 AM
Hi @Aurélien Vallée - this is on our radar and there's a PR open to fix. In the meantime, if you clear your browser's cache you should be able to navigate back to server no problem. Alternatively, if you stop navigation while on localhost:8080 (not letting it redirect to the Cloud login page), you can open the dev console and type
localStorage.clear()
n

Noah Holm

04/14/2021, 6:07 AM
Late night coding @nicholas? 😄
a

Aurélien Vallée

04/14/2021, 6:11 AM
The
localStorage.clear()
trick worked 🙂 thanks a lot!
🎉 2
n

nicholas

04/14/2021, 6:25 AM
Always @Noah Holm :^)
🦉 1
Great @Aurélien Vallée! We should have that fixed soon 🙂
m

Marko Jamedzija

04/15/2021, 8:52 AM
You can also delete cookies 🙂 That worked for me 🙂 Oh, didn’t see it was already suggested 🙂
2 Views