Replies: 1 comment 2 replies
-
hello @TobiWo , You build use kubernetes ? or docker-compose ? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi there,
I'm running a local ethereum devnet using the ethereum-package for kurtosis. Sometimes I want the network to last longer which is where I deploy it in K8s or on a VM (via docker). Now, if I port forward the blockscout-frontend port to my localhost the frontend is not reachable. However, it works when I simply run the devnet on my local machine. I mean I do not need to port forward in this case and then blockscout is reachable. I thought that it might be the env variable
NEXT_PUBLIC_APP_HOST
which is set to127.0.0.1
in the ethereum-package but even when I set it to0.0.0.0
I still have the same issue. I easily can port forward the CL http port or the EL rpc port or even the DORA explorer port which is why I think this is not ethereum-package related. I'm a bit baffled. Any help is much appreciated.Best,
Tobi
Beta Was this translation helpful? Give feedback.
All reactions