daviddm

Results 4 comments of daviddm

I'm using the same pattern and are experiencing the same issue. I have a fix that solves my setup. On `api.js:41` I add this ```javascript router.router.stack.forEach(function(stack) { this.apiRoutes.push({ route: {...stack,...

```typescript import { Router } from "koa-joi-router"; type Params = { rootRouter: Router; router: Router; path: string; }; export const addRouterToPath = (params: Params) => { const { router, rootRouter,...

I updated the test and made a PR with it https://github.com/WebOfTrust/signify-ts/pull/258 When running the tests the member that tries to join the multisig-group is able to do it and can...

@Arsh-Sandhu I just tried this and I'm not really sure which endpoint this will invoke. Which version of KERIA did you use for this?