-
-
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: Avoid baseURL being an empty string, resulting in incorrect cl… #3308
Conversation
@mosade is attempting to deploy a commit to the LobeHub Pro Team on Vercel. A member of the Team first needs to authorize it. |
👍 @mosade 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 #3308 +/- ##
=======================================
Coverage 94.18% 94.18%
=======================================
Files 398 398
Lines 24893 24899 +6
Branches 2884 2810 -74
=======================================
+ Hits 23445 23451 +6
Misses 1448 1448
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
❤️ Great PR @mosade ❤️ 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.7.2](v1.7.1...v1.7.2) <sup>Released on **2024-07-26**</sup> #### 🐛 Bug Fixes - **misc**: Avoid baseURL being an empty string, resulting in incorrect client fetch. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Avoid baseURL being an empty string, resulting in incorrect client fetch, closes [#3308](#3308) ([15a9bc1](15a9bc1)) </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.7.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.50.2](v1.50.1...v1.50.2) <sup>Released on **2024-07-26**</sup> #### 🐛 Bug Fixes - **misc**: Avoid baseURL being an empty string, resulting in incorrect client fetch. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Avoid baseURL being an empty string, resulting in incorrect client fetch, closes [lobehub#3308](https://github.com/bentwnghk/lobe-chat/issues/3308) ([15a9bc1](15a9bc1)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
When baseURL="", baseURL should be set to DEFAULT_BASE_URL in client fetch
close #3307, close #3316
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information