Your request is invalid or could not be processed by the service Requested version 20250401 is not active. Updating n8n version does not solve the Problem. Any suggestions

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

@U2USystems_Corporate the linkedin node is sending api version 20250401 which linkedin killed, just bypass it with an HTTP Request node and set the version header yourself to 202401

set up Generic OAuth2 credentials on the HTTP Request node with your linkedin app keys, swap YOUR_PERSON_URN for your actual urn and you’re good

Thank you so much man!

Yes this has worked, thank you!