Describe the problem/error/question
Using the HTTP Request Node Pagination with POST Body Parameters in an array like here not working:
{
"Ticket": "{{ $('Login Ticket').item.json.Ticket }}",
"TrimResponse": 0,
"Data": {
"CustomerId": 10162,
"SearchValue": "",
"EntriesPerPage": 5,
"Page": 1
}
}
This is the way i try to update the page by body-parameter:
Data.Page
{{ $pageCount + 1 }}
What is the error message (if any)?
The returned response was identical 5x, so requests got stopped
Check if "Pagination Completed When" has been configured correctly.
Please share your workflow/screenshots/recording
Share the output returned by the last node
The returned response was identical 5x, so requests got stopped
Check if "Pagination Completed When" has been configured correctly.
Debug info
core
- n8nVersion: 1.122.5
- platform: docker (self-hosted)
- nodeJsVersion: 22.21.0
- nodeEnv: production
- database: postgres
- executionMode: regular
- concurrency: -1
- license: enterprise (production)
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: memory
pruning
- enabled: true
- maxAge: 336 hours
- maxCount: 10000 executions
client
- userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/142.0.0.0 safari/537.36 edg/142.0.0.0
- isTouchDevice: true
Generated at: 2025-12-06T22:22:48.696Z}
Describe the problem/error/question
Using the HTTP Request Node Pagination with POST Body Parameters in an array like here not working:
{
"Ticket": "{{ $('Login Ticket').item.json.Ticket }}",
"TrimResponse": 0,
"Data": {
"CustomerId": 10162,
"SearchValue": "",
"EntriesPerPage": 5,
"Page": 1
}
}
This is the way i try to update the page by body-parameter:
Data.Page
{{ $pageCount + 1 }}
What is the error message (if any)?
The returned response was identical 5x, so requests got stopped
Check if "Pagination Completed When" has been configured correctly.
Please share your workflow/screenshots/recording
Share the output returned by the last node
The returned response was identical 5x, so requests got stopped
Check if "Pagination Completed When" has been configured correctly.
Debug info
core
storage
pruning
client
Generated at: 2025-12-06T22:22:48.696Z}