From 6c48324e28061749256675e64180e5ac78e96641 Mon Sep 17 00:00:00 2001 From: Terry McDonell <35645950+terry-longmacch@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:11:59 +1100 Subject: [PATCH] Minor change to troubleshooting IIS CORS --- admin-guide/installation/iis.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin-guide/installation/iis.md b/admin-guide/installation/iis.md index 2284bf526..3e100f1c8 100644 --- a/admin-guide/installation/iis.md +++ b/admin-guide/installation/iis.md @@ -372,7 +372,9 @@ IIS > Your Server > Application Pools > PoziQgisServer > Advanced Settings > Loa Recycle the PoziQgisServer application pool and reload Pozi. -==- Error message "Something went wrong: layer may be misconfigured. Layer: '[Your QGIS project layer]', type: 'QGISProjectSettings'" +==- QGIS project layer group is visible but can't be expanded + +On loading the error message "Something went wrong: layer may be misconfigured. Layer: '[Your QGIS project layer]', type: 'QGISProjectSettings'" appears. If the layer group for the QGIS project is visible, but cannot be expanded to show the layers within the project, this may be due to a CORS (cross-origin resource sharing) issue. This is a security precaution that stops a website from drawing content across from another domain name. In this case the QGIS Server needs to allow the organisation's Pozi site as a trusted content source.