You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The verfiication page (pages/auth/verify/[token].tsx) currently sends the verification request inside useEffect(). To use SSR, this request needs to be extracted into the function getServerSideProps(), which would pass the verification status to the page as a prop.
Designs
No response
The text was updated successfully, but these errors were encountered:
Description
The verfiication page (pages/auth/verify/[token].tsx) currently sends the verification request inside
useEffect()
. To use SSR, this request needs to be extracted into the functiongetServerSideProps()
, which would pass the verification status to the page as a prop.Designs
No response
The text was updated successfully, but these errors were encountered: