-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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: casdoor webhooks providerAccountId not found #4055
Conversation
@cy948 is attempting to deploy a commit to the LobeHub Pro Team on Vercel. A member of the Team first needs to authorize it. |
👍 @cy948 Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4055 +/- ##
==========================================
+ Coverage 91.73% 92.45% +0.71%
==========================================
Files 481 482 +1
Lines 34229 34339 +110
Branches 2238 3216 +978
==========================================
+ Hits 31400 31748 +348
+ Misses 2829 2591 -238
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
记得补下单测 |
❤️ Great PR @cy948 ❤️ 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. |
Remember to take the single test |
### [Version 1.19.19](v1.19.18...v1.19.19) <sup>Released on **2024-09-21**</sup> #### 🐛 Bug Fixes - **misc**: Casdoor webhooks providerAccountId not found. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Casdoor webhooks providerAccountId not found, closes [#4055](#4055) ([b832289](b832289)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.19.19 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.62.6](v1.62.5...v1.62.6) <sup>Released on **2024-09-21**</sup> #### 🐛 Bug Fixes - **misc**: Casdoor webhooks providerAccountId not found, fix Content-Security-Policy. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Casdoor webhooks providerAccountId not found, closes [lobehub#4055](https://github.com/bentwnghk/lobe-chat/issues/4055) ([b832289](b832289)) * **misc**: Fix Content-Security-Policy, closes [lobehub#4056](https://github.com/bentwnghk/lobe-chat/issues/4056) ([d186062](d186062)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
src/server/services/nextAuthUser/index.ts
: 修复了因为provider
字段而导致查询失败的问题📝 补充信息 | Additional Information