KUB Docs
  • Introduction to KUB
  • Connect to KUB
  • KUB PoS
    • Increase block gas limit to 90M
    • Update GasPrice Instruction
    • Incident from chaophaya hardfork
    • Overview
    • Considerations
    • Validator Node
      • Node Requirements
      • Run Validator Node
      • Validator Staking
      • StakeManager Contract
      • ValidatorShare Contract
      • Slashing
    • Run Full Node
    • Run Archive Node
    • Chaindata Snapshot
    • Migration PoSA to PoS
    • Delegator
      • How to delegate
      • How to claim reward
      • How to unstake
  • Developer Center
    • ✨Getting Started
    • 🏆Project Tiers
    • 👨‍💻Connect Bitkub NEXT to register as a new user
    • ✔️Verify your identity via Bitkub NEXT (KYC or KYB)
    • 💰Subscribe to the KUB Developer Package
    • 🗳️Submit your project
      • 📗Create submit project
      • 📘Manage your project
        • Submit project
        • Create a new project version
        • Status of project version
      • 📙Manage project information
  • KUB SDK
    • NEXT SDK
      • NEXT SDK Code Cookbook
      • KUB SDK Compatible Smart Contract
        • Example Smart Contract for Testing
        • Example KUB SDK Compatible KAP20 Smart Contract
        • Example KUB SDK Compatible KAP721 Smart Contract
  • KUB Playground
    • Quick Start Guide on KUB Playground
  • KUB Layer 2
  • KUB Scan
  • RPC Service
    • JSON-RPC Endpoint
  • IPFS Service
    • IPFS Guideline
  • FAQ
  • Glossary
  • Reference and Service
    • KUB Whitepaper Version 3.3
    • Technical Paper Version 3.2
    • KUB Explorer
    • KUB Faucet
    • KUB Oracle
    • KUB Bridge
    • KKUB OTP
Powered by GitBook
On this page
  • 💬Case: Invalid client: `redirect_uri` : where able to add redirect_uri❓
  • 💬Case: Not in the whitelist (Beta Test)

Was this helpful?

  1. BKC Console

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

Last updated 1 year ago

Was this helpful?

💬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

🔎