janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.5k stars 1.11k forks source link

bitcoinexplorer.org ERR_INCOMPLETE_CHUNKED_ENCODING #423

Closed jsarenik closed 2 years ago

jsarenik commented 2 years ago

Describe the bug

The icons are not showing on bitcoinexplorer.org (tested with Tor Browser, Firefox, Google Chrome). The onion address is not responding.

This is the related part of console output from DevTools on Google Chrome:

random:1          GET https://bitcoinexplorer.org/js/fontawesome.min.js?v=581ad524cd net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)
bitcoinexplorer.org/:1          GET https://bitcoinexplorer.org/js/fontawesome.min.js?v=581ad524cd net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Additional context

It seems the issue is related to the web server (nginx) serving bitcoinexplorer.org.

jsarenik commented 2 years ago

Looks fixed now. Thank you!

jsarenik commented 2 years ago

@janoside The issue is present again at https://bitcoinexplorer.org/ (not on testnet or signet though).

jsarenik commented 2 years ago

It works well again. Thanks.