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
A coworker was playing with Prime CMS for a while and noticed that one of the Content Types could be somehow corrupted. Whenever they tried to save a page with slices on it, the slices info just disappeared for no reason. We inspected the requests and found out that the updateDocument graphql mutation was returning an error.
{
"errors":[
{
"message":"The loader.load() function must be called with a value,but got: undefined.",
"locations":[
{
"line":2,
"column":3
}
],
"path":[
"updateDocument"
],
"extensions":{
"code":"INTERNAL_SERVER_ERROR"
}
}
],
"data":null
}
Not sure tho of what was happening under the hood. Hope it helps.
The text was updated successfully, but these errors were encountered:
cusspvz
changed the title
Error while updating
Error on saving/publishing a Document - updateDocument mutation
Jul 15, 2019
A coworker was playing with Prime CMS for a while and noticed that one of the Content Types could be somehow corrupted. Whenever they tried to save a page with slices on it, the slices info just disappeared for no reason. We inspected the requests and found out that the
updateDocument
graphql mutation was returning an error.Here's more info about that specific request:
request
response
Not sure tho of what was happening under the hood. Hope it helps.
The text was updated successfully, but these errors were encountered: