You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User tries to create a plan in the same directory ( pdx new)
Current behaviour
appreciated@DESKTOP:~$ pdx new
🚨 Error creating plan
→ Project does not exist in org
Expected behaviour
A more helpful message and an action that allows to resolve the issue. At least a message about how to resolve the issue.
appreciated@DESKTOP:~$ pdx new
🚨 Warning: A plan was already created in this directory for another project to which you do not have access to.
Would you like to create a new project (y/n)?
The text was updated successfully, but these errors were encountered:
@danenania thanks for your swift response!
I thought about this for a bit. Wouldn't it be better for the long shot to allow storing multiple projects in the same .plandex folder and also include the user-id and the server url. This way, it would be clear that the project does not belong to the current user and no error message would be necessary.
Precondition
pdx sign-in
)pdx new
)pdx sign-in
)pdx new
)Current behaviour
Expected behaviour
A more helpful message and an action that allows to resolve the issue. At least a message about how to resolve the issue.
The text was updated successfully, but these errors were encountered: