buggregator / frontend

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

Ray database queries show up as empty strings #42

Closed Semdevmaster closed 10 months ago

Semdevmaster commented 11 months ago

Ray database queries show up as empty strings but when clicking the json button in the log line in json I can see the expected query image image

butschster commented 11 months ago

There were a component in old version, probably https://github.com/buggregator/laravel-app/blob/master/resources/js/Components/Ray/Payloads/Query.vue and we need to implement it here

butschster commented 11 months ago

Hi, @Semdevmaster Thanks for the bug report!

butschster commented 11 months ago

Hi, @Semdevmaster Could you try the latest version? I've just checked it image

Semdevmaster commented 11 months ago

Unfortunately the problem remains, I'm using pgsql, maybe this is the problem? Sql formatting errors are visible in the browser console Docker image - ghcr.io/buggregator/server:1.0-rc11

image

Kreezag commented 10 months ago

I'll try to fix it with minor change in the PR #51

@Semdevmaster I hope this change will help you :)