TypeError: Cannot destructure property 'session_id' of 'session' as it is null. #998
Replies: 7 comments 2 replies
-
Looks like there is a problem with creating the session (when someone visits the page, we generate and save the session). But that should only happen when we register a pageview. Does the rest of the app run fine? |
Beta Was this translation helpful? Give feedback.
-
yes the rest of the app runs fine, however I think a lot of visits are not logged because of this.
|
Beta Was this translation helpful? Give feedback.
-
I have the same issue with a simple Node.js server (16.8.0) + Caddy server proxy :/. How can we solve this issue ? |
Beta Was this translation helpful? Give feedback.
-
I'm facing a similar issue, but its happening when I'm migrating an existing Umami db to a new server. I've setup a new server which is currently just running Umami (From the steps in installing from source)
It's not an application error, because when I used a clean DB, everything works as expected. |
Beta Was this translation helpful? Give feedback.
-
I'm getting the same error after upgrading to versions > 1.34 (Postgres) |
Beta Was this translation helpful? Give feedback.
-
I have the exact same error on a new setup, just using the docker-compose file, nothing else. |
Beta Was this translation helpful? Give feedback.
-
This is fixed in v1.36.1 |
Beta Was this translation helpful? Give feedback.
-
My docker deployed instance is logging the following error on production:
I'm not sure how to get additional information of why this is happening.
Beta Was this translation helpful? Give feedback.
All reactions