-
Notifications
You must be signed in to change notification settings - Fork 465
Open
Labels
Description
After install nominatim, access to web page returns a xml with 404 error.
To Reproduce
1.
docker run -it \
-e PBF_URL=https://download.geofabrik.de/south-america/chile-latest.osm.pbf \
-e REPLICATION_URL=https://download.geofabrik.de/south-america/chile-updates/ \
-e IMPORT_WIKIPEDIA=true \
-p 8081:8080 \
--name nominatim \
mediagis/nominatim:4.5
- Go to localhost:8081
Expected behavior
Get the right webpage
Screenshots & Logs
In the webrowser:
<error>
<script/>
<title>404 Not Found</title>
</error>
Desktop / Server (please complete the following information):
- OS & Version: Ubuntu LTS
- Docker Version: version 28.0.1, build 068a01e
- Nominatim Version: 4.5
Additional context
I have tested this only once