This issue I encountered was slightly different. It was caused by the files: *.data.br, *.symbols.br, and *.json.br was not add with the application/octet-stream and Content-Encoding br; header.
*.data.br, *.symbols.br, and *.json.br
application/octet-stream
Content-Encoding br;
The problem was resolved after adding it.