nextjs
Hi, I am deploying a nextjs project with /functions to Pages. You can have a preview here at https://q.li2niu.com . But all the apis under /functions return 404 (e.g. https://q.li2niu.com/api/v1/auth/github/redirect )like this post said pages-helpPages not creating Worker, NextJS returns 404 . Sadly, the solution is not useful for me.
File arch.
Build command: npx @cloudflare/next-on-pages@1
Build output directory: /.vercel/output/static
Build system version: 1 (latest)
Root directory: /
I tried to change
File arch.
Build command: npx @cloudflare/next-on-pages@1
Build output directory: /.vercel/output/static
Build system version: 1 (latest)
Root directory: /
I tried to change
Build output directory: /.vercel/output, the apis became OK but the static assets of pages are not correctly loaded. Really confused the culprit
