Error during applying patch v2.15.1

Hello,

When I want to apply the patch v.2.15.1 I have the following error:

git apply v2.15.1.patch
error: patch failed: src/app/services/services.module.ts:127
error: src/app/services/services.module.ts: patch does not apply

What I have to do?

In advance, thanks!

Are you trying to build the web vault version 2.15.1 or the master branch? the tagged version works but the master branch might have incompatible changes.

Hello,

I’m on the master branch… So, OK, I have to clone the 2.15.1 branch!

Thanks!