Cloudflare build hangs after upgrading to 3.13
We use Cloudflare Pages
cloudflare_pages
to deploy our app, it was working fine until the last update.
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 verions it would log this after:
Has anyone had this issue?
EDIT: a little bit of digging in the nitro prs and source code
apparently this pr changed the structure and functions invoked on compilation finished hook
https://github.com/unjs/nitro/pull/2446
tested, it also hangs on 2.10 nightly0 Replies