Hi guys,
I am running a live project on DW10.22.15 (hosted in Dynamicweb cloud)
I am trying to export users from Backend using the standard Export functionality and the Default preset.
I get this error:
2026-04-22 11:34:40.1279: Error while saving command log for model. Model Type: 'Dynamicweb.Users.UI.Models.UserListModel', Model ID: ''.. System.ArgumentException: Invalid revision data. Original model or updated model do not have the same type: 'Dynamicweb.Users.UI.Models.UserListModel'.
at Dynamicweb.CoreUI.Data.CommandLog.CommandLogModelData.ValidateModelData(Object original, Object updated, Type modelType)
at Dynamicweb.CoreUI.Data.CommandLog.CommandLogModelData.Create(Object original, Object updated, Type modelType)
at Dynamicweb.CoreUI.Data.CommandLog.CommandLog.SetModelData(Object original, Object updated, Type modelType)
at Dynamicweb.Management.Api.Controllers.Api.DataController.RegisterCommandLog(Type commandType, String commandBody, Type modelType, Object originalModel, Object updatedModel, CommandResult result, CommandBase command)
2026-04-22 11:34:40.1383: Request headers: [
"Accept",
"Accept-Encoding",
"Accept-Language",
"Authorization",
"Connection",
"Content-Length",
"Content-Type",
"Cookie",
"Host",
"Referer",
"User-Agent",
"sec-ch-ua-platform",
"sec-ch-ua",
"sec-ch-ua-mobile",
"origin",
"sec-fetch-site",
"sec-fetch-mode",
"sec-fetch-dest",
"priority"
]
2026-04-22 11:34:40.1386: Request item keys: [
"Dynamicweb.Environment.Web",
"__AuthorizationMiddlewareWithEndpointInvoked",
"Dynamicweb|UserContext",
"DW_Current_ExecutionTable"
]
2026-04-22 11:34:40.1388: Request form: []
Is this a bug or something to do with my instance?
Thank you,
Adrian