You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
I realized, that the explorer-gui makes requests to 127.0.0.1/api/v1, but it gets a 404 http response.
I changed in the docker-compose the api address to [::1] instead of 127.0.0.1 and now the gui displays data (running the docker containers on WSL Ubuntu 16.04 LTS)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I realized, that the explorer-gui makes requests to 127.0.0.1/api/v1, but it gets a 404 http response.
I changed in the docker-compose the api address to [::1] instead of 127.0.0.1 and now the gui displays data (running the docker containers on WSL Ubuntu 16.04 LTS)
The text was updated successfully, but these errors were encountered: