- πΊπΈUnited States mortona2k Seattle
This is still happening in the 2.x version.
Please create a release for the 2.x branch so we can create merge requests for it.
On a Drupal 8 website, we have enabled the integration with PoolParty successfully and then tried to move the authentication credentials to settings.local.php but we have discovered that even though the integration still works, the configuration interface still shows a lot of errors, by not seeing the overridden credentials.
In the configuration form we have inputted empty values for the credentials and in the settings.local.php we override them the following way:
$config['semantic_connector.pp_server_connection.brs_dev_server']['credentials']['username'] = 'secret_username';
$config['semantic_connector.pp_server_connection.brs_dev_server']['credentials']['password'] = "secret_password";
As I said before, the semantic connector works properly but the configuration interface still shows a lot of errors:
Active
2.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is still happening in the 2.x version.
Please create a release for the 2.x branch so we can create merge requests for it.