Default CORS behavior when using manifest vs RemoteEntry.js #3282
-
Hi, Noticed that when using
but when
Is there a way to control this with a user supplied config? ScenarioDeveloping on a host locally and the remotes are hosted on a CDN. Some of our remotes are using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Provide repo |
Beta Was this translation helpful? Give feedback.
That's because it's fetch() like an api call. Scripts don't use fetch.
Can you try just fetching it manually in your user code and see if you are able to fetch() the json successfully yourself. Then we would know what to do.
Scripts behave differently than fetch calls