Closed mickmister closed 2 years ago
Since license.Features.Cloud is a *bool, dereferencing this pointer causes a panic when it is nil. In the case of an on-prem license, this is nil which causes this issue.
license.Features.Cloud
*bool
Since
license.Features.Cloud
is a*bool
, dereferencing this pointer causes a panic when it is nil. In the case of an on-prem license, this is nil which causes this issue.