vercel / next-react-server-components

Demo repository for Next.js + React Server Components
https://next-rsc-hn.vercel.app
MIT License
979 stars 158 forks source link

trailing slash does not seem to work with RSC on #22

Closed leogono closed 2 years ago

leogono commented 2 years ago

Having trailingSlash: true does not seem to work if you turn on serverComponents. I'm not sure if this is the right place to raise it up or on the actual project considering it's still on alpha.

huozhi commented 2 years ago

Thanks for reporting! It's acknowledged, we're working on another solution to make it works on nextjs side 🙏

Feel free to report any issues with RSC you encountered here or in next.js repo

huozhi commented 2 years ago

Fixed through https://github.com/vercel/next.js/pull/34544