Skip to content

Jellyseer Update FAILΒ #1314

Closed
Closed
@seneca13

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions