I have successfully created an OpenAI assistant using a very popular tutorial on this forum. It works at times, but at other times it just stalls and nothing seems to happen. I have a feeling something is going wrong at the Get a Run a stage of the process because I have notifications that display once every step completes successfully and I do not always get one at that point. So basically it stops right before polling begins. When I look at the assistants playground the calls go through and a response is created. Any ideas as to why this is happening?
Have you checked Bubble’s logs to see what might be happening? If there was an error, and what that error would be…
1 Like
Most of the time, it’s a result of Bubble timing out if you’re using the API Connector. Your Bubble app won’t wait long enough to receive the response from your agent workflow.
Do you know how to fix that?
If Bubble timeouts are the issue, there’s no quick fix.
An option is your Bubble calls your agent workflow, and then your agent workflow passes the results to your app’s Bubble endpoint (you’ll have to set it up) to continue the workflow in Bubble.
Do you know if there is a way to identify whether it is definitely timeouts causing the issue?