Skip to content

Commit

Permalink
Minor change to troubleshooting IIS CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-longmacch committed Dec 19, 2023
1 parent 9ab6e00 commit 6c48324
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin-guide/installation/iis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6c48324

Please sign in to comment.