x-model doc loads https://cdn.usefathom.com/script.js, which does not exist #4784
-
|
The examples in https://alpinejs.dev/directives/model do not work, because the CDN seems to no longer exist. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
@michaelu123 thanks for reporting! The Fathom script is loading fine for me. It seems the latest version of Alpine didn't publish to NPM properly, so none of the Alpine packages are loading. We'll get that fixed up. |
Beta Was this translation helpful? Give feedback.
-
|
I've just reverted the docs back to the old version for now, until we can fix the NPM publish. x-model docs should be working again now. |
Beta Was this translation helpful? Give feedback.
-
|
Just a remark: It is not that the script is not found, rather the server cdn.usefathom.com does not exist. I get an error "Die Website ist nicht erreichbar. Die Server-IP-Adresse von cdn.usefathom.com wurde nicht gefunden.", i.e. the DNS lookup failed already. So I wonder why "The Fathom script is loading fine for me". Your change, where the scripts are now loaded from cdn.jsdelivr.net, works fine. |
Beta Was this translation helpful? Give feedback.
-
|
Awfully sorry: It turns out my Pi-Hole blocks cdn.usefathom.com. This never happened before... |
Beta Was this translation helpful? Give feedback.


I've just reverted the docs back to the old version for now, until we can fix the NPM publish. x-model docs should be working again now.