[Katalon True Platform] Why does live testing show an invalid URL?

Issue 8 : Live Testing invalid url

I am not able to live test my private application under Live Testing as it throws me an invalid url bt the same url and private application works fine using Test Cloud , Why ?

have you tried on the Old Style mode?

No , didnot test in that

Was your TestCloud Tunnel session still active when you tried Live Testing, or might it have timed out, by mistake.

What’s the exact error text/code shown — just ‘invalid URL’, or is there more detail in the console/network tab?

yes…it’s there in the screenshot that he provided

It’s not related to tunnel , it’s related to live testing which throws invalid url

it’s not related to the tunnel status, it’s on the URL field logic. it should be allow localhost with port like it’s provided on the Old Style

No No my question was not that, I think I didn’t frame it nicely.
I asked that if the private link worked in tunnel and it didn’t work in live testing, so I asked that whether by the time live testing was started whether the link was still live or up and running.

I asked that whether during tunnel it mught be up and while live testing it might went down

how about use your machine’s actual IP address instead of localhost, and make sure your TestCloud Tunnel is active so the TestCloud environment can reach your local service

for example, use http://192.168.x.x:8080 rather than http://localhost:8080