Hannah Wolfe
Hannah Wolfe
Including the full (obscure) error that Ghost sees when this happens: ``` InternalServerError: Cannot read property 'match' of undefined at new GhostError (/home/ghost/node_modules/@tryghost/errors/lib/errors.js:10:26) at _private.prepareError (/home/ghost/core/server/web/shared/middlewares/error-handler.js:53:19) at Layer.handle_error (/home/ghost/node_modules/express/lib/router/layer.js:71:5) at...
Hey @varadekd, thanks for the issue and PR. Would you be able to create a test to demonstrate the issue, and how the patch resolves it? Thanks!
Hey there, thank you so much for the detailed bug report. That does look like something that shouldn't happen! A PR to fix this issue would be very welcome 🙂
We should fix this, but it needs a bit of a check to make sure that fixing it doesn't result in any breakages in e.g. Ghost Admin UI or theme...
Hey @stromfeldt, thank you so much for taking the time to raise this. I'm so sorry we got really behind on triaging last year 😬 Would you be up for...
As far as I know, the only reason we're seeing this happen is because the output from gscan about changing instances of `image` tell them to do a straight swap...
Hey there, thank you so much for the detailed bug report. That does look like something that shouldn't happen! A PR to fix this issue would be very welcome, although...
Just want to add a +1 for renovate here. I’ve used it extensively and it is a fantastic tool.
Closing this for now as we want to come at this from a different angle later.
The bookmarking functionality relies on reading metadata from 3rd party websites, and then relies on that to be correct and point to valid images. There are lots of tiny ways...