qgis / qwc2-demo-app

QWC2 demo application
Other
240 stars 149 forks source link

Error while refreshing config cache #536

Closed shapley closed 3 months ago

shapley commented 3 months ago

Hi,

I've generated a service config in 'QWC Admin' but have an error seemingly related to a supporting vector (gpkg). Just wondering whether this is because it is not a shapefile or some other reason like permissions (currently qgis project and gpkg are 0644)

error-config-cache

docker-compose-output

Paul Shapley

manisandro commented 3 months ago

This is a permission issue with your setup and not an issue with QWC2. You might want to consider commercial support to get your system up and running.

shapley commented 3 months ago

The solution was sudo 'chmod -R 0777 /path/to/qwc-docker. All working now.