Pages Deployment Error
My Cloudflare Pages Project built with Remix is often failing to deploy with below error,
is there anyway to increase startup limit or find which one is creating the problem?
I have two projects, one project always fail but other one is passing sometimes but not always.
2 Replies
While it is theoretically possible to increase the limit with the form mentioned on this page, its recommended to first try to reduce the amount of code running in the global scope if you can https://developers.cloudflare.com/workers/platform/limits/#worker-startup-time
Thank you for your response, I am trying this since a month but most of the times it is because of some thrid party library which I cannot avoid like Auth or ORM.
I have submitted the form around a month back and today again, haven't got any update or response.
Could you or someone please assist on this limit change?