I am trying to develop a video calling app with MERN stack. I am using Auth.js with ‘Axios’ for the sign-in process, have set the Node.js server as an ‘https’ server and used ‘mkcert’ for establishing a trusted certificate authority. During the sign-in process, the frontend server on “localhost:3000” throws an error-“Error-unable to verify the first certificate”. I have tried various approaches to resolve the issue. Even manually added the server and root certificate to the browser list of trusted certificates.
Can anyone help me solve this issue?