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

favicon and manifest.json request 404 #2982

Closed
nityanantan23 opened this issue Jul 15, 2024 · 1 comment
Closed

favicon and manifest.json request 404 #2982

nityanantan23 opened this issue Jul 15, 2024 · 1 comment

Comments

@nityanantan23
Copy link

nityanantan23 commented Jul 15, 2024

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.

Copy link

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

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 15, 2024
@github-actions github-actions bot reopened this Jul 15, 2024
@nityanantan23 nityanantan23 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 18, 2024
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

No branches or pull requests

1 participant