Launching debug web server form xojo 2019

I looks like when I debug this app, for some reason the url is mangled…
i.e. I have a Xojo Web app that I am debugging and when i launch the app this is the url it forms for me… but it’s wrong. Where can I adjust this?


http://"http//127.0.0.1:9000/%22

Maybe related:

What OS are you using?
What Browser are you using?

I don’t suppose you have a stray " somewhere in your code? I would think a syntax check would catch that. It’s possible it has crept in as part of the Web Debug settings?

Windows 10, google chrome.

It looks like the link I provided will give you the answers you need.
You can edit your Registry, use other browser (like Firefox), create a bookmark, or edit the URL every time.

This is a known issue on 2019. It is the result of a workaround on older versions of Chrome. You have to fix the URL manually.

There were a number of threads on the issue back then.