To ensure the system continues to serve
Connect locally after upgrade, go to
the
_aspera_web_plugin_install.html.haml file, located
in the following location:
C:\Shares\www\app\views\node\shared\
Find
the following line:
- connect_autoinstall_location = '//d3gcli72yxqn2z.cloudfront.net/connect/v4'
Find the following line under function
loadConnectScript:
var url = window.location.protocol + CONNECT_AUTOINSTALL_LOCATION + '/' + script + '.min.js';
Replace
it with the line below, deleting
.min:
var url = window.location.protocol + CONNECT_AUTOINSTALL_LOCATION + '/' + script + '.js';