You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create an Oura node
Test it
Expected behavior
The Oura node uses V2 API
n8n Version
1.65.2
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
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
Expected behavior
The Oura node uses V2 API
n8n Version
1.65.2
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: