Bug #7557
Cannot download files with Chrome
0%
Description
When trying to download files (eg. shapefiles) using the public website address (https://gis.auroville.org.in/), the browser shows a page: "Page not found :(".
Related issues
History
#1 Updated by Philippe May almost 6 years ago
I fear this one will be a PITA to solve.
For now, a workaround is to use Firefox.
[Techie stuff below]
Few observations:
- downloads work well with Firefox
- downloads work well using http://gis.csr.av
- the server always generates files
So, it looks like it's a bug with aggressive cache done by Chrome, and might be triggered by Angular bootstrap.
#2 Updated by Philippe May almost 6 years ago
A workaround with Chrome is to force a refresh with "Shift + refresh".
#3 Updated by Philippe May almost 6 years ago
- Related to Feature #7379: Make Gisaf installable (Progressive Web App) added
#4 Updated by Philippe May almost 6 years ago
[Technical stuff below]
It's all due to service workers, part of WPA: https://angular.io/guide/service-worker-getting-started
For obscure reason (maybe related to #7379), there seems to be a file https://gis.auroville.org.in/ngsw-worker.js, and the configuration https://gis.auroville.org.in/ngsw.json. If exact, deleting these would probably solve the issue.
Service workers are probably a nice idea, but it'll need a lot of fine tuning for gisaf.
#5 Updated by Philippe May almost 6 years ago
- Status changed from New to Resolved
Download of shapefiles should be fixed now.
[tech details below:]
Indeed, there were probably some artifacts of #7379 on the server:
root@gisaf2:/usr/local/lib/gisaf_src/gisaf-app# mv dist/ dist.bak root@gisaf2:/usr/local/lib/gisaf_src/gisaf-app# cd dist.bak root@gisaf2:/usr/local/lib/gisaf_src/gisaf-app/dist.bak# ll ngsw* -rw-r--r-- 1 phil phil 176584 Jan 14 10:02 ngsw.json -rw-r--r-- 1 phil phil 137658 Jan 14 10:02 ngsw-worker.js
Pushed clean version of the ng build:
~/g/gisaf-app$ rsync -a dist root@gis2.csr.av:/usr/local/lib/gisaf_src/gisaf-app
#6 Updated by Philippe May almost 6 years ago
- Status changed from Resolved to Closed