Jia Wei Ng
Jia Wei Ng
> I have solved this by moving the og API from app/api/og/route.ts to pages/api/og.ts. This seemed the easiest and most stable solution to me This worked for me after cracking...
I also tried the opengraph-image.tsx method but there isn't any way to pass in any parameters other than only using those from the url. https://nextjs.org/docs/app/building-your-application/optimizing/metadata#dynamic-image-generation
Does anyone have a solution if you do not have tiptap pro?
I have the same issue when using axios in middleware.
 Is this why the v15 dataset is missing in the package?
+1 need to be able to edit values that are tied to a FK
1. Rename to next.config.js 2. Change your config to this. ``` // import { createContentlayerPlugin } from "next-contentlayer" const { createContentlayerPlugin } = require("next-contentlayer"); // import "./env.mjs" import("./env.mjs"); /** @type...
I am having the same issue with Google OAuth.
I'm on 5.6 and it's broken as well.
Yeah the docs are quite lacking. For me, I just went to this repo's apps/web folder and copied all the components from there. It's the code behind the editor live...