Closed Abdallah-Awwad closed 3 months ago
Hmmm - based on the error maybe a dependency issue?
Have you tried updating dependencies?
Yes, it appears to be a dependency issue. I resolved it by replacing @nuxtjs/sitemap
instead of nuxt-simple-sitemap
because its deprecated. I will submit a PR for this change.
Regarding the og image, I suspect the issue may be related to the logo.vue
component. Because when I replaced logo_on_dark_bg
with an SVG image, it worked well in most cases. I plan to debug this further when time allows.
Yes, it appears to be a dependency issue. I resolved it by replacing
@nuxtjs/sitemap
instead ofnuxt-simple-sitemap
because its deprecated. I will submit a PR for this change.
Thank you, solved here too.
The projects works fine but I'm getting this error whenever I try to rebuild it.
Also note: after merging this PR https://github.com/directus-labs/agency-os/pull/85 the link works as expected (not using the localhost anymore)
<meta property="og:image" content="https://mydomain.com/__og-image__/image/team/og.png">
But the og-image not appearing and gives me this error:
{ "url": "/__og-image__/image/og.png", "statusCode": 500, "statusMessage": "", "message": "Invalid JPEG", "stack": "" }
I'm not sure if they both are related, but any help would be appreciated.
Also, I would like to know where is the og-images stored in my server? because I can't see any of them created in the public path.
I'm selfhosting on Digital Ocean Node version 20.12.2