Skip to content

PVE REST endpoints (/pve/*) return 404 in single-node Docker deployment #5963

Description

@xuang7

What happened?

In the single-node Docker deployment, every time a Python UDF operator is selected in the workflow editor, an error popup appears:
Could not load Python virtual environments: ...

Selecting a Python operator triggers a GET /pve/pves?cuid= request (to populate the environment dropdown). In single-node Docker this request returns 404 Not Found.

Image

How to reproduce?

  1. Run the single-node Docker latest stack from main (bin/single-node).
  2. Log in and open the workflow editor.
  3. Drag a Python UDF operator onto the canvas and click it to open its property panel.
  4. Observe the popup: "Could not load Python virtual environments: ..."

Version/Branch

1.2.0-incubating (release/v1.2)

Commit Hash (Optional)

No response

What browsers are you seeing the problem on?

No response

Relevant log output

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions