Kentđź‘‹
Kentđź‘‹
CDCloudflare Developers
Created by Kentđź‘‹ on 11/3/2023 in #pages-help
Cloudflare Pages: NextJS&VueJS Hybrid deployment failed
Using node 20 works like a charm
3 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/26/2023 in #workers-help
â–˛ error - Provided runtime "edge" is not supported.
Is it possible to run the lib in worker with other tricks?
12 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/26/2023 in #workers-help
â–˛ error - Provided runtime "edge" is not supported.
I think that is the culprit. I involve some libs that aren't supported by edge environment
12 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/26/2023 in #workers-help
â–˛ error - Provided runtime "edge" is not supported.
19:08:48.705 â–˛ ./node_modules/.pnpm/@[email protected]/node_modules/@paypal/paypalhttp/lib/paypalhttp/serializer/multipart.js 19:08:48.705 â–˛ A Node.js API is used (Buffer at line: 51) which is not supported in the Edge Runtime.
12 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/26/2023 in #workers-help
â–˛ error - Provided runtime "edge" is not supported.
Thanks
12 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/26/2023 in #workers-help
â–˛ error - Provided runtime "edge" is not supported.
12 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/26/2023 in #workers-help
â–˛ error - Provided runtime "edge" is not supported.
19:09:02.300 ⚡️ 19:09:02.301 ⚡️ Please make sure that all your non-static routes export a config object specifying the edge runtime, like: 19:09:02.301 ⚡️ export const config = { runtime: 'edge' }; 19:09:02.301 ⚡️ 19:09:02.301 ⚡️ You can read more about the Edge Runtime on the Next.js documentation: 19:09:02.301 ⚡️ https://nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes 19:09:02.301
19:09:02.339 Failed: Error while executing user command. Exited with error code: 1 19:09:02.349 Failed: build command exited with code: 1 19:09:03.205 Failed: error occurred while running build command
12 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/26/2023 in #workers-help
â–˛ error - Provided runtime "edge" is not supported.
export const config = { runtime: 'experimental-edge' };
export const config = { runtime: 'experimental-edge' };
12 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/3/2023 in #pages-help
nextjs
8 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/3/2023 in #pages-help
nextjs
8 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/3/2023 in #pages-help
nextjs
Yes. I am following the doc. Correctly export runtime.
8 replies
CDCloudflare Developers
Created by Kentđź‘‹ on 7/3/2023 in #pages-help
nextjs
8 replies