Error while creating a new app: Couldn't find shopify.app.toml

Hey all,

I’m new to Shopify App development. I was following this tutorial, and created my app using the command “npm init @Shopify_77 /app@latest”. I then chose to create an app using Remix. However, when it comes to running “npm run dev”, I always get this error when trying to connect my project to an app: “Couldn’t find shopify.app.toml in [directory]”. When I look, the file is in fact under the directory specified.

Any help is appreciated.

Managed to solve it. It was the file path, which had spaces in it: once I moved it to a different directory it worked :+1:

I have integrated the mongoDB
datasource db {
provider = “mongodb”
url = env(“DATABASE_URL”)
}
the npx prisma generate and npx prisma db push works perfect.
even I’m getting the model in mongodb atlas database.

but when i try to run the project with npm run dev it throwing the error

Datasource “db”: MongoDB database “hellowoofy” at “cluster0.yimrekn.mongodb.net

No migration found in prisma/migrations

Error: The “mongodb” provider is not supported with this command. For more info see https://www.prisma.io/docs/concepts/database-connectors/mongodb
0: schema_core::state::ApplyMigrations
at schema-engine\core\src\state.rs:197
can you help me ? Thank you in advance