Obsidian URI in Firefox (action = new)

Steps to reproduce

Paste the URI obsidian://new?vault=myvault&name=Obsidian into the Firefox address bar.

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

File to be created and/or opened for editing in Obisian

Actual result

nothing

Environment

SYSTEM INFO:
Obsidian version: v1.11.5
Installer version: v1.9.10
Operating system: Windows 11 Enterprise 10.0.26100
Login status: not logged in
Language: de
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Firefox 147.0.2 (64-bit)

Additional information

Same URI on Edge is working fine on the same system.
I did see some files to be created, but pathnames got mangled (child folder names concatenated to parent folder names and then creating these new folders, seems to loose SOME(!) %2F’s here).
I also simplyfied the vault name to remove spaces %20’s, but no difference. I noted that Firefox seems to replace %20’s with actual Spaces in the addressbar, which Edge doesn’t.
Tried browser in private mode, also.

I am unable to reproduce this problem

obsidian://new?vault=myvault&name=Obsidian

works for me on firefox/win.

try to download and reinstall obsidian. other than that. no idea.

Hi, and thanks for checking … I tried around, and found some strange behavior. Worked once only.

After researching a bit, I set these configs in FF manually, and seems to work for me know.

In Firefox about:config set these to true:
network.protocol-handler.expose.obsidian
network.protocol-handler.external.obsidian
network.protocol-handler.warn-external.obsidian

They were unset before in my profile.