77
Views
3
Comments
Solved
External Site URL getting Append by OS Platform URL
Question

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



2021-04-09 11-42-43
assif_tiger
 
MVP
Solution

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.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Assif,

Is this on Mobile, Reactive Web or Traditional Web?

2021-04-09 11-42-43
assif_tiger
 
MVP
Solution

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.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Heh, yeah, no quotes in site-properties ;).

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.