Pagination in HTTP node is not working

Describe the problem/error/question

Hello, I am trying the new pagination in the HTTP node, which isn’t working. When I use the standard query parameters, I get the data. But when I used the new pagination settings, I got no data (not even from the first page). I also displayed the headers in the response; the status is 401 Unauthorized.

Any ideas about what is wrong?
Thank you.
H.

Please share your workflow

Information on your n8n setup

  • n8n version: 1.16.0
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: MacOS

Hey @honzapav,

There was a bug where the pagination request didn’t include the oauth headers, This was fixed in 1.17.0 so an upgrade should sort this out for you.

The PR that fixed it can be found here: fix(HTTP Request Node): Support generic credentials when using pagination by elsmr · Pull Request #7686 · n8n-io/n8n · GitHub

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.