force:auth:web:login for already-auth'ed user but different alias doesn't update alias (recent regression?) #1031
Labels
bug
Issue or pull request that identifies or fixes a bug
investigating
We're actively investigating this issue
I had a user report a behavior in IC2 where he added an OAuth connection which uses
force:auth:web:login
under the hood and that username/alias combination wasn't available afterward. After digging into the logs to see the embedded execution offorce:auth:web:login
followed byforce:org:list
, I was able to see that the provided username was in the list from the latter, but it was associated with a different alias than the one provided toforce:auth:web:login
. I then reproduced this locally onsfdx-cli/7.103.0 win32-x64 node-v14.17.0
by doing the following:Please let me know if you need more details.
The text was updated successfully, but these errors were encountered: