buggregator / frontend

Buggregator UI
https://buggregator.dev/
15 stars 8 forks source link

Ray `showQueries` info not displaying on frontend #71

Closed binaryfire closed 9 months ago

binaryfire commented 9 months ago

Hi guys

It seems like Ray's showQueries method isn't displaying any info on the frontend. We should be able to see the list of queries, execution time etc. Instead, this is what I see in Buggregator:

image

But when I visit the JSON link the data is all there. So I think it's a frontend issue.

butschster commented 9 months ago

Hi! Could you provide Buggregator's version?

binaryfire commented 9 months ago

Hi @butschster. It's v0.2.0 (shown in the bottom left corner of the UI). I'm using the latest ghcr.io/buggregator/server Docker image

binaryfire commented 9 months ago

@butschster Oops, I just realised I've been pulling ghcr.io/buggregator/server:dev instead of ghcr.io/buggregator/server:latest. Changed to latest and it's working. Sorry :)

Closing