we have been using the REST API to upload and update virtual goods from our tool. It all works correctly, but since yesterday, the POST call returns the following error:
{ "message" : "org.hibernate.collection.internal.PersistentBag cannot be cast to com.wagerz.devportal.domain.JsonRestObject" }
The baffling thing is that it works fine with curl and from the REST API documentation page, but if we try from other tools, we get the error above. This is a sample of the data we are trying to submit:
Marco Castorina
Morning,
we have been using the REST API to upload and update virtual goods from our tool. It all works correctly, but since yesterday, the POST call returns the following error:
The baffling thing is that it works fine with curl and from the REST API documentation page, but if we try from other tools, we get the error above. This is a sample of the data we are trying to submit:
The headers for authentication, accept, content-length and content-type are set correctly.
What are we missing?
Cheers!
This looks like an issue if you have a trailing slash on the url you are POSTing to. Can you verify you are posting to
and not
We'll get this addressed shortly.
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstTech Support
This looks like an issue if you have a trailing slash on the url you are POSTing to. Can you verify you are posting to
and not
We'll get this addressed shortly.
Marco Castorina
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2486 topics