Disable ipv6 - Web Interface AWXi - Cant connect to websockets

I had to “Disable ipv6” due to the face that jsonrpc was not listening on ipv4. If you have this issue you can:

edit /etc/sysctl.conf and add the following lines:

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

Reboot, and now AWXi should work…

Am having the same issue after the last update. Tried your solution. No joy. Still seeing attempts to connect to websocket on AWXi.

It just got stranger: I accessed the same AWX interface via my Chromebook (and Wi-Fi), clicked Clean Libraryand it works perfectly. No error messages. Everything is fine.

Went back to my other (Windows7) laptop, LAN attached, and still the same errors - Attempting to connect to websocket…

Both use same Chrome ver. 42 browser configured the same way (same plug ins, etc.).

Yikes, just realized this is Raspberry Pi, not Vero. Sorry for the confusion.