Axel

Results 6 comments of Axel

An example from the website I'm running ([lyonel-feininger-gymnasium.de](https://lyonel-feininger-gymnasium.de/)): It looks like this in the editor ![grafik](https://github.com/TryGhost/Ghost/assets/41484117/7ae64619-aebd-4858-9ba6-d02f542bfb20) and like this on the website ![grafik](https://github.com/TryGhost/Ghost/assets/41484117/24c11f2b-89c2-4684-a15c-4d9cb95450bc) As you can see, the snow picture...

Ok, I've got some more information: I looked into the db and found that the images are against my previous claims in fact are NOT present in the lexical field...

Another Update: I downloaded the original source files from [5.71.2](https://github.com/TryGhost/Ghost/releases/tag/v5.71.2) build them to an archive with `yarn archive` and used the resulting [ghost-5.71.2.tgz.zip](https://github.com/TryGhost/Ghost/files/13329268/ghost-5.71.2.tgz.zip) to update the ghost 5.71.0-alpine docker. Result:...

Wow great! Thanks @sergiosgc That will solve the issue till a fix is implemented. Looks like `kg-default-nodes` is imported here `"@tryghost/kg-default-nodes": "0.2.9",` in the [ghost/core/package.json](https://github.com/TryGhost/Ghost/blob/main/ghost/core/package.json#L105) and here `const {DEFAULT_NODES} =...

Hi, same problem here (Win 11). I have it running on a path without spaces and here it also errors with paths[1] not a string ``` PS D:\Github\Ghost-LFG> yarn dev...

The funny thing is `yarn dev:ghost` and `yarn dev:admin` run like a charm on their own😅. I will change to a ubuntu system just to check. BUT what the hell...