https://pulumi.com logo
Title
w

worried-xylophone-86184

12/03/2021, 1:50 PM
Hi all ! I am trying out Pulumi and used the S3 backend option for storing state. Now when I want to switch back to the Pulumi managed backend service I get the following traceback whenever I try to login by running
pulumi login <https://app.pulumi.com>
error: problem logging in: getting user info from <https://app.pulumi.com>: unmarshalling response object: invalid character '<' looking for beginning of value
Any help would be appreciated
b

brave-planet-10645

12/03/2021, 1:52 PM
Two things: 1. You don't need to point at the pulumi backend, that's the default 2. if you did want to, it would be
pulumi login <https://api.pulumi.com>
So you can just do:
pulumi logout
pulumi login
w

worried-xylophone-86184

12/03/2021, 3:13 PM
Ah thanks a ton. That worked out 🙂
🎉 1