dalai icon indicating copy to clipboard operation
dalai copied to clipboard

Autocomplete doesn't work when the address is not `localhost`

Open Alyetama opened this issue 1 year ago • 3 comments

Nothing is printed in the console when this happens, but when I use an IP address instead of localhost, the submitted prompt disappear and nothing happens.

https://user-images.githubusercontent.com/56323389/224729400-59131a85-a4f3-4f59-bd54-c19e34949dc8.mp4

Alyetama avatar Mar 13 '23 14:03 Alyetama

I am seeing this too.

waffletower avatar Mar 13 '23 16:03 waffletower

I can confirm this behavior as well. Any ideas on a workaround? I'm running this headless so can't access the web ui locally

10nis avatar Mar 15 '23 15:03 10nis

On a first glance it seems to be https://github.com/damienbod/angular-auth-oidc-client/issues/1320 (window.crypto missing) So adding a proper certificate or convincing the browser it's on a secure site will work. And indeed, that is what works for me.

totoCZ avatar Mar 15 '23 23:03 totoCZ