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
Question
I'm encountering an error while using the open-source project ChatbotUI for uploading files and performing Retrieval-Augmented Generation (RAG). The error message is as follows:
{code: "XX000", details: null, hint: null, message: "Could not resolve host: supabase_kong_chatbotui"}
Error Details:
Code: XX000
Message: Could not resolve host: supabase_kong_chatbotui
Investigation:
Upon investigating the issue, I found a reference to supabase_kong_chatbotui in the Supabase migration setup file located in the supabase/migrations directory. This host name is not the correct URL for my Supabase project.
Steps to Reproduce the Issue:
Attempt to upload a file in the ChatbotUI application.
The process fails with the aforementioned error message.
Analysis:
The error indicates that the application is attempting to resolve a host named supabase_kong_chatbotui, which is not correct for my setup. This incorrect host name is causing the application to fail when it tries to communicate with Supabase.
Request for Help:
How should I fix this bug? What steps do I need to take to update the Supabase migration files and ensure the correct URL is used?
The text was updated successfully, but these errors were encountered:
Question
I'm encountering an error while using the open-source project ChatbotUI for uploading files and performing Retrieval-Augmented Generation (RAG). The error message is as follows:
{code: "XX000", details: null, hint: null, message: "Could not resolve host: supabase_kong_chatbotui"}
Error Details:
Code: XX000
Message: Could not resolve host: supabase_kong_chatbotui
Investigation:
Upon investigating the issue, I found a reference to supabase_kong_chatbotui in the Supabase migration setup file located in the supabase/migrations directory. This host name is not the correct URL for my Supabase project.
Steps to Reproduce the Issue:
Attempt to upload a file in the ChatbotUI application.
The process fails with the aforementioned error message.
Analysis:
The error indicates that the application is attempting to resolve a host named supabase_kong_chatbotui, which is not correct for my setup. This incorrect host name is causing the application to fail when it tries to communicate with Supabase.
Request for Help:
How should I fix this bug? What steps do I need to take to update the Supabase migration files and ensure the correct URL is used?
The text was updated successfully, but these errors were encountered: