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:
4 Replies
Even though this server is practically dead, I figured it out. Here's the solution if anyone searches for this:
Interesting, could you take this one? https://discord.com/channels/595317990191398933/910978223968518144/1314646385387245640
You're gonna have to find someone else or figure it out yourself, I don't use Remix, and this was only because of a specific plugin from what I can tell.
I want to figure out myself with any help