Getting blocked by CORS error #472
-
Hi, I've been building a TipTap Editor with ESM all afternoon. Now -- all of a sudden -- it all broke. This codepen was working this afternoon and now it's not --> https://codepen.io/ricotrevisan/pen/RwBNGdQ Given my limited programming knowledge, I'm quite sure it was my mistake so I didn't want to raise an issue right away, but ask here first if I need to make some changes. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Found a fix: make sure to add the version of the package. So, this works:
While this doesn't work. Even though it calls the same package.
|
Beta Was this translation helpful? Give feedback.
-
i am updating the CDN, that maybe break the cors, i just re-added the |
Beta Was this translation helpful? Give feedback.
i am updating the CDN, that maybe break the cors, i just re-added the
Access-Control-Allow-Origin
header for redirects can you please try again without versioning? thanks!