-
Hi, I have setup memory as
now in my UI it is not appearing . Loaded in backend but not appearing in the UI. I am using the version 0.8.3-rc1 ando it is not appearing , loading in the backend but not appearing in frontend. |
Beta Was this translation helpful? Give feedback.
Answered by
mansiibm
Sep 16, 2025
Replies: 2 comments 3 replies
-
Some special permission is required for it? from the new version? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mansiibm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, after introspection on the database we found certain points which might help users to overcome the challenge. In the database there is the table for - roles . If after you have applied the v0.8.3-rc3 version, run the migration commands as -
npm run migrate:agent-permissions
npm run migrate:prompt-permissions
there are high chances that you might still not see the memory section . The reason being that in the database for roles table the following upgrade does not happpen automatically.
The memory section is false for all actions that can be done for memory by an Admin, as a result of which the memory tab does not even appear in the right-hand side panel even for the admin so that …