SimeonGriggs / sanity-nextjs-preview

Sanity Studio Visual Editing examples for Next.js 14 App + Pages routers
https://sanity-nextjs-preview-two.vercel.app
82 stars 19 forks source link

Exit preview response is hanging #2

Closed codeKenta closed 2 years ago

codeKenta commented 2 years ago

When routing to api/exit-preview, the response is hanging. It's probably solved by adding res.end()

SimeonGriggs commented 2 years ago

Good call, fixed in d1d01ae