Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error message "received text/html; charset=utf-8" means that the server is responding with a header that indicates that the content type of the response is HTML and the character encoding is UTF-8. This is not expected if the client was expecting an image.

The error message about "/public/logoicon/logoOrange.png" not being a valid resource means that the client requested an image file from the server, but the server could not find it or it is not accessible. The server responded with an HTML error page instead of the requested file.