aries-cloudagent-python
aries-cloudagent-python copied to clipboard
OOB invitation does not complete, gets deleted instead
I am running Traction and have a custom controller. Steps to the problem:
- Create an OOB invitation - checked and the endpoint is correct
- Invitation is accepted by mobile agent - Bifold
- Controller is called with state; "request" - auto accept is turned on
- Controller is called with state: "done"
- Controller is called with state: "deleted"
- Connection shows up as being in the "Request state"
The controller and web application code are not calling delete, there is no error message in the controller or the agent.
Any ideas on what could be causing this?