Rami Menai
Rami Menai
Same here, removing `pages/404.vue` fixed the issue in production.
I'm also experiencing the same issue. It says that my cookie is invalid despite my session working in the background
After debugging, I managed to track down the issue to this one api call ```lua function Stats.update_sessions() local stats_api = require("leetcode.api.statistics") local log = require("leetcode.logger") Stats.progress = {} -- Commenting...
Sure thing, here ```js { body = "Just a moment...*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;max-width:60rem;padding-left:1.5rem}@media (width
I can confirm that I'm not getting the error anymore, thanks!
Oh it seems I wasn't getting errors because I forgot to update my Lazy plugins after adding the `branch = "revert-disable-sessions"` code. These commands don't work and I'm getting the...
I believe I'm getting the same error as last time ```js { body = "Just a moment...*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;max-width:60rem;padding-left:1.5rem}@media (width
1. Sadly, it still throws an error after startup 2. The second command doesn't throw an error, it just says "Session not found" ```js { body = "Just a moment...*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe...
Any updates on this?
Same here, I just migrated to blink.cmp and I'm facing the same issue