danielbryantuk / oreilly-docker-java-shopping

Code repository for my O'Reilly "Containerizing Continuous Delivery in Java: Docker Integration for Build Pipelines and Application Architecture" minibook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to reach shopfront application - character encoding

damianesteban opened this issue · comments

After working through this post (and the book) I am unable to access the shopfront application at http://localhost/shopfront. I get the following error in the browser console:

The character encoding of the plain text document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the file needs to be declared in the transfer protocol or file needs to use a byte order mark as an encoding signature.

Any idea what might be causing this?

After further research, it seems that this is a known issue with Firefox. I'll be using Chrome for now :)