-
-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
When trying to set up MongoDB Atlas using the better-t-stack
setup, the process gets stuck during the MongoDB Atlas setup step and does not complete successfully. However, when selecting any other database option or skipping the database setup entirely, everything works fine
Steps to Reproduce:
- Run the command:
pnpm create better-t-stack@latest my-better-t-app --frontend next --backend express --runtime node --api none --auth none --payments none --database mongodb --orm mongoose --db-setup mongodb-atlas --package-manager pnpm --no-git --web-deploy none --server-deploy none --no-install --addons biome husky pwa turborepo --examples none
- The setup hangs and does not complete. Image:

- When running the setup with no database setup, it works fine:
pnpm create better-t-stack@latest my-better-t-app --frontend next --backend express --runtime node --database none --orm none --api none --auth none --payments none --addons biome husky turborepo --examples none --db-setup none --web-deploy none --server-deploy none --no-git --package-manager pnpm --no-install
Metadata
Metadata
Assignees
Labels
No labels