Unexpected Provider Error for SES and Twilio
We use v0.24.0 for
api
and v0.24.4 for worker
, ws
and web
We've set up the providers under "Integrations Store". We've also set up the Workflow. However, we encounter a "Unexpected provider error" message for both workflows.
The screenshots provided shows workflow for SES Email and the end result.
Can we please get some assistance on this @Support10 Replies
Here are the screenshots for Provider setups for SES and Twilio in "Integrations Store"
Here are the screenshots for the Twilio SMS workflow and the results
This is the error message in question:
@Shisheer
Can you check if credentials are correct? Do you more logs in api service?
@Pawan Jain Yup, I'm sure they are correct. I copied from the SES and Twilio website using their clipboard button and pasted it into Novu web that's running in http://localhost:4200. I searched for "email" in my
api
logs but only got level 30 logs (so not ERROR logs). I also searched for "email" in my worker
logs and got the following 3 logs (1 is level 30, 2 are level 50). I've attached the log file for worker
:These are the logs for
api
:@Shisheer
Could you try using the 0.24.4 tagged version for the API service?
@Pawan Jain Sure, I will try that again. I've tried
v0.24.4
for api
before; however, I noticed this error in the log (attached in log file)@Pawan Jain Never mind, I fixed the issue. The egress traffic for the
worker
was being dropped because the egress policy was preventing the worker
from making calls to external IPs via port 443 👍Thanks for the update Shisheer