Run indexer first time on STAGE, indexer fails. After examining ES log, it shows the indexer tries to get token account from a not-found index named bestbets.
Actually the indexer I ran is for Preview, but the indexer is still trying to use bestbets. It should use the newly created index bestbetspreviewxxxxxxx instead of bestbets to get token count.
Run indexer first time on STAGE, indexer fails. After examining ES log, it shows the indexer tries to get token account from a not-found index named bestbets.
Actually the indexer I ran is for Preview, but the indexer is still trying to use bestbets. It should use the newly created index bestbetspreviewxxxxxxx instead of bestbets to get token count.