Hi,
I have migrated my kentico 12 MVC application to Kentico 13 MVC 5 app using https://docs.xperience.io/installation/upgrading-to-xperience-13.
Migration is done successfully . But when I page builder - option in Kentico Admin , getting “Try reloading the administration interface. The user was not found in the JWT token, nor in the current virtual context URL.”
Error in Kentico Admin on my VS2022 localhost.
I am running app using VS 2022 on localhost and already tried below solution but still keep getting this error.
• I have removed all response security restrictions .
• Admin is running on different port and MVC on different port, so I added below key in MVC project.
• I also enabled ssl (https on localhost ) using Vs2002
But I am still getting the same below error
InvalidVirtualContextException: Try reloading the administration interface. The user was not found in the JWT token, nor in the current virtual context URL.]
Kentico.Content.Web.Mvc.VirtualContextPrincipalRetriever.GetPrincipal(String jwtToken) +417
Kentico.Content.Web.Mvc.VirtualContextPrincipalAssigner.SetVirtualContextPrincipal(IVirtualContextPrincipalRetriever virtualContextPrincipalRetriever) +229
CMS.Base.AbstractHandler.CallEventHandler(EventHandler1 h, TArgs e) +115
CMS.Base.AbstractHandler.Raise(String partName, List
1 list, TArgs e, Boolean important) +1012
CMS.Base.SimpleHandler2.RaiseExecute(TArgs e) +145
CMS.Base.SimpleHandler
2.StartEvent(TArgs e) +236
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +223
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +94