-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app.go file cannot be found #3850
Comments
Same problem: Dockerfile:
Log:
|
Getting the same thing: command:
version
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A chain got scaffolded prior version 28.0.0, then use v28.0.0 and
ignite chain serve
will result in the messageTo reproduce
Steps to reproduce the behavior:
cd github.com/ignite/cli
git checkout v0.27.1
make install
ignite scaffold chain blog && cd blog
ignite chain serve
-> works
cd github.com/ignite/cli
git checkout v28.0.0
make install
cd blog
ignite chain serve
->
What version are you using?
Ignite CLI version: v28.0.0-dev
Ignite CLI build date: 2023-12-06T08:52:35Z
Ignite CLI source hash: 936476c
Ignite CLI config version: v1
Cosmos SDK version: v0.50.1
The text was updated successfully, but these errors were encountered: