Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    Thread Starter iestraining2

    (@iestraining2)

    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

    Thread Starter iestraining2

    (@iestraining2)

    how do i do that sorry

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No whitelist’ is closed to new replies.