umijs / qiankun

📦 🚀 Blazing fast, simple and complete solution for micro frontends.
https://qiankun.umijs.org
MIT License
15.86k stars 2.02k forks source link

favicon and manifest.json request 404 #2982

Closed nityanantan23 closed 4 months ago

nityanantan23 commented 4 months ago

What happens?

When running the application, the main app sends a request to retrieve a favicon (favicon.ico) even though it hasn't been explicitly set. This behavior resembles issue #1825 reported previously.

Currently, the request is directed to http://localhost:3000/favicon.ico, resulting in a 404 error due to the application being located in a subdirectory. The correct path should be http://localhost:3000/app/favicon.ico. Because the favicon isn't found at this location, I'm unable to modify or configure it accordingly.

i took from the https://github.com/umijs/qiankun repo and change the public path in the webpack

This issue prevents proper loading of the favicon from its expected location within the subdirectory, impacting the application's visual presentation.

github-actions[bot] commented 4 months ago

由于缺乏足够的信息(github、stackblitz、codesandbox等可复现仓库),我们暂时关闭了该 Issue。请修改(不要回复) Issue 提供最小重现以重新开启。谢谢。如果只是单独的技术咨询,可移步 https://qiankun.umijs.org/#-community 交流~