I’m writing a post in my site, and when I paste a link, it makes the call to https://myblog.com/ghost/api/v3/admin/oembed/?url=https%3A%2F%2Fwww.megunolink.com%2Farticles%2Fwireless%2Fhow-do-i-connect-to-a-wireless-network-with-the-esp32
I’m guessing you’re trying to use the bookmark card with this link? Seems like it’s trying to get the metadata of the page but some error on that page is causing it to fail. You can get around this by adding URL as a regular text link
It’s possible the oembed link that is provided by that site was timing out, it seems like it can be quite slow at times.
Ghost’s oembed endpoint will timeout after 2 seconds when attempting to fetch the oembed content in order to avoid slowing down the editing experience or causing resource contention issues.
Yes, not an issue anymore for me as I was able to get it with the bookmark option you pointed out.
I was just worried this was a bug, since it doesn’t work consistently when I just paste the URL.