shuding / next-view-transitions

Use CSS View Transitions API in Next.js App Router.
https://next-view-transitions.vercel.app
MIT License
1.67k stars 44 forks source link

The transition does not work with dynamic routes #21

Open ktisakib opened 3 months ago

mpresecan commented 2 months ago

It works on my side, but only in development mode, after I restart development server. But for some reason when I push it to production on Vercel, it does not work properly - the SSG pages are not cached via edge CDN, but are server via serverless functions, and the view transition effect is not working at all.

VanThuan76 commented 1 week ago

Same issue