potentially a non-ory question: but is anyone usin...
# ory-network
f
potentially a non-ory question: but is anyone using Ory + NextJS on Vercel? We are seeing cache issues where vercel hangs onto old Ory sessions in serverless functions/client calls. It’s very sporadic and we have attempted setting
_vercel_no_cache: 1
on all GET routes in vercel. We do use a custom domain.
f
I am, but just for a low-traffic side project (with custom domain).
What do you mean by “hangs onto old Ory sessions”. What behaviour are your users seeing?
f
Sorry if i wasnt clear - it’s frankly a bit confusing even for me. This is almost certainly a vercel issue - the serverless functions seem to be caching responses even in the face of no cache being explicitly set. Probably not the best place for my question the more we dig into it