Closed
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Jellyseerr LXC
π What was the exact command used to execute the script?
update
π Provide a clear and concise description of the issue.
After updating "Jellyseerr LXC" by using "update", Jellyseerr gets broken.
Update requires deleting of certain directories before building, at least if updating from v2.0.1 or older!
The same problem has been reported in this closed issue report:
Jellyseerr breaking change #216
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
run Update
β Paste the full error output (if available).
Update reported to be successfull,
but Webfrontend is not reachable
πΌοΈ Additional context (optional).
This solved the problem:
Installing PNPM Package Manager:
curl -fsSL https://get.pnpm.io/install.sh | sh -
source /root/.bashrc
manual update, according to the github release page
cd /opt/jellyseerr
git pull
rm -r dist
rm -r .next
rm -r node_modules
CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile
pnpm build
systemctl restart jellyseerr
Metadata
Assignees
Labels
No labels