Export encountered errors on following paths: /(auth)/login/page: /login
abitocodes opened this issue · 1 comments
abitocodes commented
i replaced nextjs version(13-canary) of this code to 14.1.3. and got the error of like title.
anyone know the reason why this error happen?
abitocodes commented
i solved this issue by wrapping all of jsx elements, which got this error, with <Suspense>
.