SSR (Server-Side Rendering / getServerSideProps)

⬅️ Back Home


If you export a function called getServerSideProps (Server-Side Rendering) from a page, Next.js will pre-render this page on each request using the data returned by getServerSideProps.

Error. Server nicht erreichbar