Deploy failed in the cloudflare dashboard, but success in the cli.
The deployment id is: e359de58-8dc9-4deb-86d7-91de59e85324 , you could try this branch https://github.com/iflamed/hono-react-ssr-shadcn-ui/tree/prisma-debug to deploy it by self.
GitHub
GitHub - iflamed/hono-react-ssr-shadcn-ui at prisma-debug
Template code for Honojs with React SSR and Shadcn-UI which running on Cloudflare Pages. - GitHub - iflamed/hono-react-ssr-shadcn-ui at prisma-debug
4 Replies
Hey there! It looks like we've got a
edge_deployment_failed
error with the following output.
Is it possiable to make script size limit more larger? I use prisma orm, it may be result large script file?
Workers Paid plan has a size of 10 MB after compression.
Thanks, I should not try prisma client.
Finally, I switched to drizzle-orm. Prisma use wasm underway which is too big for cloudflare pages. For free user of cloudflare, there a 1MB size limit for each worker script.