Skip to content

Issues with next-intl library #177

@DoubleDebug

Description

@DoubleDebug

The issue

Vinext doesn't seem to work with next-intl.
I created a brand new NextJS project using create-next-app, added the default next-intl configuration and default vinext setup.
I get the following error when I run the app:

Image

Running the exact same setup with default nextjs works fine.

Package versions:

Package Version
vinext 0.0.15
next 16.1.6
react 19.2.4
next-intl 4.8.3

Possible cause

When I start the vinext dev server, I get the following warning:

[vinext] next.config option "webpack" is not yet supported and will be ignored

I assume this is because of the NextJS config injected by the next-intl: export default withNextIntl(nextConfig);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions