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
I want to import existing data into a new parse-server instance (without using the migration tool).
However, when creating an object with a sett objectId using the rest api I get:
{u'code': 105, u'error': u'objectId is an invalid field name.'}
Also, if I delete the object id, the updatedAt and createdAt dates are not respected (they are set to the current date). Is there another way to import existing data?