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?
The text was updated successfully, but these errors were encountered:
For the time being, yes. Parse.com's Dashboard allowed JSON to be imported via the dashboard since you did not have direct access to the database. For Parse Server, you can import data directly into the mongo database, no need to go through the server.
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?
The text was updated successfully, but these errors were encountered: