Hi Ory team, I came from LuminPDF team. I am facing an issue after Ory updated codebase on 14/6. Before 2 weeks, I interrupt one webhook in registration flow and flow will redirect to registration page with flowId. But with new your codebase, Register flow redirect to sign-up page without flowId, that make my code is wrong. Step reproduce:
1. I has account with email password.
2. After I login with oidc with that account.
3. Ory will go inside register with oidc and I interrupt this post webhook => redirect to registration page without flowId.( I check registrations-flow table, that has record of interrupt hook)
Can you confirm this flow is correct or provide me with why you remove flowId when re-directing to the registration page in this case?