Doom upgrade forgets projects

Every time I do

doom upgrade --aot --j 16

and the run doom and try to open old projects with SPC p p, the list is empty. Am I doing something wrong?

After fix: projectile: centralize per-project cache files · doomemacs/doomemacs@c3a9388 · GitHub, the known projects list was moved, so starting up Emacs after that update will reset it, but if you’re seeing an empty project list every time you open Emacs, then I suspect you are an Ivy user.

If so, fix(ivy): counsel-projectile-switch-project: empty list on first run · doomemacs/doomemacs@760a92e · GitHub should fix your issue. Though, I recommend switching to the Vertico module sometime, because at some point later next year I intend to deprecate the Ivy module.

Thanks for the reply! The latest update fixed it!