question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[error][Auth]: Cannot read properties of undefined (reading 'Id')

See original GitHub issue

Description

Cant get jellyseerr setup because of the error [error][Auth]: Cannot read properties of undefined (reading 'Id')

Version

1.2.1

Steps to Reproduce

  1. Start it with docker-compose
  2. Try to login
  3. Look in the Logs with docker compose logs jellyseerr

Screenshots

No response

Logs

No response

Platform

desktop

Device

/

Operating System

Ubuntu 20.04

Browser

Firefox

Additional Context

No response

Code of Conduct

  • I agree to follow Overseerr’s Code of Conduct

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Minionflocommented, Nov 15, 2022

It was a problem with my jellyfin instance. It was bugging with the BaseUrl option after setting it to nothing and restarting jellyfin a few times it works

0reactions
Minionflocommented, Nov 15, 2022

i didnt work. i still get the same error

Could you share your docker-compose? Also did you remove the config folder contents before rerunning the container?

docker-compose:

jellyseerr:
    image: fallenbagel/jellyseerr:latest
    restart: unless-stopped
    environment:
      - TZ=Europe/Berlin
    ports:
        - 5138:5055
    volumes:
      - ./jellyseerr:/app/config
    networks:
      default:
        ipv4_address: 10.10.28.100

yes i did but it still threw the same error

Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeError: Cannot read properties of undefined (reading 'id')
I have this error in my terminal: TypeError: Cannot read properties of undefined (reading 'id').
Read more >
Cannot read properties of undefined (reading 'id') - TrackJS
In this case, our code expects to have an object with a id property, but that object was not present.
Read more >
Cannot Read Property of Undefined in JavaScript - Rollbar
TypeError : Cannot read property of undefined occurs when a property is read or a function is called on an undefined variable.
Read more >
cannot read properties of undefined (reading 'auth') - You.com
In auth.js, where you wrote: "const data = { user:{id: user.id} };" Try changing user.id to user._id ...
Read more >
TypeError: Cannot read properties of undefined ... - GitHub
Steps to Reproduce Moving tasks After done it two-three times it crashes Console Output global-error-handler.class.ts:33 GLOBAL_ERROR_HANDLER TypeError: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found