-
-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 fix: Fix/next auth #5825
🐛 fix: Fix/next auth #5825
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
TestGru AssignmentSummary
Tip You can |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5825 +/- ##
=========================================
Coverage 92.15% 92.15%
=========================================
Files 648 648
Lines 58987 58987
Branches 2922 4085 +1163
=========================================
Hits 54357 54357
Misses 4630 4630
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
❤️ Great PR @arvinxx ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 1.51.13](v1.51.12...v1.51.13) <sup>Released on **2025-02-07**</sup> #### 🐛 Bug Fixes - **misc**: Fix next auth error. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix next auth error, closes [#5825](#5825) ([4509b7a](4509b7a)) </details> <div align="right"> [](#readme-top) </div>
🎉 This PR is included in version 1.51.13 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.93.7](v1.93.6...v1.93.7) <sup>Released on **2025-02-07**</sup> #### ♻ Code Refactoring - **misc**: Update changelog cache and upgrade anthropic sdk. #### 🐛 Bug Fixes - **misc**: Fix home next auth error and update pnpm, Fix next auth error. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Update changelog cache and upgrade anthropic sdk, closes [lobehub#5829](https://github.com/bentwnghk/lobe-chat/issues/5829) ([620df2f](620df2f)) #### What's fixed * **misc**: Fix home next auth error and update pnpm, closes [lobehub#5833](https://github.com/bentwnghk/lobe-chat/issues/5833) ([aa74d20](aa74d20)) * **misc**: Fix next auth error, closes [lobehub#5825](https://github.com/bentwnghk/lobe-chat/issues/5825) ([4509b7a](4509b7a)) </details> <div align="right"> [](#readme-top) </div>
* try to fix next-auth * try to fix next-auth * fix
### [Version 1.51.13](lobehub/lobe-chat@v1.51.12...v1.51.13) <sup>Released on **2025-02-07**</sup> #### 🐛 Bug Fixes - **misc**: Fix next auth error. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix next auth error, closes [lobehub#5825](lobehub#5825) ([4509b7a](lobehub@4509b7a)) </details> <div align="right"> [](#readme-top) </div>
* try to fix next-auth * try to fix next-auth * fix
### [Version 1.51.13](lobehub/lobe-chat@v1.51.12...v1.51.13) <sup>Released on **2025-02-07**</sup> #### 🐛 Bug Fixes - **misc**: Fix next auth error. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix next auth error, closes [lobehub#5825](lobehub#5825) ([4509b7a](lobehub@4509b7a)) </details> <div align="right"> [](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
降级 pnpm到 @9 修正依赖导入的问题:
@anthropic-ai/sdk
for dynamic locale routes on production build #5818通过设定 main layout
export const dynamic = 'force-dynamic';
强制全量路由走回到动态渲染,先解决是否可用的问题📝 补充信息 | Additional Information