Successful run of the installation test
After a successful run of the installation test it should look like this:
Checking connection to Confluence
If there is an error like "404 not found" and Confluence version is below 5.10 then an upgrade to confluence 5.10+ could help.
Checking login to Confluence
Action needed
Click on login button and do a login into confluence
Error
Means getting login state for confluence failed, could be network issue with current page being served from cache instead from upstream Confluence server.
Checking registration of custom action
Error means there was either no registration of the application (see also last Section of Deploy Add-in package to the App Catalog (v1.0) requiring to register the app with the correct Client ID, Confluence host and provider url), communication failed with the app web. Reasons for the later can be:
- Missing DNS entry for app web host name pointing to the SharePoint farm - see DNS part of Preparing the SharePoint Add-in Infrastructure (v 1.0)
- Certificate not accepted by browser, e.g. missing in the certificate of the SharePoint farm - see HTTPS part of Preparing the SharePoint Add-in Infrastructure (v 1.0)
Checking assets library and loader file
Same reasons as above can apply.
Related Articles