We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Only Showing Like this { "message": "phone number must start with valid country code" }
I tried on my localmachine , Server and all parameters sending as POST and Get nothing works
only showing like this
Test URL: http://localhost:5000/send-message?session=mysession&to=919700000158&text=hi Response: { "message": "phone number must start with valid country code" }
Please Give me any ideas to overcome this problem.
The text was updated successfully, but these errors were encountered:
Seems like "91" is not registered as valid country code on "wa-multi-session" library.
Sorry, something went wrong.
No branches or pull requests
Only Showing Like this
{
"message": "phone number must start with valid country code"
}
I tried on my localmachine , Server and all parameters sending as POST and Get nothing works
only showing like this
Test URL: http://localhost:5000/send-message?session=mysession&to=919700000158&text=hi
Response:
{
"message": "phone number must start with valid country code"
}
Please Give me any ideas to overcome this problem.
The text was updated successfully, but these errors were encountered: