Closed saver711 closed 1 year ago
In my case the problem seem to be that navigation with link (after a fresh reload) changes the metadata once but after that metadata doesn't seem to get updated on any route change.
edit: I have enabled serverActions and typedRoutes experimental features
NextJS ver. 13.4.7
Related to #49409
I am having the same issue. Hopefully it gets fixed soon!
This should be caused by serverActions: true
, duplicate of #49409. Closing this one for now.
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
https://github.com/saver711/nextjs13-starpi
To Reproduce
yarn yarn dev
Describe the Bug
While navigating from the navbar with links, meta data doesn't change
Expected Behavior
to change ~
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response