-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The transition does not work with dynamic routes #21
Comments
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. |
Same issue |
Same ... |
I had the same issue. My problem was the layout.tsx (with element) was in the same folder as the page.tsx . I needed to create a layout 1 level up and move the ViewTransitions there. |
Just encountered the same.
Could you explain how you circumb=vented the problem a bit further? @bregtemundo |
@JolomiTee In my specific case I had: It worked when I changed it to: |
No description provided.
The text was updated successfully, but these errors were encountered: