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
Describe the bug
The Docker image of the dashboard only shows a white screen. (seen below)
The docker logs mentions that the database connection has an issue. The log was taken after a fresh download and install of the docker container and 1 request
$ docker logs pelias_dashboard
{"error":"alias [pelias] missing","status":404}
404
Thin web server (v1.7.2 codename Bachmanity)
Maximum connections set to 1024
Listening on 0.0.0.0:3030, CTRL+C to stop
172.18.0.1 - - [09/Dec/2022:11:06:04 +0000] "GET /pelias HTTP/1.1" 200 1502 0.0254
Steps to Reproduce
Install the pelias docker setup according to the manual
Describe the bug
The Docker image of the dashboard only shows a white screen. (seen below)
The docker logs mentions that the database connection has an issue. The log was taken after a fresh download and install of the docker container and 1 request
Steps to Reproduce
docker run -it --network pelias_default -e ES_ENDPOINT=http://elasticsearch:9200/ -p 3030:3030 -d --restart always --name pelias_dashboard pelias/dashboard
Expected behavior
Should work as described
Environment (please complete the following information):
OS: Ubuntu 20.04.5 LTS
Docker: Docker version 20.10.21, build baeda1f
Docker compose: docker-compose version 1.29.2, build 5becea4c
Pastebin/Screenshots
Additional context
The pelias.json is moddified due to some custom data sources (csv). But there was no modification to the elastic part.
The result from the elastic search aliases is:
References
nothing found
The text was updated successfully, but these errors were encountered: