I have recently migrated my portal into IIS server through iisnode. I see the error
POST https://portal.website/api/abc net::ERR_CONNECTION_RESET 200 (OK)
POST https://portal.website/api/xyznet::ERR_CONNECTION_RESET 200 (OK)
I tried to see if all the settings inside IIS is good. All the settings seems to be perfect.
Can anyone suggest what is going wrong?
If there is post Http Reset for API, please check the data fetched by this API. This might be due to API getting timeout.