-
Notifications
You must be signed in to change notification settings - Fork 252
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
Plz check after build, remoteEntry Path #660
Comments
exactly the same is happening with our microfrontends, |
Same. before it was |
vite version : 6.0.7 @masud-orangetoolz It will be solved by changing the version first. |
Same problem here. vite : 5.4.10 So I downgrade version to 1.3.6 and it works properly |
This commit 352f20e (1.3.7 release) has broken most applications based on this. It doesn't seem to do what it says - in fact it now ignores the |
We have the same issue in 1.3.7 as well. We reverted to 1.3.6 until it's fixed. |
The same issue here... Is anyone working on it? |
Today i Updated and running on the exact same issue. Problem appears for me by update from 1.2.2 to 1.3.7 |
Ran into the same issue updating to version >1.3.6, it looks like '/assets' is added to the path. |
use 1.3.8 ! |
Versions
Reproduction
this is my code.
when i build, remoteEntry file path not correct.
The correct route is ./__federation_expose... , but it is ./assets/__federation_expose.
That's why our service doesn't work normally.
plz check this bug.
Steps to reproduce
What is Expected?
bug.
What is actually happening?
That's why our service doesn't work normally.
The text was updated successfully, but these errors were encountered: