Greetings, I tried Building second instance from source. I had gone through some already discussed forums and changed web.port and devices port in traccar2 default.xml. I also Changed port on vite.config.js. The instance is running but when i tried registering first user It showed this error:
Unrecognized field "totpKey" (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: 75] (through reference chain: org.traccar.model.User["totpKey"])
is there something i missed?
Yeah, you missed the part where you should be using the version tag matching your installed Traccar.
Thank You Anton, It worked.!!
Greetings, I tried Building second instance from source. I had gone through some already discussed forums and changed web.port and devices port in traccar2 default.xml. I also Changed port on vite.config.js. The instance is running but when i tried registering first user It showed this error:
is there something i missed?