mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[GH-ISSUE #177] Issues with next-intl library #37
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 defaultnext-intlconfiguration and defaultvinextsetup.I get the following error when I run the app:
Running the exact same setup with default nextjs works fine.
Package versions:
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 ignoredI assume this is because of the NextJS config injected by the next-intl:
export default withNextIntl(nextConfig);