🔎Guide for Common mistake
To avoid common implementation mistake when using the Bitkub Chain SDK to learn how to navigate these pitfalls for a seamless development experience
💬Case: Invalid client: `redirect_uri` : where able to add redirect_uri❓
🛠️How to fix:
Go to menu: Authentication
Go to tab: OAuth Consent Screen Detail
Input Authorized JavaScript origin and Authorized Callback URL
A: your domain
B: your domain + /oauth/callback
Click the “create” button and confirm
Copy the Client ID to use in your project. 🎊
💬Case: Not in the whitelist (Beta Test)
🛠️How to fix:
Go to menu: Authentication
Go to tab: Whitelist User (for Testnet only)
Click the "Add Whitelist User" button
input email Bitkub NEXT which needs to add a whitelist
Click the "Add" button to confirm
Last updated