You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I see this issue when i using SDK
in lkdevelopment/hetzner-cloud-php-sdk/src/Models/Servers/Servers.php
line 240
if (! empty($firewalls)) {
$parameters['firewalls'] = json_encode($firewalls);
}
Hi I see this issue when i using SDK
in lkdevelopment/hetzner-cloud-php-sdk/src/Models/Servers/Servers.php
line 240
if (! empty($firewalls)) {
$parameters['firewalls'] = json_encode($firewalls);
}
must remove json_encode see https://docs.hetzner.cloud/#servers-create-a-server
thanks also will be good if you add anther options
The text was updated successfully, but these errors were encountered: