Plugin editor API Stream error

I’m facing an issue in my Bubble plugin editor while using the OpenAI Response API with stream: true and setting the data type of the call as Stream.

The API call initializes successfully in the plugin editor, and everything appears to be configured correctly there. However, when I try to use the same plugin action inside the Bubble app, it frequently throws an error indicating that the call is not properly initialized or the plugin isn’t set up correctly.

So in summary:

  • stream: true is enabled in the request

  • The call data type is set to Stream

  • The call initializes successfully in the plugin editor

  • But fails when triggered from the actual Bubble app

Has anyone encountered this issue when working with streaming responses in a Bubble plugin? Any suggestions on what might be missing in the setup would be appreciated.

It seems to be a problem with Bubble. There is another thread discussing something similar:

Did you remove /initialize after initializing?