Hi all. It’s my first time on Bubble but learning fast. I built a chatbot-like app using this tutorial and it worked beautifully! GPT-4 Chatbot with Bubble - OpenAI chat and text generation | Bubble.io Tutorials | Planetnocode.com - YouTube
However, when deployed any user can see the other users’ data and entries. I tried to change the privacy settings, but now the API connection no longer works:
"The service Open AI - Send message just returned an error (HTTP 400). Please consult their documentation to ensure your call is setup properly. Raw error:
{
“error”: {
“message”: “None is not of type ‘object’ - ‘messages.1’”,
“type”: “invalid_request_error”,
“param”: null,
“code”: null
}
}"
Does anybody know how to resolve the issue? Many thanks!!