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
In my case, I had a duplicate viewport tag because I defined mine in _document.js instead of _app.js. It also had a key property. Moving it to _app.js and removing the key property solved the issue for me.
Maybe the documentation isn't clear enough about this behavior? Although the behavior of the key property seems like a bug to me.
Edit:
It seems like this is intended behavior. So I guess this is a matter of missing documentation (I'm not free to send a PR).
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 31, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Describe the bug
viewport tag gets duplicated in the browser (there's no custom viewport tag provided).
To Reproduce
This occurs on our site, but I've noticed that nextns.org has the same issue, so the instructions are for it:
"viewport"
, you'll see two occurrencesExpected behavior
There should only be one.
Screenshots
System information
The text was updated successfully, but these errors were encountered: