Problem Run Blockscout FrontEnd #1118
Replies: 6 comments 5 replies
|
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 |
0 replies
|
@vbaranov can you help here with the proxy setup? from my point of view this variable is incorrect - |
1 reply
|
Hello i have a problem with proxy, can you help me to this topic ? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
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
All reactions