Hey has anyone seen this issue before. running `np...
# help
r
Hey has anyone seen this issue before. running
npx sst start
in my monorepo is just streaming
Stacks: Synthesizing changes...
forever. Anyone know what would cause this?
f
Hey @Rob N, does it happen if u restart
sst start
?
r
hey @Frank yes its been happening all day. Tried a million different things
I dunno if this is PNPM related, we are running yarn in the sst folder and pnpm everywhere else due to the pnpm bug currently in SST
although i just tried upgrading sst which has put me on the beta 5 and that is giving me a completely different error.
Copy code
Error: The specified runtime is not supported for sst.Function. Only NodeJS, Python, Go, and .NET runtimes are currently supported.
f
^ i see.. let me try to cut a release w/ the pnpm today and see if this continues to happen.
can i see what you are setting the runtime to?
r
sure where is that set?
you mean this?
f
in your
index
, do u have something like
app.setDefaultFunctionProps()
?
r
oh right sorry...
Copy code
runtime: lambda.Runtime.NODEJS_14_X
f
ah yeha this has been changed to
Copy code
runtime: "nodejs14.x"
don’t need to import
lambda
just to set runtime anymore
r
thanks rerunning..
well so far it looks more promising
damn spoke to soon.... lol
f
lol same issue?
r
yeah it just streams down the console at a crazy rate
must be pnpm related
i cant think of what else it would be
f
so
sst start
keeps there are changes in the resources code, and trying to rebuild them
Lemme fix that pnpm issue first, and see if that fixes this.
r
cool no worries
f
I will keep u posted!
r
Really appreciate it thanks @Frank! πŸ‘
o
Hey @Rob N I think I just fixed this and Dax released this as 0.69.4
r
awesome thanks guys I will give it a go and report back later
Thanks @Omi Chowdhury that has fixed the infinite loop issue! πŸ‘
Hey @Frank did the pnpm issues ever get fixed?
f
@Rob N the pnpm issue is fixed in v0.69.6 and v1.0.0-beta.20 πŸŽ‰
r
βœ‹ Praise the Frank! 🀚 Thanks I will check it out now