Skip to content

FlowiseAI frontend not starting (blank UI) when installed via Proxmox CT community script (Node 22.x, Debian 12)Β #5129

@mazixs

Description

@mazixs

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using?

FlowiseAI

πŸ“‚ What was the exact command used to execute the script?

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

After installing FlowiseAI via the recommended script on a fresh Debian 12 server, the frontend does not load: browser shows a blank page, and only a root div is present in the HTML. No UI or React components are rendered. There are no visible errors in browser console or logs. The issue persisted after reinstalling and restarting the service.

πŸ”„ Steps to reproduce the issue.

  1. Wait for the installation to complete.

  2. Start FlowiseAI (systemd service starts automatically).

  3. Open http://:3000 in a browser.

  4. See a blank page and empty frontend folder.

❌ Paste the full error output (if available).

[INFO]: Starting Flowise...
[INFO]: πŸ“¦ [server]: Data Source initialized successfully
[INFO]: ⚑️ [server]: Flowise Server is listening at :3000

πŸ–ΌοΈ Additional context (optional).

The community script for Proxmox always installs the latest Node.js (currently 22.x).

FlowiseAI is only compatible with Node.js 18.x or 20.x LTS for frontend build (see #4552, #3294).

After manually switching the Node.js version to 20.x using nvm, reinstalling flowise globally, and adjusting the systemd service, the frontend UI loads and works correctly.

Suggested fix:
Add a Node.js version check to the install script, or enforce the use of a supported Node.js version (18.x or 20.x) for FlowiseAI installation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions