Bug Report: Error with AWS SQS node in n8n

Hello n8n Team,

I hope this message finds you well. I am writing to report a bug that I have encountered while using n8n with the AWS SQS node.

The issue that I am facing is an error message that says, “ERROR: UNKNOWN ERROR - check the detailed error for more information. SenderMalformedQueryStringKeys may not contain, 892dc89b-5818-5a65-a86d-94f1fc8dbc7b.”

I have attached a screenshot of the error message for your reference.

I have tried to troubleshoot this error by checking the detailed error log, but I couldn’t find any specific information that could help me resolve the issue.

I believe this error is preventing me from using the AWS SQS node in n8n, and it would be great if you could provide a solution to this problem.

Please let me know if you need any more information from my end.

Thank you for your support.

Best regards,

Hi @thanhtung1806, what data are you sending to the AWS node? It seems like a string that you’re passing to the node is malformed.

With that data I was successfully sent directly to SQS, I think the reason is that the AWS SQS library in n8n generated an incorrect signature. and the reason I’m thinking about it is that this doesn’t happen very often.