how to get props in server side component
Unanswered
Green-tailed Towhee posted this in #help-forum
Green-tailed TowheeOP
tried using getServerSideProps but it wont work for /app
1 Reply
@Green-tailed Towhee tried using getServerSideProps but it wont work for /app
getServerSideProps is not supported in the app router. Just do the query inside the server component directly. https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration#server-side-rendering-getserversideprops