Remove crossorigin="use-credentials"
from manifest link tag.
#65964
Unanswered
umang-goyal
asked this question in
Help
Replies: 3 comments
-
Please someone help in this case. I am also getting the same issue after upgrading to Next v14. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have the same issue 🫠 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you figure this one out? I am on 15 and am having the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
After migrating from Next.js 13 to 14 there was a change in manifest link tag with added attribute by default
crossorigin="use-credentials"
.After the addition of this attribute we see a CORS error being thrown when fetching manifest.json file.
Is there any way we can remove or set a different value for this attribute.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions