-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Which component is this issue related to?
Deploy
Which Umbraco Commerce version are you using? (Please write the exact version, example: 10.1.0)
15.3.5 (Umbraco.Commerce.Deploy 15.0.0-rc1)
Bug summary
When restoring or pushing content containing products with variants, the transfer fails, because product attributes are missing.
Schema mismatch
While trying to restore, we found schema mismatches between your environments. To be able to restore content, first make sure you have deployed all pending schema changes between your environments in the portal.
If you are still experiencing problems, please refer to the documentation on how to [troubleshoot schema errors on Umbraco Cloud](https://docs.umbraco.com/umbraco-cloud/troubleshooting/deployments).
The following items should be reviewed:
Umbraco commerce product attribute umb://umbraco-commerce-product-attribute/4b6945a587a343a69f18018dd5b5c8d8
umb://umbraco-commerce-product-attribute/4b6945a587a343a69f18018dd5b5c8d8
Entity does not exist in target environment.
Umbraco commerce product attribute umb://umbraco-commerce-product-attribute/fbb0a3f1c48c4da7971d018dd5b729e6
umb://umbraco-commerce-product-attribute/fbb0a3f1c48c4da7971d018dd5b729e6
Entity does not exist in target environment.
Tried exporting new udas, no product attribute uda files showed up.
Tried resaving the product attributes, not uda files showed up.
Something must be missing in the Deploy provider
Specifics
No response
Steps to reproduce
Add a product attribute to your store
Use the attribute for variant on a product
Install Umbraco.Commerce.Deploy
Export uda's or save the product attributes
(you can use the demo store (https://github.com/umbraco/Umbraco.Commerce.DemoStore) as it has everything you need)
Expected result / actual result
Expected uda files for the product attributes, but none was showing up.
Dependencies
No response