Deploy changes on the cloud

0
  Hi, I'm going to deploy my changes on accp. Environment cloud then gets the following error how can solve it? 'Check prerequisites' [compile] 2022-12-03T02:47:53.348900444Z Checking for errors... [compile] 2022-12-03T02:47:59.756593503Z ERROR: The project cannot be deployed, because it contains errors. [compile] 2022-12-03T02:47:59.758596161Z ERROR at (unknown location): The theme could not be compiled: [compile] 2022-12-03T02:47:59.7586172732 Error: Can't find stylesheet to import. [compile] 2022-12-03T02:47:59.758621436Z, [compile] 2022-12-03T02:47:59.758624616Z 2 | @import '../.. /themesource/1BXAppLayout/web/company-header": [compile] 2022-12-03T02:47:59.7586277682 | [compile] 2022-12-03T02:47:59.7586308542 [compile] 2022-12-03T02:47:59.758633708Z /workspace/build /source/theme/web/main.scss 2:9 @use [compile] 2022-12-03T02:47:59.7586369542 /workspace/build /source/deployment/sass/main.scss 21:1 root stylesheet [compile] 2022-12-03T02:47:59.759510817Z BUILD FAILED      
asked
2 answers
0

Hi Dnyaneshwar,
It seems like version control issues may be the merge conflict. Check out the project file with the Tortoise SVN tool, if I’m not wrong the issue is in the SCSS team file.
Basically, it will happen due to merging the codes. Resolve the issue by using the tool and try to clean the deployment directory and continue your process.

answered
0

Have you checked your errors? Try resolving them.

You may try again later if the error persists.

answered