how to resolve Iframe widge related error

0
Hello All, I have created one nanoflow, get the current location, added the lognitute and lattitute in string through location(called $NewCurrentLocation) that I have got then created the string variable url-  'https://maps.google.com/maps?q=$'+$NewCurrentLocation and passing this url to the page , on that page I have used I frame component and passed the url to that but I am getting one error like www.google.com refused to connect. What should I do in this?  
asked
1 answers
0

Does the URL work when you cut and paste it directly into a browser?

 

Another thing to test would be to enable the developer tools in the browser and look for errors in the console and in the network tab for that URL. It should say what is going wrong.

 

Good luck!

answered