Hi,
After installation (10.0.15), i'm immediately faced with a NullReferenceException when opening the tool in the backoffice:
System.NullReferenceException, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: Object reference not set to an instance of an object.
at NewsletterStudio.Web.Services.CurrentUserService.GetBackofficeClaimsIdentity()
at NewsletterStudio.Web.Services.CurrentUserService.GetCurrent()
at NewsletterStudio.Core.Services.WorkspaceService.<CurrentUserAccess>b__31_0()
Is this fixed in newer versions already? Will it be fixed for 10? We would be unable to upgrade from Umbraco 10 for a while, so this issue unfortunately completely blocks us from using Newsletter studio.
Issue with chunked cookies
Hi, After installation (10.0.15), i'm immediately faced with a NullReferenceException when opening the tool in the backoffice:
Looking at and debugging the source, it looks like chunked cookies are not handled at all. I think it's the exact same issue described here: https://github.com/umbraco/Umbraco-CMS/issues/13402
Is this fixed in newer versions already? Will it be fixed for 10? We would be unable to upgrade from Umbraco 10 for a while, so this issue unfortunately completely blocks us from using Newsletter studio.
Hi!
Sorry to hear that you're having this issue and thanks a lot for making me aware, I have not seen it before.
After looking at the Github-issue it seems like it is related to having many user groups? I this the case for use as well?
Do you have a solid way to reproduce the issue? I will try my self but if you have any insights that would be very helpful.
All the best!
// Markus
Hey, yes it seems to be related to the number of assigned groups plus areas. My user has the following groups:
And when create and log in with a user with the following groups, the cookie is not chunked, and i can get into newsletter studio without issue:
Hi!
Just updating here to let you know that a fix for this has been included in the latest releases for supported Umbraco versions.
https://www.newsletterstudio.org/versions/10/
is working on a reply...