I have just upgraded from V5.2 to V5.5 and am attempting to generate a user token.
I generate the token but when I hit save the following error is displayed.
Unrecognized field "token" (class org.traccar.model.User), not marked as ignorable (24 known properties: "readonly", "limitCommands", "deviceLimit", "poiLayer", "fixedEmail", "login", "name", "latitude", "administrator", "phone", "longitude", "userLimit", "zoom", "twelveHourFormat", "attributes", "deviceReadonly", "id", "email", "coordinateFormat", "disableReports", "password", "map", "disabled", "expirationTime"]) at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 3001] (through reference chain: org.traccar.model.User["token"])
I am using MS SQL database.
Any advice?
This error indicates that you're still using the old app. Are you sure you've upgraded everything? Have you cleared the browser cache?
Thanks Anton.
I opened in a private browser window and it was working fine.
I have cleared my cache on the normal browser and everything is looking good.
Regards, Ian
I have just upgraded from V5.2 to V5.5 and am attempting to generate a user token.
I generate the token but when I hit save the following error is displayed.
I am using MS SQL database.
Any advice?