zalf-rdm / geonode-k8s

A Kubernetes helm chart for the geospacial webapplication Geonode
https://geonode-k8s.readthedocs.io/en/latest/
GNU General Public License v2.0
13 stars 9 forks source link

Bug: Uploading GeoTIFF throws 500 #197

Closed AleMScof closed 4 months ago

AleMScof commented 4 months ago

Bug Description

GeoTiff cannot be uploaded through the GeoNode UI importer. Error is thrown due to the fact that GeoServer don't have the mount on /mnt/volumes/statics/uploaded/

Failed to create coverage/layer

Logs from Geoserver exposing FileNotFound exception:

image

Reproduction Steps

Behavior

Since Geoserver needs to access Raster data directly from the Fs, opposite to Vector data, we should be able to mount the uploaded directory to Geoserver.

References: https://github.com/GeoNode/geonode/issues/11518#issuecomment-1804149894