Skip to content

Show a more helpful error for import status

Stan Hu requested to merge sh-improve-import-status-error into master

Importing a project from GitHub for a project namespace that already exists would show an unhelpful error, "An error occurred while importing project." We now add the base message from Projects::CreateService when this fails.

Before:

image

After:

image

Closes #47365 (moved)

Edited by Stan Hu

Merge request reports