TexteaInc / funix

Building web apps without manually creating widgets
http://funix.io
MIT License
89 stars 10 forks source link

HTTPS URL passed to browser #57

Closed forrestbao closed 1 year ago

forrestbao commented 1 year ago

When starting the frontend, the URL passed to the browser is httpS://127.0.0.1 instead of the HTTP one.

I have turned off the HTTPS-only mode on Firefox. My system's default browser is Firefox. Not sure whether this problem only happens on Firefox.

Now the workaround is to enter the HTTP URL manually in the browser's address bar.

forrestbao commented 1 year ago

Fixed. It seems the error is due to that a browser window is popped up before the back/frontends are ready.