Capture template is in use

I am having a bit of strange issue that started recently. My org capture template is not working. Each time i tried to capture, I get

 Capture template ‘m’: Buffer name ‘CAPTURE-20220203060641-testnze.org’ is in use

and here is the capture template

          ("m" "default" plain "%?"
               :target (file+head "others/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
                :unnarrowed t)

I turned debug mode on and below is the error message.

The only thing i can think off that may have caused this maybe I installed org-journal but even after uninstalling it, it still produced the same error message.

I just bisected my init.el with bug-hunter, and it was due to mini-modeline. I’ll check more details later, but commenting that out works.
If you don’t have mini-modeline, you could also try bug-hunter: GitHub - Malabarba/elisp-bug-hunter: Hunt down errors in elisp files.