Closed Abdul8081 closed 4 months ago
Please Help some one
Hi @Abdul8081
On first look the error does not seem to be related to your API but rather an API that you might be using to sendVerificationEmail
(based on the stack trace).
You can test the API being called inside sendVerificationEmail
using Postman first before integrating it into your code to ensure that you are calling it correctly.
Based on the "self-signed-certificate in chain" error message, I can assume that the server hosting the Email Sending API is using self signed certificates which you haven't configured in your call to the service. Assuming you are using axios, this stackoverflow answer should help you out.
With that being said, we at Postman use this repo and the issue tracker to track issues related to the Postman Application itself, and based on the code above it seems like you have a configuration issue which doesn't seem to be related to Postman since a error is being generated server side. I would recommend using stackoverflow or similar websites to seek answer on why your code is not working as expected. We won't be able to provide much answers due to the little to no context we have about what your code is doing.
If you still feel there is an issue with the application itself and it is not sending a request to your server as expected, feel free to re-open this issue.
Is there an existing issue for this?
Describe the Issue
Steps To Reproduce
I have mentioned the code, and also what I am getting the error, Please see that, and help me out
Screenshots or Videos
This is my full code :
Operating System
Windows
Postman Version
11.4.0
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
Please help me out, I am stuck on this since 20 days, and Unable to do the next things related to this,