Wrong URL when WebApp opens in local browser

Hi,

when i start my WebApp from Xojo IDE, my default browser (MS Edge Chromium) tries to open this URL: http://%22http//127.0.0.1:8080/%22

This does not work.

When i manually enter http://localhost:8080 in my browser, all is fine.

Is there a way to configure how a WebApp will open in the browser?

Michael

I remember that the topic was already discussed in the forum.

ok, found this post: Cannot run from IDE - wrong URL - 2020 R1.1, R1.2

Seems to be fixed in the next release (hope so).

An easy workaround (and something I find useful generally) is to put a bookmark in “Favorites Bar” called named something like “debugging” in any browsers you do debugging in and have it point at the default debugging URL for your projects.

This also helps when you’ve accidentally closed a tab, or want to quickly open the debugging site a couple of more times.

image

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.