What's new
Panelica Community Forum

Welcome to the official Panelica Community Forum — the central hub for server administrators, developers, and hosting professionals. Register a free account today to access technical discussions, product announcements, feature requests, and direct support from the Panelica team. Be part of the growing community shaping the future of server management.

Solved dağıtım ortamı oluşturuluyor ama düzenlenemiyor

tailadmin

New member
Beta Access
1786906131002.png
{
"name": "production",
"branch": "main",
"target_path": "/home/tailadmin/tailadmin.dev/public_html",
"is_auto_deploy": true,
"is_protected": false,
"env_variables": {}
}
 
Confirmed and fixed. Creating an environment worked but editing it failed with "invalid input syntax for type json (SQLSTATE 22P02)". The update path bound the env_variables/deploy_hooks value as raw bytes instead of JSON, so PostgreSQL rejected the jsonb column — which is why create (a different code path) worked and edit did not. It now writes proper JSON. Reproduced and verified. Ships in the next update.
 
Back
Top