cosmos / b9-checkers-academy-draft

32 stars 41 forks source link

Need help on https://tutorials.cosmos.network/hands-on-exercise/4-run-in-prod/2-migration-info.html #61

Closed perfogic closed 1 year ago

perfogic commented 1 year ago

Hello, i have to skip through docker simulation lecture and jump to tally However, after doing it i face error on integration tests. image

Is there anyways to fix this ? Thank you. Here is my code: https://github.com/perfogic/cosmos-checkers/tree/feature/continue-without-docker

perfogic commented 1 year ago

Other infor for this: that i realize on my app, it have monitoring module and maybe this lead to error but i donn't know how to fix it properly.

xavierlepretre commented 1 year ago

Yes, there is this text on the page:

Be aware that the monitoring module added by Ignite causes difficulty when experimenting below with the CLI. To keep things simple, remove all references to monitoring (opens new window) from app.go.

And in the link, you can see how all references are removed.