All my Trello nodes that use GET Operations (e. g. Card → Get, Board → Get) return errors since Feb 22. I have observed this behavior partially a few days before as well.
Since my credentials are ok and other operations work as expected I guess this is related to a recent change in the Trello API which doesn’t allow body content for GET requests anymore. Source
When I call the Trello API manually with at HTTP Request node (omitting the body) the GET operations work as expected.
What is the error message (if any)?
403 - ERROR: The request could not be satisfied. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
EDIT - I didn’t see your link in your original post! I will keep the notice below for easy access.
20 February 2024
DEPRECATION NOTICE Trello API will no longer accept GET request with data in body
REST API - Trello
Trello’s API will no longer permit supplying a body with a GET request. Previous behavior in our API ignored the payloads provided with GET requests but these requests will now be blocked with a 403 response from our content delivery network.
To resolve issues resulting from this change ensure all GET requests to Trello’s API are sent without a payload.
I am looking at temporarily converting them to HTTP Request Nodes as it is pretty vital for us.
Hey! How fast will we get a new release with this fix? I want to understand if I should create docker-image by myself and use it on server or new release is coming soon.