Hi all. My cubeJS is connected to a postgres DB.
I noticed on a particular installation that each query was being sent multiples times. So I loaded up the playground and I see that the same is happening even from the playground. The query was being requested 4 times.
These queries are taking around 5 seconds to execute, so I thought maybe it had something to do with refreshkeys. I set them to 4 minutes on all cubes in my schema and the problem reduced to 2 or 3 times but it is still there.
I am using version 0.28.64
I’d really appreciate any help because I cannot figure out why this is happening.