Describe the problem/error/question
I’m getting an error when using the AWS Textract node with a png uploaded via the submission form
What is the error message (if any)?
Bad request - please check your parameters
400 - "{\"__type\":\"SerializationException\"}"
Please share your workflow
{
"nodes": [
{
"parameters": {
"binaryPropertyName": "Upload_File",
"simple": false
},
"type": "n8n-nodes-base.awsTextract",
"typeVersion": 1,
"position": [
40,
0
],
"id": "bee12754-96af-4d8f-9b75-11c440c40369",
"name": "AWS Textract",
"credentials": {
"aws": {
"id": “test”,
"name": “test”
}
}
},
{
"parameters": {
"formTitle": "Test",
"formDescription": "Test",
"formFields": {
"values": [
{
"fieldLabel": "Upload File",
"fieldType": "file",
"multipleFiles": false
}
]
},
"options": {
"appendAttribution": false
}
},
"type": "n8n-nodes-base.formTrigger",
"typeVersion": 2.2,
"position": [
-220,
0
],
"id": "86961357-7ead-4c2b-9961-be5576e28bce",
"name": "On form submission",
"webhookId": "0979e123-dc40-45a5-bd30-efa0f8382d69"
}
],
"connections": {
"AWS Textract": {
"main": [
[]
]
},
"On form submission": {
"main": [
[
{
"node": "AWS Textract",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "871dea955771f6251354afdb3ac7d491c3e014fb164b094b21849c0c1b31fe3a"
}
}
Share the output returned by the last node
Bad request - please check your parameters
400 - "{\"__type\":\"SerializationException\"}"
Information on your n8n setup
- n8n version: 1.100.1
- Database (default: SQLite): cloud
- n8n EXECUTIONS_PROCESS setting (default: own, main): cloud
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: cloud
