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
When creating a new instance and passing in facades it's possible that the Juju controller you're connecting to does not support that facade. In this case we should log out that specific versions of the facades supplied are not supported.
Psudo code...
If debug === true {
if facadeMissmatch {
console.log('facade Application versions 7,9 supplied, versions 2,3,4,5,6 supported.")
}
}
The text was updated successfully, but these errors were encountered:
When creating a new instance and passing in facades it's possible that the Juju controller you're connecting to does not support that facade. In this case we should log out that specific versions of the facades supplied are not supported.
Psudo code...
The text was updated successfully, but these errors were encountered: