-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Can't add new Brain -- UI doesn't display brain choice #2322
Comments
Hey there, @Croccodoyle! Great to see you diving into the depths of quivr again. What's cooking in your Brain kitchen today? 🧠🍳 Based on the error logs you've provided, it seems like there might be an issue with the server's authorization process. The 403 (Forbidden) status code typically indicates that the server understands the request but refuses to authorize it. This could be due to a few reasons:
Given the context and the nature of the error, the first step should be to verify the user's permissions and ensure that the login process is completing successfully with the correct session information. Following that, reviewing any recent changes to the backend API and ensuring the frontend is aligned with those changes would be crucial. Lastly, checking the browser console for additional errors and reviewing the network requests for failed requests can provide more insight into the issue. As for the expected behavior of the "Add New Brain" functionality, it should present the user with a form to input a "Brain name" and "Description", set the visibility of the brain to either "Private" or "Public", and provide confirmation messages upon successful creation or error during the creation process. It also allows for the configuration of brain parameters, inviting new users to the brain, and managing the brain's visibility status. This is based on the localization keys and values provided in the I hope this helps in identifying the potential causes of the issue. If you need further assistance, please provide more details about the steps you took before encountering the error, any changes made to the codebase or server configuration, and any additional error messages or logs. Sources
|
Sorry, had posted this in a dup (#2332) I ran into the same thing: no options to choose from when trying to create a new brain, despite running migrations. As a side note, I occasionally run into issues with the scripts, where supabase throws an error "[bla bla] script is too long [bla bla]" or it throws some other error that stops execution mid-script. I think that's what happened here for me. Something died mid-script before getting ot the good parts. As a sanity check, I created a brand new db with all the scripts (and ran the too long init script in two halves). integrations (empty, no rows) in supabase SQL Editor, RUN (from the seed file): INSERT INTO "public"."notifications" ("id", "datetime", "chat_id", "message", "action", "status") VALUES |
Thanks for your contributions, we'll be closing this issue as it has gone stale. Feel free to reopen if you'd like to continue the discussion. |
What happened?
No choice of brain available on Chrome Version 122.0.6261.112 (Official Build) (arm64) or Safari Version 17.3.1 (19617.2.4.11.12).... Running on Sonoma 14.3.1
Relevant log output
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: