You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@capacitor/ios: not installed
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/cli: 6.1.2
[success] Android looking great! 👌
Other API Details
npm --version
10.1.0
node --version
v20.9.0
Platforms Affected
iOS
Android
Web
Current Behavior
I am currently working on an AI APP which invokes LLMs from web directly. To bypass CORS restriction, I use CapacitorHttp. The CapacitorHttp seems blocks all stream response before they finish. I have reproduced this problem in a minimum program.
Expected Behavior
The stream response should be returned chunk by chunk
Capacitor Version
Capacitor Doctor
Latest Dependencies:
@capacitor/cli: 7.0.1
@capacitor/core: 7.0.1
@capacitor/android: 7.0.1
@capacitor/ios: 7.0.1
Installed Dependencies:
@capacitor/ios: not installed
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/cli: 6.1.2
[success] Android looking great! 👌
Other API Details
Platforms Affected
Current Behavior
I am currently working on an AI APP which invokes LLMs from web directly. To bypass CORS restriction, I use CapacitorHttp. The CapacitorHttp seems blocks all stream response before they finish. I have reproduced this problem in a minimum program.
Expected Behavior
The stream response should be returned chunk by chunk
Project Reproduction
https://github.com/z-zeechung/nnchat-capacitor-http-stream-bug-reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: