cannot Disable ssl verification in next js app
My nest js backend is on my local network with self signed certificate in https.
In my next js front end i want to call my api at https://back-address/login:4000 but since it’s a dev certificate self signed i get an error:
POST http://back-address:4000/auth/login net::ERR_EMPTY_RESPONSE
On postman it works when i disable ssl verification.