Skip to main content

🔧 Installation Issues

Package Not Found

Problem: npm install @moongate/sdk fails with “package not found” Solutions:
  • Verify you have internet connection
  • Clear npm cache: npm cache clean --force
  • Try with yarn: yarn add @moongate/sdk
  • Check if you’re behind a corporate firewall

TypeScript Errors

Problem: TypeScript compilation errors with Moongate Adapter Solutions:
  • Ensure you’re using TypeScript 4.0+
  • Add type declarations if needed
  • Check your tsconfig.json configuration
tsconfig.json

🔑 API Key Issues

Invalid API Key

Problem: “Invalid API key” error when using the Adapter Solutions:
  • Verify your API key is correct (no extra spaces)
  • Check if your account is approved in the partner dashboard
  • Ensure you’re using the right environment (dev/prod)

🆘 Need Help?