Hi guys,
I’m very new to Bubble and loving it! I’ve read everything I could find to help me connect my Bubble app to our inventory mgt web app, Tradegecko but I’m stuck. I keep getting this error:
If you could please have a look at my set up and let me know what I’m doing wrong that’d be awesome!
Thank you!
Philippe
This is where the Tradegecko API authentication documentation is: http://developer.tradegecko.com/#authentication
That documentation lists two endpoints for authorization. I tried both in the Bubble connector field called ‘Login Redirect Dialogue’ to pass the redirect URI :
https://go.tradegecko.com/oauth/authorize?client_id=fcfd9a41351afeb[…deleted digits…]5c9e&redirect_uri=https://auto-po.bubbleapps.io/version-test/redirect_url_page&response_type=code
https://api.tradegecko.com/oauth/authorize?response_type=code&client_id=fcfd9a41351afeb[…deleted digits…]5c9e&redirect_uri=https://auto-po.bubbleapps.io/version-test/redirect_url_page
Neither worked. (Should I be including or excluding the < > ?
I’ve tested in run mode to initialize the API but no luck
Thank you again guys!!