PDF not loading in obsidian after updating

Things I have tried

Previous versions of Obsidian displayed the pdf successfully. The pdf itself is not an issue, as it can be displayed in a web browser without problems. The pdf is being stored in a valid path, and other media in that folder loads as expected. I checked the workspace file in the hidden /.obsidian folder and found what is below - hopefully this helps.

{
  "main": {
    "id": "c85cd549272b210e",
    "type": "split",
    "children": [
      {
        "id": "784248fd47f7bb9c",
        "type": "leaf",
        "state": {
          "type": "pdf",
          "state": {
            "file": "Attachments/Cambridge_International_AS_and_A_Level_Biology.pdf"
          }
        }
      }
    ],
    "direction": "vertical"
  },
  "left": {
    "id": "e3b04052b75cb93e",
    "type": "split",
    "children": [
      {
        "id": "f6aa6ebbab87fc95",
        "type": "tabs",
        "children": [
          {
            "id": "066fa82b6923d4ae",
            "type": "leaf",
            "state": {
              "type": "file-explorer",
              "state": {}
            }
          },
          {
            "id": "da53cef3015e2101",
            "type": "leaf",
            "state": {
              "type": "search",
              "state": {
                "query": "",
                "matchingCase": false,
                "explainSearch": false,
                "collapseAll": false,
                "extraContext": false,
                "sortOrder": "alphabetical"
              }
            }
          }
        ]
      }
    ],
    "direction": "horizontal",
    "width": 188
  },
  "right": {
    "id": "95b7b25ecdcc4193",
    "type": "split",
    "children": [
      {
        "id": "bc8c6e92a78842c3",
        "type": "tabs",
        "children": [
          {
            "id": "a17b2e36a6c22af8",
            "type": "leaf",
            "state": {
              "type": "backlink",
              "state": {
                "file": "Attachments/Cambridge_International_AS_and_A_Level_Biology.pdf",
                "collapseAll": false,
                "extraContext": false,
                "sortOrder": "alphabetical",
                "showSearch": false,
                "searchQuery": "",
                "backlinkCollapsed": false,
                "unlinkedCollapsed": false
              }
            }
          },
          {
            "id": "28b8a3b281d124d8",
            "type": "leaf",
            "state": {
              "type": "advanced-tables-toolbar",
              "state": {}
            }
          }
        ],
        "currentTab": 1
      }
    ],
    "direction": "horizontal",
    "width": 300,
    "collapsed": true
  },
  "active": "784248fd47f7bb9c",
  "lastOpenFiles": [
    "Attachments/Cambridge_International_AS_and_A_Level_Biology.pdf",
    "Attachments/Cell Surface Membrane.jpg",
    "Biology/Key Terms.md",
    "Practice file.md",
    "Attachments/Mitochondria.jpg",
    "Attachments/Lysosome.png",
    "Biology/Infectious diseases/Measles.md",
    "Biology/Infectious diseases/Tuberculosis (TB).md",
    "Biology/The mitotic cell cycle/The significance of telomeres.md",
    "Biology/Transport in mammals/Haemoglobin.md"
  ]
}

Here is an image of the issue I am having:

What I’m trying to do

I am trying to display the pdf within obsidian.

Known issue:
https://forum.obsidian.md/t/obsidian-release-v0-14-5/35094?u=joethei

Thanks! That works.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.