I should not see the favicon.ico error pop up yet, I am seeing it constantly. #24620
Answered
by
karthiknadig
naehansung
asked this question in
Q&A
-
I've opened the default page, django successfully after running the command, Then, I stopped the server using And I see sometimes the following error and sometimes I don't : Why would that be? |
Beta Was this translation helpful? Give feedback.
Answered by
karthiknadig
Dec 17, 2024
Replies: 1 comment
-
If you opened this in a browser, this is up to the browser to refresh the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
naehansung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you opened this in a browser, this is up to the browser to refresh the
favicon
. If you monitor network traffic from your browser, you should see the get request for thefavicon.ico
.