Why am I able to query on the server but not on Fleet?What could be the problem?
s
sundsta
09/22/2020, 3:52 AM
Is Fleet's connection to Redis working? That's required for distributed queries
d
demonbhao
09/22/2020, 6:59 AM
Yes, I checked whether Fleet, Redis and mysql were connected properly.The result is a normal connection
Strangely enough, I was able to issue the query using Fleet's pack and have a corresponding log but if I was using Fleet's query I couldn't get the result and I was just waiting
c
crimsonknave
09/22/2020, 12:46 PM
I've had issues with the live queries in the browser because my deployment has a load balancer that breaks websockets. When I use the url of a fleet server directly it works. You can see if the websockets are working or not if you watch network traffic in your browser.