not sure if anyone else has encountered this issue (next-auth stable v4) but it's weird to see that calling
/session
/session
locally takes 30-40ms (pic 1) but on production it goes up to 400-500ms (pic 2) (which I think is because it's not cached? not using the provider?) I'm attaching screenshots and my root
layout.tsx
layout.tsx
Note: I'm NOT using a local db on local dev, both instances are connecteed to planetscale through regular connection strings