-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] User did not get migration email after completing the assisted migration flow #94126
Comments
It seems there was another case but the issue appears to be only on the client. This conditinal check fails and no ticket was created:
One thing to note is that I completed the flow in a support session and that may have affected the result. More details and a video here p1725334011341529/1725073959.936799-slack-C06PZC1RR5F |
Another report here 8684398-zd-a8c. I confirmed that
This is the same payload as the case in the comment above. |
Support References This comment is automatically generated. Please do not edit it.
|
@andres-blanco, to double check, did your PR fix the issue or it's just related? |
@markbiek @andres-blanco Did #94151 fix this bug? |
Since the PR addresses a fix for users who went through the flow while already having a plan, I would consider it a related PR rather than a direct fix. This is because the issue doesn't specify whether the affected users had a plan or not. cc @m1r0 |
I think that another cause of this issue was addressed by #94383. @valterlorran, would you agree with that assessment? |
@daledupreez, thanks for pinging. Yes! By the time Mike tested it, it seemed he didn't see the credentials step, which would explain the broken ticket creation flow. |
OK, I think we can mark this as closed based on the two PRs that we shipped. |
Quick summary
Initial report p1725073959936799-slack-C06PZC1RR5F
A user contacted support after waiting to receive an email about their assisted migration. On inspecting tracking, we found they had submitted two requests but did not produce a ZenDesk ticket on the backend. It is suspected an early exit check in
submit_new_ticket
failed and returnedsite_not_found
, and this wasn't caught on the front end, which doesn't handle the response. This happened in the old migration API, but asinit_automated_migration
has a similar check, we created this ticket to avoid the same issue in the new API.See Slack for further analysis and Tracks event log.
Steps to reproduce
It's not known how to reproduce this issue yet. It could be related to the user having a Jetpack-connected site.
What you expected to happen
A ticket should be created in ZenDesk for every issue.
What actually happened
No ZenDesk ticket was created for this migration.
Impact
One
Available workarounds?
No but the platform is still usable
If the above answer is "Yes...", outline the workaround.
No response
Platform (Simple and/or Atomic)
Simple
Logs or notes
No response
The text was updated successfully, but these errors were encountered: