Skip to content

CLI freezes when creating a project #549

@parteeksingh24

Description

@parteeksingh24

Doesn't happen all the time, but every now and then I get stuck when trying to create a new project in the CLI.

Example:

┌    ⨺ Create Agentuity Project 
│
◇  What is the name of your project?
│  test-login
│
ℹ 🔧 Setting up test-login...
$ bun install
bun install v1.3.4 (5eb2145b)
Resolving dependencies

If I terminate the command (Command + C) and try again, it does seem to work, but shows the old project was created locally:

┌    ⨺ Create Agentuity Project 
│
◇  What is the name of your project?
│  test-login
│
⚠ Directory /Users/user/test-login already exists and is not empty.
│
◇  Delete and overwrite the directory?
│  Yes
│
✓ Deleted /Users/user/test-login
◇  Create SQL Database?
│  Skip or Setup later
│
◇  Create Storage Bucket?
│  Skip or Setup later
│
◇  Setup custom DNS?
│  
│
✓ ✨ Project created successfully!?

The project only shows up in the Web App (https://app-v1.agentuity.com/projects) after it's created successfully, as expected. But, I see a weird lingering ? after "Project created successfully!" which shouldn't be there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions