Hi
I am able to access session and admin when app is deployed through cloudflare but not able to access same when app is hosted on render. Till yesterday I was able to access them. Today I updated schema.prisma from
to
Also I ran npm run setup after changing the above one. Can anyone help me on this?
I was accessing session and admin this way in the app_index.jsx
**var { session, admin, redirect } = await authenticate.admin(request);**
Thanks