C3
C3 copied to clipboard
Network Error
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
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.
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
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