dalai
dalai copied to clipboard
Autocomplete doesn't work when the address is not `localhost`
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
I am seeing this too.
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
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.