diff --git a/scripts/communityScripts/explore/explore.html b/scripts/communityScripts/explore/explore.html index 53bd82d4a8..80a3368977 100644 --- a/scripts/communityScripts/explore/explore.html +++ b/scripts/communityScripts/explore/explore.html @@ -548,6 +548,10 @@ } if (messageData.action == "retrievePortInformationResponse") { addLocationData = messageData.goToAddresses; + for (let i = 0; i < addLocationData.length; i++) { + var metaverseProvider = addLocationData[i].split("/")[2].split(":")[0]; + addLocationData[i] = "https://" + metaverseProvider + "/interim/d-goto/app/decentralizedGoToServerScript.js"; + } addLocationComponent.updateData(addLocationData); } }); @@ -556,4 +560,4 @@ - \ No newline at end of file +