dist.tar.gz missing in 2.0.0 release assets #4344

Closed
opened 2026-02-28 03:59:05 -05:00 by deekerman · 1 comment
Owner

Originally created by @despokd on GitHub (Oct 20, 2025).

🛡️ Security Policy

📝 Description

Tried to update non-docker setup to 2.0.0 and getting dist not found messages:

$ npm run download-dist

> uptime-kuma@2.0.0 download-dist
> node extra/download-dist.js

Downloading dist
https://github.com/louislam/uptime-kuma/releases/download/2.0.0/dist.tar.gz
dist not found

👟 Reproduction steps

Follow steps on https://github.com/louislam/uptime-kuma/wiki/%F0%9F%86%99-How-to-Update#--non-docker or https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install#-non-docker

Reach until step npm run install download-dist

Get message dist not found and non running website after pm2 restart uptime-kuma / pm2 start server/server.js --name uptime-kuma

👀 Expected behavior

Finished downloaded dist und running website

😓 Actual Behavior

Dist not found message in console and "503 Service not available" in browser.

🐻 Uptime-Kuma Version

2.0.0

💻 Operating System and Arch

Debian GNU/Linux 11 (bullseye)

🌐 Browser

Mozilla Firefox Developer Edition 145.0b2

🖥️ Deployment Environment

  • Runtime Environment:
    • Node.js: Version 20.19.5 (LTS: Yes)
  • Database:
    • SQLite: Embedded
  • Database Storage:
    • Filesystem:
      • Linux: XFS
    • Storage Medium: SSD
  • Uptime Kuma Setup:
    • Number of monitors: ~20

📝 Relevant log output


Originally created by @despokd on GitHub (Oct 20, 2025). ### 📑 I have found these related issues/pull requests - #5688 ### 🛡️ Security Policy - [x] I have read and agree to Uptime Kuma's [Security Policy](https://github.com/louislam/uptime-kuma/security/policy). ### 📝 Description Tried to update non-docker setup to 2.0.0 and getting dist not found messages: ```bash $ npm run download-dist > uptime-kuma@2.0.0 download-dist > node extra/download-dist.js Downloading dist https://github.com/louislam/uptime-kuma/releases/download/2.0.0/dist.tar.gz dist not found ``` ### 👟 Reproduction steps Follow steps on https://github.com/louislam/uptime-kuma/wiki/%F0%9F%86%99-How-to-Update#--non-docker or https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install#-non-docker Reach until step `npm run install download-dist` Get message `dist not found` and non running website after `pm2 restart uptime-kuma` / `pm2 start server/server.js --name uptime-kuma` ### 👀 Expected behavior Finished downloaded dist und running website ### 😓 Actual Behavior Dist not found message in console and "503 Service not available" in browser. ### 🐻 Uptime-Kuma Version 2.0.0 ### 💻 Operating System and Arch Debian GNU/Linux 11 (bullseye) ### 🌐 Browser Mozilla Firefox Developer Edition 145.0b2 ### 🖥️ Deployment Environment - **Runtime Environment**: - Node.js: Version `20.19.5` (LTS: Yes) - **Database**: - SQLite: Embedded - **Database Storage**: - **Filesystem**: - Linux: XFS - **Storage Medium**: SSD - **Uptime Kuma Setup**: - Number of monitors: `~20` ### 📝 Relevant log output ```bash session ```
deekerman 2026-02-28 03:59:05 -05:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@despokd commented on GitHub (Oct 20, 2025):

Nevermind, asset is now included

@despokd commented on GitHub (Oct 20, 2025): Nevermind, asset is now included
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#4344
No description provided.