GMAF 1.3 - SYNC ERROR
While executing Snchronization I get the followin error message:
Unable to load http://sit6.geographics.eu/Geocortex/Essentials/SanLazzaro/REST/sites/San_Lazzaro/map/layerlist?f=json&dojo.preventCache=1441899416973 status: 0
Unable to update offline bundle.
It appears that the viewer can't be downloaded, while layers are correctly sync'd.
Also, the viewer will not start in airplane mode.
0
-
Hi,
I have the same error.
Did you find any solution?
Thanks,
Marco Grimaudo0 -
Solved enabling CORS for the rest application in iis.
Modify the web.config to include:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Origin" value="*" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>0 -
Marco Grimaudo's answer worked for me. I was having the same problem. 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare