jsdelivr / jsdelivr

A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESM

Home Page:https://www.jsdelivr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@latest link tag not updating

bhaktatejas922 opened this issue · comments

Description

latest commit - correct: https://cdn.jsdelivr.net/gh/autoinfra-ai/lingtual-embedded-chat@6b63d2d/dist/build/static/js/bundle.min.js

Tried purge link https://purge.jsdelivr.net/npm/lingtual-embedded-chat@latest

Still going off of cache : https://cdn.jsdelivr.net/gh/autoinfra-ai/lingtual-embedded-chat@latest/dist/build/static/js/bundle.min.js

Affected jsDelivr links

https://cdn.jsdelivr.net/gh/autoinfra-ai/lingtual-embedded-chat@latest/dist/build/static/js/bundle.min.js

Response headers

Age:
2588
Alt-Svc:
h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Cache-Control:
public, max-age=604800, s-maxage=43200
Date:
Sat, 30 Sep 2023 18:54:50 GMT
Etag:
W/"33cdd-aaCGqaVZ/uGHopqzDNtUW3UaJas"
Vary:
Accept-Encoding
X-Cache:
HIT
X-Served-By:
cache-bur-kbur8200176-BUR

Information

macos, chrome

Requisites

  • I performed a cursory search of the issue tracker to avoid opening a duplicate issue.
  • I checked the documentation to understand that the issue I am reporting is not normal behavior.
  • I understand that not filling out this template correctly will lead to the issue being closed.

Additional content

No response

does the purge link no longer do anything?

I think you have mixed many different things.

You're purging NPM (npm/lingtual-embedded-chat@latest) while trying to use the Github URL (gh/autoinfra-ai/lingtual-embedded-chat@latest/dist/build/static/js/bundle.min.js)? It will never work of coure.

Additionally you're not using tags https://github.com/autoinfra-ai/lingtual-embedded-chat/tags which are required for purge to work. Please read the docs, the purge API works correctly