Replies: 1 comment
-
Hello @shobokshy are you using Next.js with ory/integrations? If yes that could be the issue, you can just remove it when you have a custom domain configured. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I currently have edge sessions enabled in my project, however I have noticed when calling the
/sessions/whoami
endpoint the headers seems to indicate that the response is not being cached.Ory-Session-Edge-Status
is always coming back as 'MISS' and the response times are usually around 600 to 900ms.Things I have tried:
Cache-Control: max-age=60
Is there something I am missing?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions