Hi everyone! I am not able to make the edge sessio...
# ory-network
g
Hi everyone! I am not able to make the edge sessions work. Followed the instructions but didn't find the option in the Console UI. Ended up setting the feature flag in yaml. However, it still doesn't seem to work (toSession requests take >250ms consistently). I suspect it's because the project is set as EU (can't change in the UI). The project ID is 9824d67f-153a-4ceb-b944-283eb4e1f57c
b
g
oh yeah, you are right it shows as enabled
b
are you able to see the headers of the request? Specifically the
Cf-Cache-Status
header?
g
I make this request with the SDK on the backend but the frontend doesn't have this cookie set, if I understand it right
I can see this header on the 303 Response from Ory Tunnel to my local frontend set to DYNAMIC
found an additional method that also returns Http info of the .ToSession response (not request) in the .NET SDK. It has
Cf-Cache-Status=DYNAMIC
b
just to make sure, edge sessions only work for the toSession call. Are you using that?
g
yes, I do I did use this project to call toSession with tokenized parameter from other host, if that matters
I can send you the URL where you can try register yourself, if it helps
@bland-eye-99092 could you please point me to where I could look further?