-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: Emails Not Triggering in Latest Version of "Trigger Email from Firestore" Extension 0.1.35 #2279
Comments
Hi there, thanks for opening this. What SMTP provider are you using? Sendgrid, or something else? |
I haven't been able to reproduce this using SendGrid or Gmail as the provider. More information is necessary for further investigation into this. |
@vamshi-i2i can you provide any logs you can see? perhaps there's an error message which will provide insight. |
@vamshi-i2i Also can you tell us what your smtp host is? or at least what provider you're using? |
Previously, it is network solutions later we changed it to the AWS smtp, these issue was reproduce on my end and firebase support too but it was resolved after 48 hrs of updated extension. Now we are able to send the emails from email trigger extension. Thank you! |
Sorry, Actually when we updated to the version 0.1.35, we are unable to see the logs too and execute the function too. It was resolved after 2 to 3 days of time after the update. Still curious to know How these happen when it is updated or it might take 3 days to update? |
Hi @vamshi-i2i, i'll reopen this as it sounds like you still have the issue. Can you provide your extension config (redact anything sensitive of course) |
Having the same issue now. Fresh install, the first installation issue:
After granting the principal The root cause seems to be the missing permission for the service role to access the bucket. Upon fixing that permission issue, the extension is re-deployed but fail to update a function because it already exists. I managed to bypass this by deleting the function before trying to re-install the extension after a clean install. This however resulted in a failed build, where the logs are not viewable |
I've added the
|
[READ] Step 1: Are you in the right place?
Yes, this issue is specifically for the "Trigger Email from Firestore" extension.
[REQUIRED] Step 2: Describe your configuration
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
After updating to the latest version of the "Trigger Email from Firestore" extension, emails are no longer being triggered, and there are no error logs. The issue is reproducible.
Expected result
Actual result
Screenshots
Recommended Next Steps
Since this extension is developed by a different team, I recommend checking the extension's GitHub repository to see if others have reported similar issues. Please confirm if this is a bug with the latest release and provide guidance on resolving it.
Let me know if more information is needed.
Thanks,
Vamshi
The text was updated successfully, but these errors were encountered: