You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: