Describe the problem/error/question
I’m having trouble with adding pagination on the HTML node. It works fine with my setup before adding so I know the URL is correct and if I manually call the URL: https://api.linkedin.com/rest/posts?q=author&author=urn%3Ali%3Aorganization%3A84301908&count=100&start=100" to get the next page/group the data comes back fine. So I believe the issue is how I have the pagination option is setup in the HTTP call.
The error I’m getting is “The resource you are requesting could not be found”
Returned from first call:
{
"paging": {
"start": 0,
"count": 100,
"links": [
{
"type": "application/json",
"rel": "next",
"href": "/rest/posts?q=author&author=urn%3Ali%3Aorganization%3A84301908&count=100&start=100"
}
],
"total": 176
},
"elements": []
}
]
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.42.1
- Database (default: SQLite): n/a
- n8n EXECUTIONS_PROCESS setting (default: own, main): n/a
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- **Operating system:**n/a
