You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks again for the wrapper, it is going to make my UX much better.
With my setup, when I go to login, I'm running into an issue where http isn't triggering:
App is ready
Saved host: undefined
MESA-LOADER: failed to open nvidia-drm: /usr/lib/x86_64-linux-gnu/gbm/nvidia-drm_gbm.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/gbm, suffix _gbm)
Loading login page from: /tmp/.mount_libreCQvOmlO/resources/app.asar/login.html
Saving server host: 192.168.1.211:3080
Loading URL: https://192.168.1.211:3080
Reset button should be created
(node:10005) electron: Failed to load URL: https://192.168.1.211:3080/ with error: ERR_SSL_PROTOCOL_ERROR
(Use `librechat-ui --trace-warnings ...` to show where the warning was created)
[10005:0208/161408.156980:ERROR:interface_endpoint_client.cc(725)] Message 0 rejected by interface blink.mojom.WidgetHost
Talked to Claude and tried NODE_TLS_REJECT_UNAUTHORIZED=0 path/to/AppImage but no dice there either. Let me know if you have any suggestions!
The text was updated successfully, but these errors were encountered:
@cameronj86, do you wish for the wrapper "app" to work using local network connection to your instance over HTTP?
my idea was to force https to prevent unencrypted traffic, but i could see a use case if you'd only want to use the wrapper app and librechat on your local network
Thanks again for the wrapper, it is going to make my UX much better.
With my setup, when I go to login, I'm running into an issue where http isn't triggering:
Talked to Claude and tried
NODE_TLS_REJECT_UNAUTHORIZED=0 path/to/AppImage
but no dice there either. Let me know if you have any suggestions!The text was updated successfully, but these errors were encountered: