Unhandled exception from EF Framework UpdateUserSessionAsync using SQL Server (BFF v3) #230
-
We are running BFF V3, where A similar error to the one that
Click to expand for full stacktrace
The exception is triggered by a This prevents sign in until they clear their cookies, which resolves the issue We run a single BFF with multiple frontends when testing, which might contribute to this issue ocurring e.g. app-test.example.com/.... Is the error able to be safely ignored, if exception handling was to be added to Or is the fix to upgrade asap to BFF v4 with support for multiple frontends? Thanks! (p.s. I posted a similar question last week to DuendeSoftware/products#1763 (comment) however I think because the issue is closed it would go un-noticed, so I'm asking here, hope that's okay - thank you!) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Bamarch, Thank you for your question. The challenge you're running into is that the Server side session implementation in V3 isn't multi-frontend aware and unfortunately there are no plans to make this multi-frontend aware in V3. Version 4 will have full support for multi-frontends and as such, the server side session store is also updated to help with this. Note, the current latest preview (preview 2) doesn't yet implement this. We'll have another preview available as soon as possible that will support this. |
Beta Was this translation helpful? Give feedback.
Hi Bamarch,
Thank you for your question. The challenge you're running into is that the Server side session implementation in V3 isn't multi-frontend aware and unfortunately there are no plans to make this multi-frontend aware in V3.
Version 4 will have full support for multi-frontends and as such, the server side session store is also updated to help with this. Note, the current latest preview (preview 2) doesn't yet implement this. We'll have another preview available as soon as possible that will support this.