[ORB] Org-roam v2 upgrade: Cannot open load file: No such file or directory, org-roam-buffer

I just updated my Doom Emacs and migrated to Org-roam v2.

When I run orb-insert-link I get the error: Cannot open load file: No such file or directory, org-roam-buffer.

I posted this issue on the GitHub, where I was advised to try a basic configuration in my init.el.

However, the problem still remains.

I upgraded ORB using doom upgrade:

ORB commit or MELPA package version: 0.6.0
Org Roam commit or MELPA package version: 2.0.0
Org Mode version: 9.5
Emacs framework: Doom
Emacs version: 27.1
OS: Linux

The error is probably somewhere in your Doom config. Or in Doom module files. ORB does not use org-roam-buffer. What is the state of Org-roam v2 support in Doom?

From the error it looks like something is trying to load the file org-roam-buffer, which was removed from v2. It just happens that this something is triggered by orb-insert-link. Maybe stale .elc file?