Linkwarden installation error #1650

Open
opened 2025-11-20 05:14:12 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @VOGUK on GitHub (Aug 7, 2025).

Have you read and understood the above guidelines?

Yes

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

Linkwarden

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/linkwarden.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.

I have tried multiple times to intall Linkwarden and each time it has the same error and won't complete the installation.

🔄 Steps to reproduce the issue.

I have run the installation in verbose mode, I will put the relevant log details below.

Paste the full error output (if available).

  • info Linting and checking validity of types
  • warn Next.js can't recognize the exported config field in route "/api/v1/migration":
    Unsupported node type "ConditionalExpression" at "config.api.bodyParser.sizeLimit".
    The default config will be used instead.
    Read More - https://nextjs.org/docs/messages/invalid-page-config
    FetchError: request to https://fonts.gstatic.com/s/bentham/v19/VdGeAZQPEpYfmHglGWsxCbSJ7y8.woff2 failed, reason:
    at ClientRequest. (/opt/linkwarden/node_modules/next/dist/compiled/node-fetch/index.js:1:65756)
    at ClientRequest.emit (node:events:518:28)
    at ClientRequest.emit (node:domain:489:12)
    at emitErrorEvent (node:_http_client:104:11)
    at TLSSocket.socketErrorListener (node:_http_client:518:5)
    at TLSSocket.emit (node:events:518:28)
    at TLSSocket.emit (node:domain:489:12)
    at emitErrorNT (node:internal/streams/destroy:170:8)
    at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
    type: 'system',
    errno: 'ETIMEDOUT',
    code: 'ETIMEDOUT'
    }
    Failed to compile.

components/Preservation/ReadableView.tsx
next/font error:
Failed to fetch Bentham from Google Fonts.

Build failed because of webpack errors
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed.
Exit code: 1
Command: /usr/bin/node
Arguments: /usr/lib/node_modules/yarn/lib/cli.js build
Directory: /opt/linkwarden/apps/web
Output:

info Visit https://yarnpkg.com/en/docs/cli/workspace for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

[ERROR] in line 63: exit code 0: while executing command $STD yarn web:build

[ERROR] in line 1353: 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 @VOGUK on GitHub (Aug 7, 2025). ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Linkwarden ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/linkwarden.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. I have tried multiple times to intall Linkwarden and each time it has the same error and won't complete the installation. ### 🔄 Steps to reproduce the issue. I have run the installation in verbose mode, I will put the relevant log details below. ### ❌ Paste the full error output (if available). - info Linting and checking validity of types - warn Next.js can't recognize the exported `config` field in route "/api/v1/migration": Unsupported node type "ConditionalExpression" at "config.api.bodyParser.sizeLimit". The default config will be used instead. Read More - https://nextjs.org/docs/messages/invalid-page-config FetchError: request to https://fonts.gstatic.com/s/bentham/v19/VdGeAZQPEpYfmHglGWsxCbSJ7y8.woff2 failed, reason: at ClientRequest.<anonymous> (/opt/linkwarden/node_modules/next/dist/compiled/node-fetch/index.js:1:65756) at ClientRequest.emit (node:events:518:28) at ClientRequest.emit (node:domain:489:12) at emitErrorEvent (node:_http_client:104:11) at TLSSocket.socketErrorListener (node:_http_client:518:5) at TLSSocket.emit (node:events:518:28) at TLSSocket.emit (node:domain:489:12) at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { type: 'system', errno: 'ETIMEDOUT', code: 'ETIMEDOUT' } Failed to compile. components/Preservation/ReadableView.tsx `next/font` error: Failed to fetch `Bentham` from Google Fonts. > Build failed because of webpack errors error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed. Exit code: 1 Command: /usr/bin/node Arguments: /usr/lib/node_modules/yarn/lib/cli.js build Directory: /opt/linkwarden/apps/web Output: info Visit https://yarnpkg.com/en/docs/cli/workspace for documentation about this command. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. [ERROR] in line 63: exit code 0: while executing command $STD yarn web:build [ERROR] in line 1353: 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 bug label 2025-11-20 05:14:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1650