-
Notifications
You must be signed in to change notification settings - Fork 179
Description
👟 Reproduction steps
Since the version 1.6.2 (self hosted), when I open the templates, the subject and message loaded is the same for all emails and matches the Verification email.

👍 Expected behavior
Emails should display their own template.
👎 Actual Behavior
By default the Verification email is displayed for all the emails.
Modifying any email only modifies the Verification email but reflects on all the emails.
Doing a Reset Changes doesn't help, they already have the default templates.
The email sent are using the proper the proper template (not the one showing), so it's just a matter of UI in the console.
Checking the http requests, I only see a single call to https://example.com/v1/projects/xxxxx/templates/email/verification/en
I can reproduce the issue on 2 self hosted instances (version 1.6.2 and 1.7.4) but I don't see it on my cloud account.
Could it be a migration issue? If so how can I fix it?
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
Version 1.7.4
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct