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 encountering a consistent issue with SMS delivery where the error returned is { code: 0, message: 'Unknown error' }. This error is not providing enough information to diagnose the problem, and it occurs when I try to send an SMS through the smsgate library.
Environment
Node.js version: 20.9.0
smsgate version: 1.0.1
Operating System: Ubuntu 22.04
Steps to Reproduce
Create an express JS endpoint with an endpoint like that
error 0 usually means that it's not API related problem but some kind of lower level issue, please check that you are having proper url and params as given by your SMS account provider
Overview
I am encountering a consistent issue with SMS delivery where the error returned is
{ code: 0, message: 'Unknown error' }
. This error is not providing enough information to diagnose the problem, and it occurs when I try to send an SMS through thesmsgate
library.Environment
Steps to Reproduce
Expected Behavior
The SMS should be sent successfully, or an error with a clear and actionable message should be returned.
Actual Behavior
When attempting to send an SMS, the operation fails and the error
{ code: 0, message: 'Unknown error' }
is returned with no further details.Additional Information
npm install
ornpm ci
it not longer worksThank you for your assistance.
Alessio
The text was updated successfully, but these errors were encountered: