https://pulumi.com logo
Title
e

elegant-pager-5412

05/12/2021, 2:44 PM
I have an issue where Pulumi hangs when I attempt to run
pulumi up
. It prints the
View Live: URL
but then it hangs. Any idea why?
c

cool-fireman-90027

05/12/2021, 3:39 PM
Does this happen across all stacks or just one? Have you tried turning on verbose logging?
pulumi up --logtostderr -v=9 --debug
What version of pulumi plugins are you running?
pulumi plugin ls -p
Which pulumi cli version are you running?
pulumi version
Also, can you share the
requirements.txt
and/or
package.json
?