The `fetch` in `getServerSideProps` runs on the se...
# support-questions
r
The
fetch
in
getServerSideProps
runs on the server. Therefore, that fetch doesn't have interceptors applied to it. If you want to get the session info in
getServerSideProps
, you can follow: https://supertokens.com/docs/thirdpartyemailpassword/nextjs/session-verification/in-ssr