I need to deploy a series of datatypes to another environment. So I deployed the datatypes and then the datastore, and overwrote the original. Now the datatypes I needed are on the new datastore.But when I go on with the deployment sending the rest of the changes to my environment, the Data store entities constants related to the datatypes I recently sent to my other environment give me the following error: UnresolvedDataStoreEntityException: entity [...] in data store [id=... uuid=...] cannot be found.help, please!
Discussion posts and replies are publicly visible
Is it possible that the datastore is not mapped to the data source?
Simply open the Data Store in the target env and map it to the appropriate datasource and publish.
I would suggest that you name the data sources the same in all your environments.