Problem launching Obsidian.md note taking app
2025-06-15
Start Obsidian, but instead of getting the usual app view, the window gets stuck in blank screen.
Nothing else happens, no errors or anything.
Googling the issue, people in various forums suggest the problem is in one or more buggy community plugins.
So: I need to disable community plugin(s) somehow.
I stumbled upon this "fix" accidentally:
- Close Obsidian
- Find the following file:
<vault-folder>/.obsidian/community-plugins.json
- Open it in a text editor. You should see a JSON array on with tokens, like
["plugin-name1", "plugin-name2", ...]
- Remove all of the elements in the JSON object. You should be be left with
[]
- Save the file.
- Re-open Obsidian
now the app should open normally.
The edit above merely disabled the plugins. You can re-enable them from the settings. But you problably want to upgrade all of the versions and try to relaunch. If you hit problems, you know how to disable the plugins again. And through process of elimination, perhaps you can isolate the problematic plugin and get rid of it completely.