https://pulumi.com logo
Title
p

prehistoric-kite-30979

10/25/2021, 5:51 PM
Hi all, Im getting the following error across all stacks for a single project.
pulumi stack select
Please choose a stack, or create a new one: <redacted>
...
error: invalid character '}' after top-level value
Has anyone seen this before? I’ve looked through all the stack and pojrect configs as well as the code and it all looks fine
I’m also unable to export/import, refresh, anything
f

freezing-van-87649

10/25/2021, 5:53 PM
p

prehistoric-kite-30979

10/25/2021, 5:54 PM
I have but that doesnt give me much extra other than the two API requests to the Pulumi service
which both look fine afaict
🙁 1
I do get additional
I1025 10:48:47.418087   16790 ignore.go:44] Explicitly ignoring and discarding error: invalid character '}' after top-level value
right before the second Pulumi backend call
r

red-match-15116

10/25/2021, 6:03 PM
Perhaps something has gotten messed up in your
~/.pulumi/workspaces
file.
p

prehistoric-kite-30979

10/25/2021, 6:05 PM
you are correct, thanks @red-match-15116