[Bug]: iconURL cannot be loaded from npmmirror #5297
Replies: 1 comment
-
I conducted some tests and asked the npmmirror development team. They informed me that to prevent illegal abuse of their CDN services, if the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When I specify the iconURL in
librechat.yaml
as a CDN link from npmmirror, the icon fails to display, and the browser's developer tools indicatenet::ERR_BLOCKED_BY_ORB
. However, when I specify it as a CDN link from UNPKG, the icon displays correctly. If I directly access the CDN links from npmmirror and UNPKG in the browser, the icons can both be displayed normally.Steps to Reproduce
Configure the iconURL for endpoints in
librechat.yaml
as a CDN link from npmmirrorI provided two iconURLs for testing. The first one, the npmmirror link, fails to display properly, while the second one, the commented-out UNPKG link, displays correctly.
What browsers are you seeing the problem on?
Chrome, Mobile (iOS)
Relevant log output
no errors reported in the Docker container logs
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions