Help me my issue for facebook chatbot

Describe the problem/error/question

I created a Facebook chatbot using ChatGPT and a Supabase knowledge store, but sometimes it gives the correct answer and sometimes it can’t use the knowledge. On the other hand, some users get correct answers while others don’t.How can I fix this?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):Supabase, postgresql
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n self host server
  • Operating system:windows

It sounds like your Facebook chatbot isn’t consistently accessing the Supabase knowledge store. This could be due to several factors. Make sure your ChatGPT node is correctly configured to use the knowledge store and that the connection to Supabase is stable. Also, verify that the user’s input is being correctly passed to both the ChatGPT and Supabase nodes in your workflow.

If you are using a self-hosted server, check the server logs for any errors related to the Supabase connection or the ChatGPT API calls.