Dinesh
Dinesh
@yashwanth2714 - nope I couldn't figure out.
Nice!! are you using docker? Or directly running the app?
You could use a nginx to proxy the requests through, and that way you can apply SSL on your nginx using lets-encrypt or something.
Ran into the same error here. Basically, When I attempted to lookup for a credential definition that no longer exists on the Ledger. ACA-PY simply crashes and shows this error...
@pradeepsonisoni - I have not. I think the custom component has some issues with the way how it implemented updating the component value. Also, starting from version Formio/angular version 6.0.0...
> I had this question too, and no one answered. > > The solution I came up with was to create a global service, and within it there are methods...
Thanks @adhonay, that makes sense now. Actually, a better approach would be to fork the custom component and modify the logic there. https://github.com/formio/angular/tree/5.5.x/projects/angular-formio/src/custom-component
Same issue on Mac M1. Not sure how to install kvm on m1.
We encountered the identical problem in our NS Aca-py instance too. We have implemented the Caddy + Aca-py combination as our mediator, which transitions requests from `https://` to `wss://`. This...
Found the culprit or at least in my case. Looks like the order in which you define the `endpoint` is what causes this issue. > Also, I should mention, in...