[GH-ISSUE #177] Issues with next-intl library #37

Open
opened 2026-05-06 12:36:44 +02:00 by BreizhHardware · 0 comments

Originally created by @DoubleDebug on GitHub (Feb 27, 2026).
Original GitHub issue: https://github.com/cloudflare/vinext/issues/177

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);

Originally created by @DoubleDebug on GitHub (Feb 27, 2026). Original GitHub issue: https://github.com/cloudflare/vinext/issues/177 ### 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: <img width="1601" height="382" alt="Image" src="https://github.com/user-attachments/assets/b56b521f-1dcc-475f-b716-06300d1a5edb" /> Running the exact same setup with default nextjs works fine. ### Package versions: | Package <img width="150" height="1"> | 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);`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#37
No description provided.