Closed
Description
Description
Running app with turbopack causes an error: Error during SSR Rendering
I use next@13.3.0 and next-intl@2.14.0-beta.2
The setup is done using this guide https://next-intl-docs.vercel.app/docs/next-13/server-components
Mandatory reproduction URL (CodeSandbox or GitHub repository)
https://next-intl-docs.vercel.app/docs/next-13/server-components
Reproduction description
Steps to reproduce:
- run an app on dev with --turbo flag
- Get an error: Error during SSR Rendering
Debug info:
- Error: Couldn't find next-intl config file. Please follow the instructions at https://next-intl-docs.vercel.app/docs/next-13/server-components
at Object. (node_modules/next-intl/config.js:1:7)
Expected behaviour
Expect app to work properly.