n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
48.04k stars 7.4k forks source link

Oura node uses removed V1 API #11510

Open dnoggle opened 3 hours ago

dnoggle commented 3 hours ago

Bug Description

Oura's V1 API was removed January 22nd, 2024 and is still used in the Oura n8n node. In the code you can see it calling the V1 api here: https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Oura/GenericFunctions.ts#L29.

All calls to the Oura node fail with a 404 due to this, leaving the node in a completely broken state. Documentation discussing the V1 removal: https://cloud.ouraring.com/docs

To Reproduce

  1. Create an Oura node
  2. Test it

Expected behavior

The Oura node uses V2 API

n8n Version

1.65.2

Database

PostgreSQL

Execution mode

main (default)

Joffcom commented 3 hours ago

Hey @dnoggle,

We have created an internal ticket to look into this which we will be tracking as "GHC-375"