Should a reset-password page be SSG in NextJS and what could be the potential problems of using/not using it?

Viewed 10

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.

0 Answers
Related