Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't load two imports from different domains #2

Open
eduardojustos opened this issue Mar 9, 2022 · 1 comment
Open

Can't load two imports from different domains #2

eduardojustos opened this issue Mar 9, 2022 · 1 comment

Comments

@eduardojustos
Copy link

I use Vite + Vue + TS, and I actually can't load async assets. When they try to do so, they get it from the single-spa domain and hence the import fails.

e.g.:
I have wrapper.product.com -> single-spa app
and also a.product.com -> a MF

When I try to load some asset async from a.product.com it tries to fetch from wrapper.product.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants