Francesco Frassinelli
Francesco Frassinelli
I get this generic error after applying this PR (rebased on master) : `Error contacting the CSW server: can only parse strings`. I think there is a problem with the...
@ccancellieri I think you are right, I will look into that. Which approach have you taken, If I may ask? I am interested into harvesting data from GeoNetwork too.
Related: - https://github.com/ckan/ckan/discussions/6322 - https://github.com/ccancellieri/ckanext-jsonschema
I fixed using http instead of https (I am developing on my machine and I don't have https yet) and using custom tiles instead of the default ones (the default...
It is totally normal to have gsconf4my_geonode exiting with code 0, but it could case issues if you are using bind mounts instead of volumes: #264. Look at geonode logs...
This happens when `.env` has not populated. See `README.md` on how to generate it using the helper script `create-envfile.py`.
Have you created the .env file as written in the `README.md` file?
@d3netxer Just drop the volume entirely to have the nginx configuration generated each time using environmental variables. Otherwise, you can just mount a folder as a volume and edit the...
I remember about this issue as well, but it should not happen, since it looks like the entrypoint (which is executed inside the Dockerfile with `RUN` for some reason?) should...
@d3netxer `entrypoint.sh` is executed each time the container is started. Your experience matches with what I have seen previously: the configuration seems persistent, for some reason. I am glad the...