How to make Next.js i18n routing work with Pages?
I use this command to build my Next.js project:
And deploy:
My next config:
2 Replies
Hi, I’m trying to find an answer for your question, let me see if someone knows how to solve that
@mattp0123 seems like that isn’t supported yet, it’s a feature request. There is an issue reported already in the next-on-pages repo: https://github.com/cloudflare/next-on-pages/issues/28
GitHub
i18n with
next-intl
fails to register routes · Issue #28 · cloudf...I tried using next-intl with next-on-pages, but I'm getting the message below: ⚡️ ERROR: Failed to produce a Cloudflare Pages build from the project. ⚡️ The following functions were not configu...