zaeem2
#1
Hello Cloudflare community, from last couple of days I am facing below mentioned error whenever I initialize local server by running wrangler dev
Note: its not permanent error, I mean if i run wrangler dev
10 times then 2-3 times local server starts successfully.
Your expert response in awaited,
Br,
Zaeem
KianNH
#2
Are you doing a lot in the global scope of your Worker?
It sounds like it’s intermittently taking too long in that scope & timing out.
zaeem2
#3
My code is build on top of templates provided by Cloudflare.
Its very simple app with prisma orm and 4 api i.e to perform crud operation.