Skip to content

Cloud License - Render connectivity error

Ammar Alakkad requested to merge 327253-show-connectivity-error into master

What does this MR do?

It adds and controls an alert that will show if the user submitted the activation form and the backend responded with CONNECTIVITY_ERROR error.

The alert will explain what happens to the user and how they might be able to resolve the problem through links to the docs.

Note:

The feature is behind an application setting that won't be enabled on staging/production until the whole project is ready to be shipped.

In order to test this locally, enable ApplicationSetting.current.update(cloud_license_enabled: true) from rails console.

The setting won't be enabled on GitLab.com until the whole project is ready to be published.

Screenshots

Screen_Shot_2021-04-21_at_18.14.16

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #327253

Edited by Ammar Alakkad

Merge request reports