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

Fix the issue of abnormal page loading on the first start in the front-end development environment.(related issue #12944) #12948

Closed
wants to merge 12 commits into from

Conversation

littlesparklet
Copy link
Contributor

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.

Copy link

Thanks for your this PR. 🙏
Please check again for your PR changes whether contains any usage/api/configuration change such as Add new API , Add new configuration, Change default value of configuration.
If so, please add or update documents(markdown type) in docs/next/ for repository nacos-group/nacos-group.github.io


感谢您提交的PR。 🙏
请再次查看您的PR内容,确认是否包含任何使用方式/API/配置参数的变更,如:新增API新增配置参数修改默认配置等操作。
如果是,请确保在提交之前,在仓库nacos-group/nacos-group.github.io中的docs/next/目录下添加或更新文档(markdown格式)。

@KomachiSion
Copy link
Collaborator

There is one file with conflict.

@KomachiSion
Copy link
Collaborator

And the conflict file changes seems not relative this problem.

Is it from others change?

@codecov-commenter
Copy link

codecov-commenter commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.32%. Comparing base (2a0dafa) to head (289cb15).
Report is 14 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@              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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a0dafa...289cb15. Read the comment docs.

@littlesparklet
Copy link
Contributor Author

littlesparklet commented Dec 16, 2024 via email

@wuyfee
Copy link

wuyfee commented Dec 16, 2024

$\color{green}{SUCCESS}$
DETAILS
✅ - docker: success
✅ - deploy (standalone & cluster & standalone_auth): success
✅ - e2e-java-test (standalone & cluster & standalone_auth): success
✅ - e2e-go-test (standalone & cluster): success
✅ - e2e-cpp-test (standalone & cluster): success
✅ - e2e-csharp-test (standalone & cluster): success
✅ - e2e-nodejs-test (standalone & cluster): success
✅ - e2e-python-test (standalone & cluster): success
✅ - clean (standalone & cluster & standalone_auth): success

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

Successfully merging this pull request may close these issues.

4 participants