Skip to content

Next 15.5.x compatibility report #98

@mlake

Description

@mlake

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: '/'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions