Skip to content

Manifest not updating on server #4500

Open
@fakela

Description

@fakela

@walterbender, the android_chrome_manifest.json file was updated and merged, but the live version at: https://musicblocks.sugarlabs.org/android_chrome_manifest.json

is still serving an old cached version from 2020. This is blocking our Google Play submission.

➜  ~ curl -I https://musicblocks.sugarlabs.org/android_chrome_manifest.json
HTTP/1.1 200 OK
Date: Wed, 05 Mar 2025 22:42:14 GMT
Server: Apache/2.4.52 (Ubuntu)
Upgrade: h2,h2c
Connection: Upgrade
Last-Modified: Thu, 24 Dec 2020 18:26:53 GMT
ETag: "4cb-5b739f3b4d918"
Accept-Ranges: bytes
Content-Length: 1227
Content-Type: application/json

Possible fix needed on the server:

  • Apache is caching the old file and needs to be restarted.

Steps to verify:

  • Run curl -I https://musicblocks.sugarlabs.org/android_chrome_manifest.json
  • Check the Last-Modified date (should not be 2020).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions