forbole / callisto

Callisto (formerly BDJuno) is the official Juno implementation for Big Dipper, the open-source block explorer for Cosmos
https://bigdipper.live
MIT License
90 stars 241 forks source link

Details page cannot display when running with `yarn build` and `yarn start` #712

Closed nsonanh closed 6 months ago

nsonanh commented 6 months ago

Bug description

When running with yarn dev the block, transaction and account details page can display correctly. When running with yarn build and yarn start the block, transaction and account details page cannot display.

Steps to reproduce

  1. Install dependencies:

    $ yarn install
  2. Build project:

    $ yarn build
  3. Run project:

    $ yarn start

Expected behavior

The block details page e.g. /blocks/123 should display.

Actual behavior

It returns 404.

nsonanh commented 6 months ago

Sorry posted in wrong repo. Issue closed now.