shixzie
Explore posts from serversCDCloudflare Developers
•Created by shixzie on 6/2/2023 in #pages-help
Next build succeeds but it fails to "find a module"?
I got a Next 13 app with Server components, everything was working fine and then I started getting errors on my builds (look at the last line)
28 replies
CDCloudflare Developers
•Created by shixzie on 2/22/2023 in #pages-help
Next 13 `app` dir InternalServerError
Hey, I was following the steps described in here https://github.com/cloudflare/next-on-pages to deploy a Next 13 app with the
app
directory and the response from the server on the /
route returns Internal Server Error
.
I dove into the function logs for the deployment and got the following:
I'm not really sure what they are so here I am.
I created the project from scratch (ie. npx create-next-app@latest
) the appDir
experimental config is enabled and basically everything the README says.
Appreciate any help.2 replies