Hi I am using <SessionAuth> to project my page. It...
# support-questions-legacy
p
Hi I am using to project my page. It redirect the page to /auth/verify-email?rid=emailverificationm ,but the UI is not showing
r
hey @PPaii
are you using custom UI or pre built UI?
p
pre built UI
r
right. Have you initialised the email verification recipe on the frontend?
can i see your frontend supertokens.init config?
p
Sure , I am next js
r
right. This seems fine
any errors on the browser console?
p
Btw my versions are "nextjs-cors": "^2.1.2", "supertokens-auth-react": "^0.28.1", "supertokens-node": "^12.1.4",
r
ah riight. Have you done email verification recipe init on the backend?
p
Its showing now. Thank You!