-
-
Notifications
You must be signed in to change notification settings - Fork 562
Description
Description
OS - Windows 11
Jellyseerr Version - v1.7.0
Upon running "yarn start" after installing, I get the following error :
"2023-09-14T06:38:30.097Z [error]: EntityMetadataNotFoundError: No metadata for "User" was found.
at DataSource.getMetadata (C:\Users\Username\jellyseerr-1.7.0\node_modules\typeorm\data-source\DataSource.js:295:19)
at get metadata [as metadata] (C:\Users\Username\jellyseerr-1.7.0\node_modules\typeorm\repository\Repository.js:15:40)
at Repository.count (C:\Users\Username\jellyseerr-1.7.0\node_modules\typeorm\repository\Repository.js:160:40)
at C:\Users\Username\jellyseerr-1.7.0\dist\index.js:112:45
Note: This command was run via npm module 'win-node-env'
error Command failed with exit code 1."
I was facing the same issue with v1.6.0, although downgrading to v1.5.0 fixed it for me. I was hoping to get a fix with the new update, but unfortunately I'm in the same situation as I was with the previous build.
I'd appreciate any help I can get.
PS - I do not know a thing about developing code, all I do is follow installation instructions. Please give me steps to typescript related fixes if possible. Thanks in advance!
Version
1.7.0
Steps to Reproduce
- Extract the source code in C:/Users/Username
- Open CMD in the extracted folder
- Run commands (sequentially)
npm i -g win-node-env
yarn install
yarn run build
yarn start
Screenshots
No response
Logs
No response
Platform
desktop
Device
PC
Operating System
Windows 11
Browser
Firefox
Additional Context
No response
Code of Conduct
- I agree to follow Overseerr's Code of Conduct