Nitro build hangs after Nuxt 3.13 upgrade
We use Nuxt (therefore nitro), something in the recent 3.13 update broke our build.
Now it gets stuck, seemingly at the last stage before it prints "Finished"...
It gets stuck here and then the build times out after 20 minutes.
While in previous versions it would log this after:
Apparently this pr changed the structure and functions invoked on compilation finished hook
https://github.com/unjs/nitro/pull/2446
But... it also hangs when using the 2.10 nightly version 😦
0 Replies