You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParseException [code=111, error=schema mismatch for Request.author; expected Pointer<_User> but got Pointer<users>]
at org.parse4j.command.ParseResponse.getParseError(ParseResponse.java:122)
at org.parse4j.command.ParseResponse.getException(ParseResponse.java:78)
at org.parse4j.ParseObject.save(ParseObject.java:486)
at com.test.automation.controller.RequestController.createRequestObject(RequestController.java:119)
at com.test.automation.controller.RequestController.saveRequest(RequestController.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
What's going wrong here?
The text was updated successfully, but these errors were encountered:
Anybody else have a similar problem?
pom.xml: I'm using the latest SNAPSHOT build as my Parse4J dependency.
Exception:
What's going wrong here?
The text was updated successfully, but these errors were encountered: