Please describe the expected behavior of the issue, starting from the first action.
1.call register methode
2.get success callback and a registered user
3.
Actual Behavior
server returns exception during method invocation while trying to register new user
Please provide a description of what actually happens, working from the same starting point.
Be descriptive: “it doesn’t work” does not describe what the behavior actually is – instead, say “the request returns a 400 error with message XXX”. Copy and paste your logs, and include any URLs.
1.tries to call register method
2.handleFault is called with “exception during method invocation” faultcode “Server.Processing”
works properly, and login also works, but updating user information with
Backendless.UserService.update
returns this error
E/Error: BackendlessFault{ code: 'Server.Processing', message: 'unable to adapt parameter to a method argument type. unable to create an instance of com.backendless.persistence.JsonDTO. Default no-argument constructor is required', detail: 'unable to adapt parameter to a method argument type. unable to create an instance of com.backendless.persistence.JsonDTO. Default no-argument constructor is required', extendedData: '{}' }
I juste have one question please, does money have anything to do with it ? I have 90 backendless bucks in my account right now and I dont know if thats enough to have more data.
Thanks a lot, for now I am thinking maybe some firebase configuration is the cause, I’ll work on that and see if it helps and post results here, or I’ll try to reproduce it in a sample project and share code.