Hey, I have an app with OG Images enabled, using the package. Everything works on my localhost.
Testing the endpoint:
__og-image__/image/og.png
__og-image__/image/og.png
displays the image correctly, both via
npm run dev
npm run dev
and via a Docker container, however when I deploy the container to my Kubernetes cluster, any requests to get the image causes the app to crash, with no logs:
2024-09-03T15:19:43+01:00 Listening on http://[::]:3000// OG Image request happens in here2024-09-03T15:19:54+01:00 Listening on http://[::]:3000
2024-09-03T15:19:43+01:00 Listening on http://[::]:3000// OG Image request happens in here2024-09-03T15:19:54+01:00 Listening on http://[::]:3000
The site URL is properly configured as well. Any thoughts?