Answers for "failed to load resource: the server responded with status 504"

1

failed to load resource: the server responded with a status of 503 (service unavailable)

This specific problem is why packages like express-favicion and serve-favicon exist. They add a handler for the favicon.ico file.

What you've done there has only made things worse as it tells the client that the icon for the page is actually the page itself.
Posted by: Guest on April-27-2021

Code answers related to "failed to load resource: the server responded with status 504"

Browse Popular Code Answers by Language