so i ve been using wrangler locally
so i've been using wrangler locally mostly fine on my personal account, but after successfully logging in to my company account, i'm having an authentication problem - details in thread
6 Replies


noticing the account id returned from
whoami doesn't match the request wrangler makes for remote dev.
wrangler must be caching somewhere
if you log out again, and log back into the company account, do you get the same error?actually, could this be a difference between the local wrangler vs the global wrangler?
does it store the user session in different places?
nm, that's both from the local one
by default it stores your session in
~/.wrangler
logging out should wipe the auth credentials from diskaweseom.. logging out again and in seems to have worked!
thanks