Hi N8N team,
I have a created a custom node and created credentials for that. Using that credentials I can able to get the token for my login URL, after passing the token to other end point, I am getting error ““NodeApiError: Authorization failed - please check your credentials””
I have referred the baserow node for this implementation
Corresponding code:
So the error is coming from baserowapirequest() , i have placed the corresponding generic function, and changed the corresponding credentials in that function
Corresponding error message
Thank you