Minified React error #321 #6665
Unanswered
iceye2072
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
Unfortunately this was merged in one of the recent commits, but has already been patched. You'll need to update and reset your browser cache. Updating Instructions (docker): # Linux command to Remove all existing images
docker images -a | grep "librechat" | awk '{print $3}' | xargs docker rmi
# Windows Powershell
docker images -a | findstr "librechat" | ForEach-Object { docker rmi $_.Split()[2] } Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
This show suddenly today to all my decice when loading the page..
Beta Was this translation helpful? Give feedback.
All reactions