Hello,
I tried
kapa.ai, but it is unaware of network id thingie, and docs also not mentioning it.
I have Ory Hydra 2.1.2
There is a client configured, and it has nid, aka network id. I checked networks table and they do have two networks, one has same id as client's nid. But when auth flow comes in with client id, nid ia added to sql by persister, taken from context, and this nid is not same as client's nid in table, but rather this second network id. This started to happen couple of weeks ago. So all requests come in with unrelated nid coming from context. We tried new client creation through cli/rest, and new client's nid is this second one. So its like "since some moment all request contexts use the new nid".
And I cannot find any meaningful mention of nid conception in docs.