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
I am using the Auth0 Email Provider (not the Custom Email Provider) and configured some email templates with a from address.
I can download my Auth0 config successfully using a0deploy -c=config.json export --format=yaml but when I want to upload my download this error appears:
2024-12-03T16:10:55.485Z - error: Problem running command import during stage processChanges when processing type emailTemplates
2024-12-03T16:10:55.485Z - error: From address cannot be set without an enabled email provider.
It is surprising that the behaviour is not deterministic (i.e. I can upload what I downloaded).
Expectation
I can upload what I download.
Reproduction
Given an email template setup
While not having a custom email provider setup
Then the upload of the tenant.yaml crashes
Deploy CLI version
8.3.0
Node version
20.17.0
The text was updated successfully, but these errors were encountered:
Recent updates might have addressed this issue. We are closing it as stale. If the problem persists, please reopen the issue and provide more details. Thanks
Checklist
Description
I am using the Auth0 Email Provider (not the Custom Email Provider) and configured some email templates with a from address.
I can download my Auth0 config successfully using
a0deploy -c=config.json export --format=yaml
but when I want to upload my download this error appears:It is surprising that the behaviour is not deterministic (i.e. I can upload what I downloaded).
Expectation
I can upload what I download.
Reproduction
tenant.yaml
crashesDeploy CLI version
8.3.0
Node version
20.17.0
The text was updated successfully, but these errors were encountered: