-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add gotchas documentation #599
Conversation
|
🧪 Prereleases are available for testing 🧪 @cloudflare/next-on-pagesYou can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/next-on-pages/runs/7302485479/npm-package-next-on-pages-599 @cloudflare/eslint-plugin-next-on-pagesYou can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/next-on-pages/runs/7302485479/npm-package-eslint-plugin-next-on-pages-599 |
@dario-piotrowicz Hey! I've been trying to implement dynamic routes for my Next.js pages project using the app router but my builds keep failing on Cloudflare. When I try to use the edge runtime I get a segmentation fault. Should it be possible to use dynamic routes if I use the edge runtime or is that not supported on Cloudflare at all? |
Hi @sanketnaik99, yeah dynamic routes should be supported with no issues I am not sure what problem you're facing, please open a new issue regarding that and we can discuss further there 🙂 PS: some people have had issues building their next-on-pages applications using the Pages git integration and they have had segfaults caused by the |
@dario-piotrowicz Thanks! Yeah, it has something to do with my application because it's a huge codebase and I'm migrating it from pages to app router. I'll keep digging into it, but I got dynamic routes to work in a smaller application. Once again, thanks for your quick reply! |
@sanketnaik99 not a problem 🙂 yes, please keep digging into it and feel free to open an issue whenever you want if you get stuck as we are always keen to help 😄 Although if you have a big app and cannot share its code there might be little we can do to help 😓 |
resolves #598