My api worked and I get data but I have this error only in terminal and I use .Net API for API (and cors enable)
#Api Worked but I have error in terminal
6 messages · Page 1 of 1 (latest)
You seem to have enabled SSR. Do you understand what it implies? If not, I would advise turning not doing it.
That said, I'm not sure what this error is about, but I'd guess it has to do with https: does your server, running on port 44328, have a real, valid certificate recognized by NodeJS? It's quite strange for SSL to be used with a localhost URL: an SSL certificat normally certifies an actual host/domain name.
in postman show this
Unable to verify the first certificate.
Do not use SSL on localhost, with fake certificates.
thank you🙏 solved