Docmost LXC fails to install #1599

Open
opened 2025-11-20 05:13:04 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @pafade89 on GitHub (Jul 30, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Docmost

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/docmost.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

During the installation via the script, the following errors occur.

🔄 Steps to reproduce the issue.

run script

Paste the full error output (if available).

> docmost@0.22.0 build /opt/docmost
> nx run-many -t build


   ✔  nx run @docmost/editor-ext:build (4s)
   ✔  nx run server:build (15s)

—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
   ✖  nx run client:build
      > client@0.22.0 build /opt/docmost/apps/client
      > tsc && vite build
      
      src/components/common/user-info.tsx(4,22): error TS2307: Cannot find module 'server/dist/database/types/entity.types' or its corresponding type declarations.
       ELIFECYCLE  Command failed with exit code 2.
      
      

—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

 NX   Ran target build for 3 projects (20s)

   ✔  2/3 succeeded [0 read from cache]

   ✖  1/3 targets failed, including the following:

      - nx run client:build

 ELIFECYCLE  Command failed with exit code 1.

[ERROR] in line 54: exit code 0: while executing command $STD pnpm build

[ERROR] in line 1305: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?

🖼️ Additional context (optional).

No response

Originally created by @pafade89 on GitHub (Jul 30, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Docmost ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/docmost.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. During the installation via the script, the following errors occur. ### 🔄 Steps to reproduce the issue. run script ### ❌ Paste the full error output (if available). ``` > docmost@0.22.0 build /opt/docmost > nx run-many -t build ✔ nx run @docmost/editor-ext:build (4s) ✔ nx run server:build (15s) ————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— ✖ nx run client:build > client@0.22.0 build /opt/docmost/apps/client > tsc && vite build src/components/common/user-info.tsx(4,22): error TS2307: Cannot find module 'server/dist/database/types/entity.types' or its corresponding type declarations.  ELIFECYCLE  Command failed with exit code 2. ————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— NX Ran target build for 3 projects (20s) ✔ 2/3 succeeded [0 read from cache] ✖ 1/3 targets failed, including the following: - nx run client:build  ELIFECYCLE  Command failed with exit code 1. [ERROR] in line 54: exit code 0: while executing command $STD pnpm build [ERROR] in line 1305: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $? ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the not a script issuebugexternal labels 2025-11-20 05:13:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1599