Hi there ! Great library - been using for years.
I have a somewhat older project that I've been trying to bring up to date.
I'd like to report that I have success with nextjs 15 (Pages Router) using the following next-translate-routes version:
"next-translate-routes": "^1.11.0-5",
However, it does NOT seem to be compatible when compiling with turbopack (!)
You will get the following error:
⨯ Error: [next-translate-routes] - No translate routes data found. next-translate-routes plugin is probably missing from next.config.js
at withTranslateRoutes (../src/react/withTranslateRoutes.tsx:42:11)
at (pages/_app.tsx:188:35)
186 | };
187 |
188 | export default withTranslateRoutes(appWithTranslation(App, i18nConfig))
| ^
189 | {
page: '/'
Hi there ! Great library - been using for years.
I have a somewhat older project that I've been trying to bring up to date.
I'd like to report that I have success with nextjs 15 (Pages Router) using the following next-translate-routes version:
"next-translate-routes": "^1.11.0-5",
However, it does NOT seem to be compatible when compiling with turbopack (!)
You will get the following error:
⨯ Error: [next-translate-routes] - No translate routes data found. next-translate-routes plugin is probably missing from next.config.js
at withTranslateRoutes (../src/react/withTranslateRoutes.tsx:42:11)
at (pages/_app.tsx:188:35)
186 | };
187 |