• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue DomainConnect - Javascript Error

Hervé Delvaux

New Pleskian
Hi,

Since 18.0.34 on 5 different servers (debian 9 and 10), when we try a connection with domainConnect, we get a blank page.

It is a JavaScript error : "cannot read property 'renderTo' of undefined" (domain-connect-apply.js:84
 

Attachments

  • Capture.JPG
    Capture.JPG
    75.2 KB · Views: 14
  • Capture2.JPG
    Capture2.JPG
    46.8 KB · Views: 14
  • Capture3.JPG
    Capture3.JPG
    58.8 KB · Views: 15
  • Capture4.JPG
    Capture4.JPG
    109.7 KB · Views: 16
It looks like a bug.
I'd suggest you contact Plesk Support Team.
 
Looks like Plesk Domain Connect extension bug ID #EXTPLESK-2602 - the file domain-connect-apply.js is loaded before the necessary Javascript variable PleskExt.DomainConnect is loaded.

As a workaround, run this command on the server:
Code:
sed -i.backup-`date +%F-%s` 's/<script>/<script defer>/g; s/<script src/<script defer src/g' /usr/local/psa/admin/plib/modules/domain-connect/views/scripts/v2/apply.phtml
 
Back
Top