Unable to determine the name of the Widen instance

Created on 9 December 2024, 4 months ago

Problem/Motivation

After setting up and successfully connecting to Acquia DAM user is still unable to add asset to page. It seems that new domains `acquiadam.com` are not fully supported.

This error shows up:

Unable to determine the name of the Widen instance from the remote hostname "unisondam.acquiadam.com"

And PHP error

Warning: Undefined array key 1 in Drupal\acquia_dam\Plugin\media\Source\Asset->getRemoteThumbnailUri() (line 487 of /app/docroot/modules/contrib/acquia_dam/src/Plugin/media/Source/Asset.php) 

Steps to reproduce

Install Acquia DAM module and configure it using `acquiadam.com` domain.
Add DAM asset to node.

Proposed resolution

In file `docroot/modules/contrib/acquia_dam/src/Plugin/media/Source/Asset.php` change regex from

preg_match('/^([^\.]+)\.widencollective\.com/', $remote_hostname, $instance_name);

to

preg_match('/^([^\.]+)\.(widencollective|acquiadam)\.com/', $remote_hostname, $instance_name);

Remaining tasks

Although this fix issue with adding assets to content, but preview is still not working.

GET https://embed.widencdn.net/img/**your_instance_name**/er8tyu5j4u/150px@2x/?q=75&7200` resulted in a `404 Not Found` response

πŸ› Bug report
Status

Active

Version

1.1

Component

Code

Created by

πŸ‡΅πŸ‡±Poland paladyn

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024