-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Describe the bug
I am unable to create a new team or transfer my existing personal project to a team workspace within the Bolt.new environment, despite successfully authenticating as an Admin user. The "Create Team" button is clickable but produces no result, error message, or loading indicator. The app currently shows "No teams yet," but the team creation API appears to be silently failing.
Link to the blitz that caused the error
https://stackblitz.com/edit/sb1-c9uunjkb?file=.vscode%2Fsettings.json
Steps to reproduce
Open the linked project and wait for the application to boot up in the browser preview pane.
Follow the on-screen instructions to sign in to the SoulMap app as a required user (e.g., enter the Display Name "Admin").
The app transitions to the "SoulMap Teams" UI, showing "Welcome back, Admin" and the message "No teams yet."
Click the + Create Team button (or the Create Your First Team button) to open the team creation form.
Enter a new Team Name (e.g., "Development Team") and a Description.
Click the final Create Team button.
Expected behavior
The system should create the new team and automatically load the new team workspace, or display a success message confirming the team's creation.
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
No response
Platform
Browser name = Chrome
Full version = 141.0.0.0
Major version = 141
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 73122891,
"usedJSHeapSize": 69589295,
"jsHeapSizeLimit": 4294705152
}
Hash = cf284e50
Additional context
No response