Hi Isidro
It seems you're encountering a
403 error with the layer download functionality in GeoServer and MapStore. Here are a few possible causes and solutions:
Permissions Issue: Ensure the layer, workspace, and user/group have the correct permissions to access the WPS service and download layers.
CORS Configuration: Check if CORS is enabled correctly on GeoServer (Tomcat).
Plugin Configuration: Verify that the `geoserver-wps-download-plugin` is properly configured and active in GeoServer.
Logs and Tomcat Permissions: Review GeoServer and Tomcat logs to identify specific errors, and ensure that Tomcat has the correct permissions to serve files.
Review network settings: Check for firewall rules or proxy issues blocking access.
Since the attached error is quite generic and relates to your local GeoServer setup, please review the points mentioned above to determine if they help resolve the issue. Thanks!