Skip to content

Add another error message and the fix in the pages troubleshooting section

Asmaa Hassan requested to merge asmaa.hassan-master-patch-86583 into master

What does this MR do and why?

Documenting what to do when getting an error message "is not a recognized provider" while deploying Gitlab pages.

Helped with two customer tickets:

How to set up and validate locally

  1. Have a GitLab installation with pages enabled, where gitlab_rails['pages_object_store_enabled'] = true but no bucket details have been configured.
  2. Attempt to deploy the page.
  3. You would get is not a recognized provider
  4. Comment it out or configure s3 bucket, then reconfigure.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports