-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloudflare Pages build error #114
Comments
|
Hey ! I built on top of the project, but i'm noticing when the searches post, for some reason the page keeps re rendering and routing to the home page ? |
Error occured, Cloudflare Pages is not supported in this project, I have tried to figure out the cause. It uses AI SDK, and Next.js, meaning it should not be used on Cloudflare platform. |
I found that post on vercel ai vercel/ai#633 |
This only about the issue of Cloudflare DNS while hosting on Vercel network, not Cloudflare Pages. We need to solve the performance issue with Vercel AI SDK and error issue when using CF Pages |
In the latest version build for Cloudflare pages, an error occurs that needs to be identified. Similar reports have also been made. cloudflare/next-on-pages#413 (comment)
As a workaround for the build error, it can be resolved with the following approach.
workaround: #113 and change to use edge runtime.
The text was updated successfully, but these errors were encountered: