Hello Everyone 👋
I am facing very strange issue with sub-domain cookie on self hosted ory kratos instance
Issue: I am not receiving the set-cookies response header from instance, sometime its included but then browser not getting store in storage->cookies tab
Here is confgiration details :
Application hosted on :
https://app.dev.test.build
Kratos instance is on :
https://auth.dev.test.build
Kratos.yml
-----------------------------
session:
cookie:
domain: .dev.test.build #(also tried <https://app.dev.test.build>)
same_site: Lax
Note: I've checked this in Firefox 106.0.5 and in chrome.
Thank you 🙂