Hello,
as far as I can say, there is no need to use the whitelist. Just enter the key of destination site in the sending site and send the course to the destination site.
Regards
Ulrich
I constantly get “Please enter a valid URL
probably, you are entering the url for the destination system.
There is a known error in the plugin that prevents you from entering even valid data.
try this:
change line 76 of sfwd-lms-course-migration-admin from
var $url = $(‘#ldcm_receiver_url’).attr(‘value’) + ldcm_urls.endpoint;
to
var $url = $(‘#ldcm_receiver_url’).val() + ldcm_urls.endpoint;
That worked for me.
Regards
Uli
HI
I am having the same problem – there is no whitelist option and every time I try to transfer it gives me “Please enter a valid URL”
I have no idea how to find the code line Uli mentions above