server icon indicating copy to clipboard operation
server copied to clipboard

Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications.

Results 60 server issues
Sort by recently updated
recently updated
newest added

I've tried setting up buggregator with my spiral app, but I don't see any events in the frontend. ```env MONOLOG_DEFAULT_CHANNEL=socket MONOLOG_SOCKET_HOST=buggregator:9913 MONOLOG_DEFAULT_LEVEL=DEBUG # DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT,...

This is the error I get in the logs: ``` 2024-08-13T17:16:07+0000 ERROR app Cycle\Database\Exception\StatementException: SQLSTATE[HY000]: General error: 1105 invalid character 'v' after object key:value pair in /app/vendor/cycle/database/src/Driver/MySQL/MySQLDriver.php at line 60...

It would be great if in the buggregator, there was a separate tab to view SQL query logs (with parameters)

enhancement

Replace https://github.com/buggregator/server/blob/master/bin/get-binaries.sh with https://github.com/php-internal/dload

help wanted
c: easy

Two issues were identified with the SMTP server: 1. When terminating the DATA command with the end-of-data marker (a single period), the server incorrectly sent two "250" response codes in...

bug
enhancement
module [Smtp]

I have noticed that when Buggregator runs for few hours, and I have dumped a lot of small or big things, the UI gets either unusable (slow reaction times) or...

We are running Buggregator behind a reverse proxy and an auth0, but the login doesn't seem to go correct. When trying to sign in, you're being redirected to https://buggregator.domain.name/https://buggregator.domain.name//auth/sso/login .env...

bug
module [SSO]

Sending a '.' to the SMTP server to signal the end of the DATA command seems to have two response codes be returned at the same time, instead of just...

module [Smtp]

Old emails (older 1min+) could be missed after buggregator page refresh. Before page refresh: ![Image](https://github.com/user-attachments/assets/34f61b02-9de7-4a72-a191-49416ac34b9b) After page refresh: ![Image](https://github.com/user-attachments/assets/72beb21d-c85f-42dd-967b-945b905def32)

bug
module [Smtp]

If I send about 10 mails with certain template then I will get error `Expected response code "354" but got code "250", with message "250".` ```html съешь же ещё этих...