-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hey everyone!
I try to get one of our projects into QWC.
I uploaded the .qgs file into the scan folder and get an error, that the "Layer(s) not valid" for this file, when genearting a new service configuration in the QWC Admin.
In that moment i can find an error in the log of the docker container qwc-docker-qwc-qgis-server-1.
It tries to connect to our postgis database we use in our QGIS clients.
Address and database is right, but it uses the user "www-data" instead of the user configured in our QGIS clients.
I tried to put the right connection into qwc_docker/pg_service.conf - qwc_docker/pg_service-write.conf but it doesn´t change the error message.
Where do i have to configure the database connection to give the file / scan the right credentials?
Thanks a lot!
Let me know, if i can provide any more information!