Getting an error file size too large while creating deployment package.

0
I am getting an error while creating the deployement package of our applictation , it showing that file name too large , I also create different from last deployed commit , but still it is showing the same error. Please refer to the below image.
asked
1 answers
1

Hello Sudhanshu,

 

The error says the file path/name is too long, nothing about the size. This issue occurs if your project is in too many subfolders:

 

C:/example_directory/main_directory/sub_directory/directory/project_directory

 

Try moving it to a higher level:

C:/example_directory/project_directory

answered