🔎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:

  1. Go to menu: Authentication

  2. Go to tab: OAuth Consent Screen Detail

  3. Input Authorized JavaScript origin and Authorized Callback URL

    • A: your domain

    • B: your domain + /oauth/callback

  4. Click the “create” button and confirm

  5. Copy the Client ID to use in your project. 🎊

💬Case: Not in the whitelist (Beta Test)

🛠️How to fix:

  1. Go to menu: Authentication

  2. Go to tab: Whitelist User (for Testnet only)

  1. Click the "Add Whitelist User" button

  2. input email Bitkub NEXT which needs to add a whitelist

  1. Click the "Add" button to confirm

Last updated