Problem Run Blockscout FrontEnd #1118
Replies: 6 comments 5 replies
-
Hello, I Found error about using URL in screenshot When I use docker-compose-no-build-frontend.yml it shows error like in the screenshot, same as when I run using docker-compose-no-build-external-frontend.yml |
Beta Was this translation helpful? Give feedback.
-
Now Found error in Proxy, using docker compose -f docker-compose-no-build-external-frontend.yml up -d, |
Beta Was this translation helpful? Give feedback.
-
Sorry beforehand, apparently it's been solved, my browser is Microsoft Edge Blocking CORS, and after I installed the CORS extension it can be read. however there is still a problem on the Proxy section when building using docker compose -f docker-compose-no-build-external-frontend.yml |
Beta Was this translation helpful? Give feedback.
-
@vbaranov can you help here with the proxy setup? from my point of view this variable is incorrect - |
Beta Was this translation helpful? Give feedback.
-
Hello, I want to ask, why is port 8050 not being read on my port? I've set the firewall and it's still not readable. is there any solution ? |
Beta Was this translation helpful? Give feedback.
-
Hello i have a problem with proxy, can you help me to this topic ? |
Beta Was this translation helpful? Give feedback.
-
Hello, I have installed Blockscout Frontend, but why can't I connect to the backend?
I have done the installation according to the guide but in the developer tool the url reads localhost, even though I have replaced it with the ip address 0.0.0.0
#First Setup
docker run -p 3000:3000 --env-file .env.testnet ghcr.io/blockscout/frontend:latest
#Next Step
FRONT_PROXY_PASS=http//host.docker.internal:3000 docker compose -f docker-compose-no-build-external-frontend.yml up -d
#This ENV in FrontEND
Please Help to Fix, and Discuss about this problem
Beta Was this translation helpful? Give feedback.
All reactions