Using In-Congnito/private/InPrivate mode yield same error.
Trying different browser ( Edge ) also same result.
Could it be the url is incorrect ?
In /usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Pushbullet/GenericFunctions.js ,
the url for requestOAuth2.call is https://api.pushbullet.com/v2${path}
PushBullet documentation said should do https://api.pushbullet.com/oauth2/token
source: Pushbullet API
or maybe I am wrong
1- follow this link Pushbullet credentials | n8n Docs
2- create the credentials using the client_id and secret then save for first time.
3- once saved for first time … a button will appear at the bottom of the credentials screen in N8N. in this case u have to clink on it then approve the connection.
4- Done
If my answer rings any bell 🔔 take a step, love it ❤️ and let me know! But if it's correct 👍, please mark it as the accepted solution! Thanks a lot! 😊
after I have this issue, I try to connect GitHub OAuth2 to make sure is not because of my settings. No is not. I can connect GitHub OAuth2 , no problem.
Try setting HOSTS point directly to it. X
Different domain name X
Different browser X
Incognito mode ( suggest by Ahmed ) X
I was thinking maybe something to do with my reverse proxy (Caddy) but it can’t be because Github Oauth2 connect just fine.
Any other suggestion ?
By the way, does anyone has a good method to call webhook using Google Assistant ?
What I trying to do is using Google Assistant with voice command, go thru IFTTT to trigger an event to be able to pickup by n8n, to call a web hook. IFTTT to WebHook is a subscription feature. I try IFTTT to Telegram but n8n cannot read message from IFTTT bot.