C3 icon indicating copy to clipboard operation
C3 copied to clipboard

Network Error

Open msidagni opened this issue 4 years ago • 3 comments

I am using C3 with dotnet core on a debian 9 distro.

I launch both the WebController with custom URI and port and the the Gateway executable with wine64 without any problem. But when I browse to the webcontroller web UI it keeps giving a Network Error message and I am not able to figure out why. I cannot change and save the webcontroller configuration from the web ui.

Thanks.

Mike

msidagni avatar Apr 29 '20 18:04 msidagni

It is most likely a CORS issue. Have you checked the browser console? WebController must be running on the same IP and port as the UI. If not, only workaround i can think of is to use a browser plugin to temporarily disable CORS check.

karagenc avatar May 01 '20 03:05 karagenc

Just fyi wine doesn't work with the gateway if you use an http channel. This will be fixed soonish I've just finished testing some updates

invictus-0x90 avatar May 01 '20 12:05 invictus-0x90

I just had a similar issue, for some reason the Network Error message only showed up when using the UI at 127.0.0.1:52935 but not when using localhost:52935

jordanjoewatson avatar Aug 15 '22 12:08 jordanjoewatson