Hi Ory team, I came from LuminPDF team. I am facin...
# ory-network
w
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?
h
Not sure if I follow, can you share more details or a reproducible case (for example a page on the internet where we can try the flow?)
w
I can not provide a URL to test because that is private environment to development. You can follow below loom on my case. Any question about this loom, you can contact me every time. https://www.loom.com/share/4351fde136614f16ae82cd4199a044bf
I have the same case when I login with oidc account with registered account(email/password).
p
Hi @worried-helmet-5462 I would need to check why it doesn't contain a flowId anymore, but wouldn't it be possible for you to check on the frontend for the flow ID and just generate a new one if it doesn't exist?
w
Yeah, I will check my codebase and reply soon.
I checked my codebase. My mistake, this affect came from codebase of another member in my team 🤐. Sorry for bothering everyone.
🙂 2