getCurrentSolutionByFile: no 'index.jigx' found for context file error in output

If you happen to encounter this error in your output, the good news is:

  1. It’s nothing to be concerned about
  2. You can still publish your solution
  3. You can rectify the situation yourself

The reason you are seeing this is due to the fact that some of your jigs are deeply nested.

For instance, if the path looks like this you may encounter this error:
jigs/templates/widgets/2x2/value

If the patch looks like this, you may not encounter this error:
jigs/templates/widgets

So by removing some of the nested folders and making it less deep, you will resolve this issue.

1 Like