Cloudflare Page with Edge Runtime return 404 Not Found

does edge runtime actuall work? It does not work with this simplest demo:
// src/app/page.tsx
export const runtime = "edge";

export default function Home() {
return <div>Hello from the edge!</div>;
}
// src/app/page.tsx
export const runtime = "edge";

export default function Home() {
return <div>Hello from the edge!</div>;
}
2 Replies
Chaika
Chaika5mo ago
With CF Pages you have to use Next on Pages: https://github.com/cloudflare/next-on-pages and ensure you're using that to build instead of static
GitHub
GitHub - cloudflare/next-on-pages: CLI to build and develop Next.js...
CLI to build and develop Next.js apps for Cloudflare Pages - cloudflare/next-on-pages
Chaika
Chaika5mo ago
Also #next-on-pages and #pages-help
Want results from more Discord servers?
Add your server