fierce-pharmacist-13812
12/06/2024, 3:46 AMbrief-egg-61061
12/06/2024, 3:47 AMbrief-egg-61061
12/06/2024, 3:47 AMselfservice
and identity
sections. 4. If you're using the Ory SDK or integrations, make sure you're using the same version and configuration in both environments [Login flow integration example](https://www.ory.sh/docs/kratos/bring-your-own-ui/custom-ui-basic-integration#create-login-flow). 5. When rendering your UI, you might want to consider filtering nodes by multiple groups to ensure you capture all relevant fields: javascript filterNodesByGroups({ nodes: flow.ui.nodes, groups: ["default", "password"], }).map((node, idx) => mapUINode(node, idx))
This approach allows you to handle both grouping scenarios [Registration flow example](https://www.ory.sh/docs/kratos/bring-your-own-ui/custom-ui-basic-integration#create-registration-flow). If after checking these points you still see inconsistent grouping, you may want to compare the full UI node payloads from both environments to identify any differences. If the issue persists, it might be worth reaching out to Ory support or opening an issue on their GitHub repository for more specific guidance.