Hi team, I am facing this issue while pushing messages to queue.
"error":"InvalidChecksum: cannot verify checksum. missing response MD5
FYI I am running localstack in some dev-serve environment.
This is a static archive of the LocalStack Discuss forum that was taken as of January 2025 and is read only.
Hi team, I am facing this issue while pushing messages to queue.
"error":"InvalidChecksum: cannot verify checksum. missing response MD5
FYI I am running localstack in some dev-serve environment.
Hi @harshkaswan,
It’s difficult to figure out what’s causing the problem from what you say. Please provide a detailed, step-by-step description of the issue to replicate it.
For more details, please visit our documentation on Simple Queue Service (SQS) available at our LocalStack documentation site.
Hi @Marcel I have setup SQS queue in my environment, but while pushing messages to queue it is throwing this exception
"error":"InvalidChecksum: cannot verify checksum. missing response MD5
Just wanted to know if you have anything handy which can help me out in debugging.
You can start LocalStack with DEBUG=1
or if you need even more verbose logging use LS_LOG=trace
.
Example:
DEBUG=1 LS_LOG=trace localstack start