Unable to send SMS OTP for Reset password #756
nidhikachhawa24
started this conversation in
General Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview:
In SunbirdSaas, we are not able to send OTP SMS for reset Password.
Implementation:
I've implemented the MSG91 changes (like templateId, url, etc) in the user-and-org-service, but when debugged, we came to know that the portal is throwing error in learner-service,
After that, I've made similar changes in sunbird-lern-pipeline-jobs.
We are following this document
At the heading "smsTemplateConfig" the api being called is for the "learner service"
And they have only mentioned that the env changes are to be made under the heading "Set the auth key and sender name as system env to user-org service, notification service and notification data pipeline job"
The issue now is that there is no mention into which service we need to make the deployment for. Either in "learner service, user-org service, notification service or notification data pipeline job(flink job)"
We need help in regards to code deployment is to be made to which service.
Also, please let us know if we are using correct approach or not
cc: @pallakartheekreddy @Krishnaj20, @rajeevsathish, @vinukumar-vs
Beta Was this translation helpful? Give feedback.
All reactions