net::ERR_CONNECTION_RESET when trying to fetch/getting data from localhost http server
I got a http server in C++ running on my localhost to get some data transfered to my electron react frontend. Unfortunately I run into heavy issues and I tried googling all day & night. It uses kind of a dynamic port assignement. The server is definitly running, as I can curl the response and I can open the generated json data in firefox (not in Chrome, what makes me think it´s an electron issue).
net::ERR_CONNECTION_RESET when trying to fetch/getting data from localhost http server
I got a http server in C++ running on my localhost to get some data transfered to my electron react frontend. Unfortunately I run into heavy issues and I tried googling all day & night. It uses kind of a dynamic port assignement. The server is definitly running, as I can curl the response and I can open the generated json data in firefox (not in Chrome, what makes me think it´s an electron issue).