Jellyseerr breaking change #40

Closed
opened 2026-02-04 16:21:36 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @blunweon on GitHub (Nov 13, 2024).

Originally assigned to: @MickLesk on GitHub.

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

New Jellyseerr install v2.1.0 requires for deleting of certain directories before building.

What settings are you currently utilizing?

Advanced Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

I tried the default "update" command and it did not manage to build the binary properly. Hence, I followed the steps given on the official discord announcement channel and their github release page to delete the directories before building.

Steps I did to update to the newest version:

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

Please provide detailed steps to reproduce the issue.

No response

Originally created by @blunweon on GitHub (Nov 13, 2024). Originally assigned to: @MickLesk on GitHub. ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. New Jellyseerr install v2.1.0 requires for deleting of certain directories before building. ### What settings are you currently utilizing? Advanced Settings ### Which Linux distribution are you employing? Debian 12 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. I tried the default "update" command and it did not manage to build the binary properly. Hence, I followed the steps given on the official discord announcement channel and their [github release page](https://github.com/Fallenbagel/jellyseerr/releases/tag/v2.1.0) to delete the directories before building. Steps I did to update to the newest version: ``` 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 ``` ### Please provide detailed steps to reproduce the issue. _No response_
OVERLORD added the bug label 2026-02-04 16:21:36 +03:00
Author
Owner

@EnduringGuerila commented on GitHub (Nov 14, 2024):

Wait, why was this closed? I just updated and jellyseerr.service kept failing to start.

Can confirm this fixed it.

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
@EnduringGuerila commented on GitHub (Nov 14, 2024): Wait, why was this closed? I just updated and jellyseerr.service kept failing to start. Can confirm this fixed it. ``` 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
Author
Owner

@MickLesk commented on GitHub (Nov 14, 2024):

sorry i mixed up the issue with jellyfin 😄 now it should fit. Please give feedback

@MickLesk commented on GitHub (Nov 14, 2024): sorry i mixed up the issue with jellyfin :smile: now it should fit. Please give feedback
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#40