[Edit Server] Create Database fails with 500 #217

Closed
opened 2026-02-04 17:08:07 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @notAreYouScared on GitHub (Dec 9, 2024).

Originally assigned to: @notAreYouScared, @alexevladgabriel on GitHub.

Appears to be trying to create a record in the incorrect table?

500 with the following sql statement

insert into
  "database_host_node" ("database_host_id", "node_id")
values
  (2, ?)
Originally created by @notAreYouScared on GitHub (Dec 9, 2024). Originally assigned to: @notAreYouScared, @alexevladgabriel on GitHub. Appears to be trying to create a record in the incorrect table? 500 with the following sql statement ```sql insert into "database_host_node" ("database_host_id", "node_id") values (2, ?) ```
OVERLORD added the 🟢 easy label 2026-02-04 17:08:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#217