I am working on a project and want to utilize the different rendering modes of NextJS in it. Right now, I want to create a reset password page though I am unsure if SSG (w/ revalidation) is a wise decision to make.
The reset password page route looks something like this /reset-password/serverGeneratedToken
I would also like to know about potential issues.