After debugging in a bigger app for hours, I found out that I had a redirect from / to /kits in my application. For some reason, this is causing an error while attempting to generate OG images in other URLS such as /kits/whatever. Could not find out what's really causing the issue.
Describe the bug
After debugging in a bigger app for hours, I found out that I had a redirect from
/
to/kits
in my application. For some reason, this is causing an error while attempting to generate OG images in other URLS such as/kits/whatever
. Could not find out what's really causing the issue.Reproduction
https://stackblitz.com/edit/nuxt-starter-fq4uvd?file=app.vue,pages%2Findex.vue
System / Nuxt Info