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
Install dependencies:
$ yarn install
Build project:
$ yarn build
Run project:
$ yarn start
Expected behavior
The block details page e.g. /blocks/123 should display.
Bug description
When running with
yarn dev
the block, transaction and account details page can display correctly. When running withyarn build
andyarn start
the block, transaction and account details page cannot display.Steps to reproduce
Install dependencies:
Build project:
Run project:
Expected behavior
The block details page e.g.
/blocks/123
should display.Actual behavior
It returns 404.