Closed ArakiSatoshi closed 2 months ago
👀 @ArakiSatoshi
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. Please make sure you have given us as much context as possible.\ 非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。
✅ @ArakiSatoshi
This issue is closed, If you have any questions, you can comment and reply.\ 此问题已经关闭。如果您有任何问题,可以留言并回复。
📦 Environment
Other
📌 Version
1.8.2
💻 Operating System
Ubuntu
🌐 Browser
Chrome
🐛 Bug Description
Locally deploying an instance of lobe-chat using the
pnpm install
method leads to an error pop up on the frontend:Upon closer examination,
en-us.js
indeed appears to be missing:The console doesn't log any errors and the application seem to be functional, if not for the pop up that appears each time I refresh the page.
The issue was observed both on Windows 11 (locally) and on Ubuntu 22.04.4 LTS. Node's version on Ubuntu was v20.16.0, and on Windows it was v18.17.1.
📷 Recurrence Steps
http://127.0.0.1:3010
in Chrome and observe the error.🚦 Expected Behavior
The error shouldn't appear and
dayjs
should either haveen-us.js
available or fallback to an available locale.📝 Additional Information
No response