vercel / og-image

Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc
https://og-image.vercel.app
MIT License
4.05k stars 1.27k forks source link

How to call the database from a vercel OG endpoint? Is it possible? #239

Closed kevinfaveri closed 1 year ago

kevinfaveri commented 1 year ago

Does not seem possible to call my database inside the handle/route function of a vercel OG endpoint, because it seems to run on a browser like environment. Is there any workaround or plans for this?

styfle commented 1 year ago

You can't use db sdks but you can use fetch with the Edge Runtime.

See https://nextjs.org/docs/api-reference/edge-runtime