Hi all, Im getting the following error across all ...
# general
p
Hi all, Im getting the following error across all stacks for a single project.
Copy code
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
p
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
Copy code
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
Perhaps something has gotten messed up in your
~/.pulumi/workspaces
file.
p
you are correct, thanks @red-match-15116