-
Notifications
You must be signed in to change notification settings - Fork 253
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
Uncaught (in promise) TypeError: Failed to construct 'URL': Invalid URL #591
Comments
你这个问题解决了么? |
Have you solved this problem? |
I also encountered the same problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Versions
Reproduction
After I run
npm run build
, I got this error.This is my vite.config.ts:
This is the error log:
What is actually happening?
The error occurs in
new URL(xxx, K.url)
because K is an empty object.This is the code in __federation_fn_import-b9cca9f6.js, the complete document is in the attachment:
The text was updated successfully, but these errors were encountered: