-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
invalid key name: _noBody #448
Copy link
Copy link
Closed
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi,
I create an ParseObject in client side,
then, try to update the record using below code.
..
the saveAsync() failed....
when I print out the exception msg, it said "invalid key name: _noBody"
this error happen after I host the server myself, it is not happened before~
Can someone give me some hints? Thanks a lot.