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
Failed: Error while executing user command. Exited with error code: 1
15:27:25.071
Failed: build command exited with code: 1
15:27:25.966
Failed: error occurred while running build command
`
I already have export const runtime = 'experimental-edge' in each page's code, and it still does not work with 'edge'. The pages work again when internationalization is disabled so the error should be related to it.
Thanks a lot for the issue @neko-shinshi and thanks a lot for being willing to help with it!
This seems like an issue introduced recently by the Vercel CLI, @james-elicx has already opened a PR that should fix it, if you want please check the PR's prerelease to see if it fixes your issue 🙂
next-on-pages environment related information
System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 22.6.0: Wed Jul 5 22:17:35 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T8112
CPU: (8) arm64 Apple M2
Memory: 16 GB
Shell: /bin/zsh
Binaries:
Node: 20.6.1
Bun: N/A
pnpm: 8.6.6
Yarn: 1.22.19
npm: 9.8.1
Package Manager Used: npm
Relevant Packages:
@cloudflare/next-on-pages: 1.6.1
vercel: N/A
next: 13.4.19
Description
Hi, I am using the page router with subpath routing to handle i18 for my existing site and have deployed it with internationalization enabled.
A few hours ago I started getting this error when trying to update, so I made another minimal project to demonstrate it.
`
`I already have export const runtime = 'experimental-edge' in each page's code, and it still does not work with 'edge'. The pages work again when internationalization is disabled so the error should be related to it.
Reproduction
I made a minimal project to demonstrate this:
https://github.com/neko-shinshi/cloudflare-next-i18
Pages Deployment Method
Direct Upload (
wrangler pages publish
or the @cloudflare/pages-action GitHub Action)Pages Deployment ID
cloudflare-next-i18.pages.dev
Additional Information
No response
Would you like to help?
The text was updated successfully, but these errors were encountered: