Nexmo provider
Hey, I updated @vonage/server-sdk to the latest version for issue https://github.com/novuhq/novu/issues/4828. Changes integrated, tests passed, but I'm getting an "Unexpected provider error" when sending an SMS from the dashboard. Any tips on how to debug this and are there specific error logs I should be checking?
1 Reply
Hi @Sirius
There are two places you can add console log and check
1. https://github.com/novuhq/novu/blob/next/providers/nexmo/src/lib/nexmo.provider.ts#L28
2. https://github.com/novuhq/novu/blob/next/apps/worker/src/app/workflow/usecases/send-message/send-message-sms.usecase.ts#L286