Unable to run async logic in page function?
Right now I'm trying to add image generation middleware to my SPA via
"@cloudflare/pages-plugin-vercel-og"
, but it seems I can't run any async logic in the plugin, which is an issue since the font used needs to be fetched.
Right now, this works:
But this fails:
1 Reply
Even though this server is practically dead, I figured it out. Here's the solution if anyone searches for this: