amannn / next-intl

🌐 Internationalization (i18n) for Next.js
https://next-intl-docs.vercel.app
MIT License
2.58k stars 236 forks source link

Can not run the example project. #1339

Closed pieterjanscheir closed 2 months ago

pieterjanscheir commented 2 months ago

Description

I have the same bug in my personal project after upgrading. I tried the working example and the bug happened there as well.

image

There is an endless loop where the same error keeps appearing.

Verifications

Mandatory reproduction URL

https://github.com/amannn/next-intl/tree/main/examples/example-app-router

Reproduction description

Steps to reproduce:

  1. Clone project
  2. cd to example-app-router
  3. pnpm i
  4. pnpm dev
  5. see that project won't start.

Expected behaviour

Well, the "working example" should work.

pieterjanscheir commented 2 months ago

I am sorry.