Existing agents and prompts go missing #9126
-
What happened?Hi I was using this image- up until now- v0.8.0-rc2 and all my agents were working properly and visible to me , ![]() ![]() Now I tried setting the image- docker pull ghcr.io/danny-avila/librechat-dev-api:a6fd32a15aa1e7c511858c215fa31af9dedfdfc1 and all my agents are wiped out- ![]() ![]() I had to create a new one for this image. So, after the dev-api image is active and I try running the migration I am facing this issue - ![]() Please let me know if I am not doing something properly. Version InformationImage used - docker pull ghcr.io/danny-avila/librechat-dev-api:a6fd32a15aa1e7c511858c215fa31af9dedfdfc1 Steps to Reproduce
What browsers are you seeing the problem on?Microsoft Edge Relevant log output/app/api # npm run migrate:agent-permissions
npm error Lifecycle script `migrate:agent-permissions` failed with error:
npm error workspace @librechat/[email protected]
npm error location /app/api
npm error Missing script: "migrate:agent-permissions"
npm error
npm error To see a list of scripts, run:
npm error npm run --workspace=@librechat/[email protected]
/app/api # npm run --workspace=@librechat/[email protected]
npm error No workspaces found:
npm error --workspace=@librechat/[email protected]
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-08-18T06_35_32_629Z-debug-0.log
/app/api # npm run --workspace=@librechat/backend@ ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
This is intentional, check your startup logs.
The location should be |
Beta Was this translation helpful? Give feedback.
-
For anyone else stumbling across this who may have a hard time finding the script:
|
Beta Was this translation helpful? Give feedback.
This is intentional, check your startup logs.
The location should be
/app/
not/app/api