-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix workspace creation after fresh start #7913
base: develop
Are you sure you want to change the base?
Conversation
Connected to Huly®: UBERF-9392 |
@lexiv0re pls take a look |
Signed-off-by: Anton Galitsyn <[email protected]>
84ecb02
to
2080fa3
Compare
@agalitsyn Hi, please use |
@haiodo sure, didn't know this :) If this PR is not needed feel free to close it |
rushx run-local create-account user1 -p 1234 -f John -l Appleseed # Create account | ||
rushx run-local create-workspace ws1 email:user1 -b DevWorkspace # Create workspace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Branding option is not needed here
rushx run-local create-account user1 -p 1234 -f John -l Appleseed # Create account | ||
rushx run-local create-workspace ws1 -b DevWorkspace # Create workspace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Branding option is not needed here
- Workspace owner is required but missing
Can't start project after fresh start.
Steps to reproduce:
Error 1 - cmd
create-workspace
fails:Error 2 - cmd
confirm-email
not foundSeems that it was broken in #7573