Troubleshooting

CLI issues

  • If aomi is not on your PATH, use npx @aomi-labs/client.
  • If a command appears to act on stale state, start with --new-session.

Execution issues

  • Simulate multi-step transactions before signing them.
  • Ensure --rpc-url matches the chain of the pending transaction.

UI integration issues

  • Confirm NEXT_PUBLIC_BACKEND_URL is set correctly.
  • Use Integration Guide to choose widget vs headless before wiring custom components.

On this page