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
When running next build it gives me the following error messages:
Generating static pages (1/10) [= ]
⨯ useSearchParams() should be wrapped in a suspense boundary at page "/login". Read more: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout
Error occurred prerendering page "/login". Read more: https://nextjs.org/docs/messages/prerender-error
✓ Generating static pages (10/10)
> Export encountered errors on following paths:
/(guest)/login/page: /login
I'm a total newbie with NextJS and React and can't find out what to change in the login/page.tsx to make it work. The explanation of the error at the given URL doesn't make much sense to me either. I appreciate any help.
The text was updated successfully, but these errors were encountered:
When running
next build
it gives me the following error messages:I'm a total newbie with NextJS and React and can't find out what to change in the login/page.tsx to make it work. The explanation of the error at the given URL doesn't make much sense to me either. I appreciate any help.
The text was updated successfully, but these errors were encountered: