xuang7 opened a new issue, #5963: URL: https://github.com/apache/texera/issues/5963
### 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=<id> request (to populate the environment dropdown). In single-node Docker this request returns 404 Not Found. <img width="1840" height="1188" alt="Image" src="https://github.com/user-attachments/assets/8beef85b-d471-4f87-923d-188a3b3a8547" /> ### 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 ```shell ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
