How do we solve the issue of the backup not generating when deploying the source code?

The backup uploading notification is showing but not updating the backup. we can solve this issue by adding some files.

In case of showing ServiceContract/SC/Case/Case error, this error happening because of missing ServiceContract folder subfolder and its files. This folder include AddressBook, Case, Category etc. subfolders. After updating files we want to deploy through gulp deploy command.

If showing ‘Consider adding an import instead’ error then update the ‘third_parties’ folder and it’s ‘backbone.validation.d.ts’,’bignumber.d.ts’,’underscore.js.d.ts’ fiels. After that deploy the section.

If showing ‘receipts’ does not exist on type ‘Partial<orderHistory>’ error, this error happening because of the OrderHistrory fields are not defined. So we need to update the type. Now we add type as any, it includes all types.

If showing ‘Type ‘{}’ is missing the following properties from type ‘Apply[]’:length,pop,push,concat and 16 more’ error, this type of error happens because we do not define the structure for the result. So define the structure, and after that deploy the section.

Leave a comment

Your email address will not be published. Required fields are marked *