[Bug]: Screen not loading #5941
Unanswered
mansiibm
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
When you update, you need to make sure your server is restarted otherwise static file references that no longer exist will be cached and cause this issue. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Hi, it's happened almost three times now, that LC does not load, and the user is stuck before the screen helpless.
The version of LC used- ghcr.io/danny-avila/librechat:v0.7.7-rc1. LC is hosted in azure in a container app and all the resources are the same as for earlier versions. Recently this thing has been observed post 0.7.7-rc1 tag.
The complete logs -
assets/index.CDTwdDrx.js:1 Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
(forward slash)assets/markdown_highlight.DdZtPvay.js:1 Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
(forward slash)assets/vendor.B44UzOen.js:1 Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
No logs in the backend for this.
So, to combat this if the user performs ctrl+R then the screen is loaded. This is the same hack I did to go back to normal screen from the crash on attach files like here - #5298 . Some further investigation for this suggested react error.
Help with this is appreciated.
Version Information
Used - ghcr.io/danny-avila/librechat:v0.7.7-rc1 in Azure container apps.
Steps to Reproduce
Has happened with 2 users since the usage of this tag. Just trying accessing LC and the screen does not load.
What browsers are you seeing the problem on?
Microsoft Edge
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions