You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When deploy to Cloudflare pages, below errors occur.
ERROR: Failed to produce a Cloudflare Pages build from the project.
⚡️ The following routes were not configured to run with the Edge Runtime:
⚡️ - /account
⚡️ - /api/trpc/[trpc]
⚡️ - /api/webhooks/stripe
...
Please make sure that all your non-static routes export the following edge runtime route segment config:
export const runtime = 'edge';
I know cloudflare is an edge runtime only but it's cool to have it.
Describe the solution you'd like
We can deploy this to both Vercel and Cloudflare.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When deploy to Cloudflare pages, below errors occur.
ERROR: Failed to produce a Cloudflare Pages build from the project.
⚡️ The following routes were not configured to run with the Edge Runtime:
⚡️ - /account
⚡️ - /api/trpc/[trpc]
⚡️ - /api/webhooks/stripe
...
Please make sure that all your non-static routes export the following edge runtime route segment config:
export const runtime = 'edge';
I know cloudflare is an edge runtime only but it's cool to have it.
Describe the solution you'd like
We can deploy this to both Vercel and Cloudflare.
The text was updated successfully, but these errors were encountered: