I just setup my QGIS Server as a OGC Data Server following: Installation on Debian-based systems.
When I try to access it and retrieve my QGIS project using the following link http://localhost:8080/qgisserver?SERVICE=WMS&REQUEST=GetMap&MAP=/projects/example/world3.qgs&LAYERS=countries&WIDTH=400&HEIGHT=200&CRS=EPSG:4326, I just receive a 400x200 white box. Any idea what could cause this?
This log was created for the request: https://pastebin.com/h9sTycg2
A GetCapabilities request to the following link
produces the following output: https://pastebin.com/iqGDFhxU
I tried to setup the server 3 times now following the documentation and I always end up with the QGIS server only returning white boxes instead of the map.