Rank 2: Process
I ran into a weird bug. I have a project with ID 651fbdbfd8d3a4aa7c38 that is quite old. Maybe during some migration, it wasn't able to properly link to an existing Organization, because of which it would not show up in any projects list, either through the CLI, API, or the console. However, hitting the URL /console/project-default-651fbdbfd8d3a4aa7c38 did show the project was fully intact and working. It just won't show in any projects list.
The fix was simple--move the project to a new organization and it showed up then. But this got me thinking, I do not remember all the projects I have created. There could be other such orphan projects too. Is there a way I can get IDs of all the projects, regardless of whether they belong to an organization or not? I can then move them to the correct organization.
I am on Appwrite 1.9.5 self-hosted.