Category

Next.js

Explore our curated collection of articles, insights, and stories about Next.js.

1 Article
How to Access Route Parameter Inside getServerSideProps
Next.js
8 min read·2026-06-05

How to Access Route Parameter Inside getServerSideProps

Learn why your dynamic route parameter appears as undefined in getServerSideProps and how to correctly extract it from the context object for server-side data fetching.

Read more