You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to dump a Symfony form. Buggregator fails with the following error in console:
Modules\VarDumper\Exception\InvalidPayloadException: Unable to decode the message. in /app/app/modules/VarDumper/Application/Dump/MessageParser.php at line 22
The base64 encoded payload is indeed 599573 chars long strlen().
Please allow bigger payloads. We should also get some kind of information that buggregator failed to process the payload.
The text was updated successfully, but these errors were encountered:
I was trying to dump a Symfony form. Buggregator fails with the following error in console:
Modules\VarDumper\Exception\InvalidPayloadException: Unable to decode the message. in /app/app/modules/VarDumper/Application/Dump/MessageParser.php at line 22
The base64 encoded payload is indeed 599573 chars long
strlen()
.Please allow bigger payloads. We should also get some kind of information that buggregator failed to process the payload.
The text was updated successfully, but these errors were encountered: