Can't get external frontend working. #11816
Unanswered
chrischarlesharrison
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Remove the port ENVs you added to |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello @chrischarlesharrison For Fast Respon You Can Ask to Discord Blockscout |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm running blockscout on my local machine. I have managed to build and run the system with the non-external frontend and see everything ok(even without fully indexed chain), but I cant seem to have my external frontend properly connect up with the backend; I just get this:
![Screenshot 2025-02-07 at 20 27 05](https://private-user-images.githubusercontent.com/31964100/411075199-a1394c32-1faa-40f7-b8a8-900496e8503e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNzk2ODQsIm5iZiI6MTczOTM3OTM4NCwicGF0aCI6Ii8zMTk2NDEwMC80MTEwNzUxOTktYTEzOTRjMzItMWZhYS00MGY3LWI4YTgtOTAwNDk2ZTg1MDNlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE2NTYyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUxY2Q1YTk2N2YwNTNmYzc0NTQ2ZTMzMDBkMmVhZTkwM2RkMjQ4NmY1Yjg1NDUyOTZhNmQyZDlmMzMzM2I3ZDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._7vruQEsW5uhKm_HdruZlDYgnjjEc5FVVhZu-Bkj_UY)
Also sometimes this 'loading' stops and i get this
Here are my env files. I have played around a lot with the values but nothing seems to work. Here is the current state of them anyhow:
common-frontend.env
and then the common-blockscout.env for the backend:
can someone give me a setup that will work with respect to ports/hosts and these values. Would be much appreciated. After i'd tried other setups, the external ip of the backend 172.18.0.7 was found by doing
~/electroneum-sc-block-explorer-frontend: docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' backend
Here is a log from the running of the frontend
Beta Was this translation helpful? Give feedback.
All reactions