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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: