Stephen Cox
Stephen Cox
Hi: > i am not sure this is a bug , its look loke you dont have python install and you need to add this As per the github hosted...
Is this issue in the wrong repo - should it be in https://github.com/actions/runner-images/issues?
@Drakken - I have spent a bit more time investigating this _(happy to create this as a new issue as it appears the state is being provided by entra correctly)_....
> Just a few seconds, or several minutes? You are right - if the Authentication takes > 1 minute (approx) the auth fails. I have repeated the login twice, both...
> Can we add remote browser support? I want to SSH into a remote dev environment and run `sf org login web`. Right now, that fails because there are no...
Here is a successful workaround based on the info from @mhemani-reach and @stephenlf . Replace ``, `` and `` as appropriate: ``` bash export SF_CONTAINER_MODE=false export SFDX_CONTAINER_MODE=false alias firefox='xdg-open' sf...