Esplora is currently unavailable, please try again later
See original GitHub issueI have spun up a new docker instance of blockstream/esplora and I get the above message when I try to access the frontend. Using the browser’s (chrome) developers console in the network tab I could see that a request to <my-ip>:8080/api/blocks/
failed with 502 Bad Gateway.
I ran the docker container like described on the github page under “How to run the explorer for Bitcoin mainnet”. According to the logs, the docker container has finished synchronizing the blockchain blocks (up to the current time) within a few hours. I have also already re-created the container, but no luck.
What is the source of my problem?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
Sign in is currently unavailable. Please try again later. : r/origin
Update: got it to connect, went to wifi settings on windows 10, then change adapter options. from there i selected my wifi connection...
Read more >Issues · Blockstream/esplora - GitHub
Contribute to Blockstream/esplora development by creating an account on GitHub. ... Esplora is currently unavailable, please try again later.
Read more >Esplora deployment - HackMD
Takes forever for electrum to sync fully; kept getting dredded “Esplora is currently unavailable, please try again later.” was not syncing after days; ......
Read more >switch - How can I make my Arduino Esplora program start on ...
I am trying to create a program where the main code starts on the press of a button. I am using an Arduino...
Read more >Solved: Sign in is currently unavailable. Please try again later.
Solved: Once i login in origin with my account it says 'Sign in is currently unavailable. Please try again later.' the homepage turns...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the suggestion @cloakedch! Added in https://github.com/Blockstream/esplora/commit/57b267b9f645fae7abe99bec5fe85e8b54a1d1c1.
Suggestion:
If you follow the readme and build the docker container inside the cloned repository (
docker build -t esplora
), you should adddata_bitcoin_mainnet
to the .dockerignore file, so that when doing agit pull
and re-build later, it will not push the whole data folder into the docker context.