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.
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.