-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Fix the issue of abnormal page loading on the first start in the front-end development environment.(related issue #12944) #12948
Conversation
…edirected to the login page without pop-ups. (related issue alibaba#11153)
…t-end development environment.(related issue alibaba#12944)
Thanks for your this PR. 🙏 感谢您提交的PR。 🙏 |
…t-end development environment.(related issue alibaba#12944)
There is one file with conflict. |
And the conflict file changes seems not relative this problem. Is it from others change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12948 +/- ##
=============================================
+ Coverage 72.25% 72.32% +0.06%
- Complexity 9826 9960 +134
=============================================
Files 1287 1308 +21
Lines 41445 41830 +385
Branches 4373 4403 +30
=============================================
+ Hits 29947 30253 +306
- Misses 9396 9463 +67
- Partials 2102 2114 +12 see 43 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
I`ll repair it later
***@***.***
From: 杨翊 SionYang
Date: 2024-12-16 17:44
To: alibaba/nacos
CC: littlesparklet; Author
Subject: Re: [alibaba/nacos] Fix the issue of abnormal page loading on the first start in the front-end development environment.(related issue #12944) (PR #12948)
And the conflict file changes seems not relative this problem.
Is it from others change?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
What is the purpose of the change
To fix the issue of abnormal page loading on the first start in the front-end development environment.
The key issue lies in the failure to correctly locate the hot module replacement (HMR) entry point during the first startup, which prevents the browser from initiating a WebSocket connection to establish communication with the Webpack Dev Server on the first launch.