dstr89 / cf-nextjs-demo

https://cf-nextjs-demo.vercel.app
0 stars 0 forks source link

What was your fix for draft mode not being enabled? #1

Open georgibakken opened 2 months ago

georgibakken commented 2 months ago

HI @dstr89

I came across your issue with nextjs and draft mode: https://github.com/vercel/next.js/issues/68859

I am experiencing similar issues (draft mode not being enabled), when running a production build locally. What was your fix?

dstr89 commented 2 months ago

I wish I remember what I did wrong, but I dont anymore. It was something wrong in my code. This repo is open so you can give it a try to deploy to Vercel and connect to Contenful.

dstr89 commented 2 weeks ago

Hi @georgibakken, I noticed that draft mode is working fine for me on Vercel, but not when I run the code locally.