We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
useEffect
router.push
Describe the issue After hours of investigating, the conclusion is it may be a bug as per: vercel/next.js#18127 Initially suspected to be hydration, but router.isReady didn't help: https://nextjs.org/docs/pages/building-your-application/rendering/automatic-static-optimization#how-it-works Only happens on hard refresh.
router.isReady
Acceptance Criteria
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
After hours of investigating, the conclusion is it may be a bug as per: vercel/next.js#18127
Initially suspected to be hydration, but
router.isReady
didn't help: https://nextjs.org/docs/pages/building-your-application/rendering/automatic-static-optimization#how-it-worksOnly happens on hard refresh.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: