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
With version 5.0.3 we can no longer work with DNS CNAME records. Creating records or retrieving records both fail with this error: PHP Fatal error: Uncaught TypeError: Cannot assign null to property DigitalOceanV2\Entity\DomainRecord::$priority of type int in .../vendor/toin0u/digitalocean-v2/src/Entity/AbstractEntity.php:62
From a quick glance at the code, I believe this same error would occur for A, AAAA, CNAME, TXT, NS, and CAA records, since none of them have a priority.
The text was updated successfully, but these errors were encountered:
With version 5.0.3 we can no longer work with DNS CNAME records. Creating records or retrieving records both fail with this error:
PHP Fatal error: Uncaught TypeError: Cannot assign null to property DigitalOceanV2\Entity\DomainRecord::$priority of type int in .../vendor/toin0u/digitalocean-v2/src/Entity/AbstractEntity.php:62
From a quick glance at the code, I believe this same error would occur for A, AAAA, CNAME, TXT, NS, and CAA records, since none of them have a priority.
The text was updated successfully, but these errors were encountered: