Usage of next-intl APIs in Server Components currently opts into dynamic rendering during build in not-found page
Description When I run yarn build, I get this error: Error: Usage of next-intl APIs in Server Components currently opts into dynamic rendering. This limitation will eventually be lifted, but as a stopgap solution, you can use the `unstable_setRequestLocale` API to enable static rendering Export encountered errors on following paths: /_not-found/page: /_not-found As the doc […]