Greeting Folks,
I am using ExternalSite with LinkWidget to redirect to External Third-party Webpage.
The URL is on the site property ["https://play.google.com/store"]
I am using the above site property as a URL parameter for the LINK widget.
If I pass the hardcoded value "https://play.google.com/store" it works well, but If I pass the URL value from site property i.e the same, it starts appending the Module URL of OS as a prefix.
OS_Module_URL+ https://play.google.com/store
Ref-Old-Post :
https://www.outsystems.com/forums/discussion/44888/unable-to-open-an-external-url-or-site/#Post224831
Any Help Much appreciated.
Assif
It was the tiny issue of double-quotes.
I removed the quotes from the value if Site property & it started working..
before :"https://play.google.com/store"
After : https://play.google.com/store
Btw it was on Traditional Web.
Hi Assif,
Is this on Mobile, Reactive Web or Traditional Web?
Heh, yeah, no quotes in site-properties ;).