This message was deleted.
# general
s
This message was deleted.
n
are you behind a proxy? that reply looks like you get HTML instead of a json response
w
You want to use:
pulumi login <https://api.pulumi.com>
Note the
api
instead of
app
That said, unless there’s something I’m missing about your environment, if you just do
pulumi login
it should find where it needs to go.
👍 1
b
Thanks 👍, works like a charm now
Copy code
>pulumi login <https://api.pulumi.com/>
Enter your access token from <https://app.pulumi.com/account/tokens>
    or hit <ENTER> to log in using your browser                   :


  Welcome to Pulumi!
if you just do 
pulumi login
 it should find where it needs to go.
not for me getting this instead:
Copy code
>pulumi login
Logged in to WIN-1xxxxx5532 as AD\rxxxaz (file://~)
w
I see about the windows use-case. Glad the
api
bit works, though.