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
I encountered an issue where there is no way to delete an existing project directly from the app. When I manually deleted the project files from the system, the app crashed and displayed an error stating that it couldn't load the project. It suggested checking the parent directory. However, there is no fallback mechanism within the app to handle this situation or to update the project list automatically.
Steps to Reproduce:
Create a project in the app.
Manually delete the project's files from the system (outside the app).
Open the app again and try to access the project or load the project list.
Expected Behavior:
The app should either provide a built-in option to delete projects or handle missing files gracefully without crashing.
Ideally, the project list should update or provide a fallback mechanism to detect and manage deleted projects.
Actual Behavior:
The app crashes with an error message saying that there is an issue loading the project and asks to check the parent directory.
There is no way to update, fix, or remove the broken project entry from within the app after manually deleting files.
Possible Solution:
Add an option to delete a project directly from the app.
Implement a fallback mechanism to update or refresh the project list when files are manually deleted.
Environment:
Operating System: Windows 11
The text was updated successfully, but these errors were encountered:
I encountered an issue where there is no way to delete an existing project directly from the app. When I manually deleted the project files from the system, the app crashed and displayed an error stating that it couldn't load the project. It suggested checking the parent directory. However, there is no fallback mechanism within the app to handle this situation or to update the project list automatically.
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Possible Solution:
Environment:
The text was updated successfully, but these errors were encountered: