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 Ryan,
we run into an issue, where the config will be corrupted.
Reproduction steps:
Specifiy Username and Password on a trigger
Save the config
Delete Username and Password on the trigger
Save the config
No the config is corrupted. The password element in the config looks like <password is-encrypted="false"></password>
instead of <password i:nil="true" />.
If you want to restore from this corrupted config you receive the following error message:
We saw that not only the backup and restore scenario failed with this behavior. If you close the editor and reopen it, you can not refresh the config, you see no config and you can not restore from a backup
The text was updated successfully, but these errors were encountered:
Hi Ryan,
we run into an issue, where the config will be corrupted.
Reproduction steps:
No the config is corrupted. The password element in the config looks like
<password is-encrypted="false"></password>
instead of
<password i:nil="true" />
.If you want to restore from this corrupted config you receive the following error message:
We saw that not only the backup and restore scenario failed with this behavior. If you close the editor and reopen it, you can not refresh the config, you see no config and you can not restore from a backup
The text was updated successfully, but these errors were encountered: