3 Replies
You can create
forgotPassword
and createAccount
pages under the pages
folder
https://refine.dev/docs/advanced-tutorials/ssr/nextjs/#custom-pageNext.js | refine
refine can be used with Next.js to SSR your pages. It doesn't get in the way and follows Next.js conventions and also provides helper modules when necessary.
optimistic-gold•3y ago
Thank you, so I have to use NextJs routing 👍
Yes, you can use useNavigate or Link component for redirection
also this week we will also release
<AuthPage>
component for Material UI 💥
https://refine.dev/docs/api-reference/antd/components/antd-auth-page/