Troubleshooting

Pair not found after migration

Check:

  1. Backend active DEX factory/router matches deployed pair factory/router.

  2. Frontend cluster is aligned with backend cluster.

  3. Migrated token pair exists on expected factory.

Wrong migration threshold

Check:

  1. Correct launchpad factory address in active env.

  2. On-chain default/curve threshold values.

  3. No stale cluster/global env override.

Trade listener mismatch

Check:

  1. Start block value for current deployment.

  2. Websocket/RPC stability.

  3. Cluster-scoped addresses loaded at runtime log.

UI fails but local works

Usually one of:

  • Live env still points to old factory/router

  • PM2 process not restarted with updated env

  • Frontend cache/stale build using old env values

Last updated