Git'Fellow
Git'Fellow
Just to add a little more info, here is an example. The folder at left, all photos are displayed. None of the photos inside the folder at the right are...
Duplicate of #522 ?
@skjnldsv installation totally complies with https://docs.nextcloud.com/server/20/admin_manual/installation/source_installation.html and `/settings/admin/overview` says everything is fine too. What else should i check?
Source is displayed, so file exists.
But the browser sends a 404 when file is requested directly...but it show it's content. π€
### Brave  ### Firefox 
And the console error from Brave: > A bad HTTP response code (404) was received when fetching the script. Photos.vue:114 SW registration failed: TypeError: Failed to register a ServiceWorker for...
Well, I've tested it with and without on those 2 domains; the first is Apache only (direct) the second is Apache behind Nginx. Both produce the same error.
On a 3rd with, **Nginx only**, no problem. π€
As the script is failing to register a ServiceWorker for scope ('https://cloud.example.com/') with script ('https://cloud.example.com/apps/photos/service-worker.js') shouldn't the scope be ('https://cloud.example.com/apps/photos/') instead of ('https://cloud.example.com/')?