-
I'm trying to using a tag to preload data as recommended in the SWR package but the request that is made does not contain my cookie so fails every time. My cookie has How do I include the cookie in the request made by |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Remove |
Beta Was this translation helpful? Give feedback.
Remove
crossorigin="anonymous"
. See here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-crossorigin