server
server copied to clipboard
Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications.
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)
Replace https://github.com/buggregator/server/blob/master/bin/get-binaries.sh with https://github.com/php-internal/dload
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...
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...
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...
Old emails (older 1min+) could be missed after buggregator page refresh. Before page refresh:  After page refresh: 
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 съешь же ещё этих...