You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can try this example project (https://github.com/Tockra/nextjs-test-playground) and visit a unknown locale path. E.g. localhost:3000/fr
This causes a error in console and does not show the notFound page.
Is this a configuration issue or a bug in next-intl?
Console error:
Verifications
I've verified that the problem I'm experiencing isn't covered in the docs.
Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at removeChildFromContainer (react-dom-client.development.js:19098:21)
at runWithFiberInDEV (react-dom-client.development.js:543:16)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11705:17)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11818:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11818:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11791:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11775:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11775:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11775:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11791:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11775:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11775:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11818:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11775:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11818:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11791:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11775:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11791:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11775:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11775:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11791:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11775:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11818:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11818:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11818:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
at commitDeletionEffectsOnFiber (react-dom-client.development.js:11818:11)
at recursivelyTraverseDeletionEffects (react-dom-client.development.js:11629:9)
Expected behaviour
No error
The text was updated successfully, but these errors were encountered:
Description
You can try this example project (https://github.com/Tockra/nextjs-test-playground) and visit a unknown locale path. E.g. localhost:3000/fr
This causes a error in console and does not show the notFound page.
Is this a configuration issue or a bug in next-intl?
Console error:
Verifications
Mandatory reproduction URL
https://github.com/Tockra/nextjs-test-playground
Reproduction description
Steps to reproduce:
Expected behaviour
No error
The text was updated successfully, but these errors were encountered: