Added troubleshooting info about Last name can't be blank error
What does this MR do and why?
We have several old open issues about encountering Last name can't be blank
error in Compute Minutes purchase flow on gitlab.com:
- Unable to buy Pipeline minutes - “last name can... (#431926 - closed)
- Last name can't be blank - when trying to buy ... (#414483 - closed)
- https://gitlab.com/gitlab-org/gitlab/-/issues/422802+
This error is an edge case, and only happens for users that have one name in the Full name field. This is an edge case, as it is not possible to created a profile without the first name and last name anymore.
We are not going to resolve this issue in the gitlab.com purchase flow, because we are moving it to the Customers Portal (where this issue does not exist) within the next few months.
This MR adds troubleshooting instructions to these Docs in the meantime.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.