documenso icon indicating copy to clipboard operation
documenso copied to clipboard

Create recipient for document is not working

Open krupali-clavier opened this issue 8 months ago • 1 comments

Issue Description

I'm using Documenso to manage document and signature service with our system I'm using it as below order

https://app.documenso.com/api/v1/templates/{templateID}/generate-document- works

https://app.documenso.com/api/v1/documents/{documentId}/recipients - not working Payload : { "name": "example", "email": "[email protected]", "role": "SIGNER", "signingOrder": 1, "authOptions": { "actionAuth": "ACCOUNT" } }

Response:

    "message": "An error has occured while creating the recipient"
}```


### Steps to Reproduce

_No response_

### Expected Behavior

_No response_

### Current Behavior

_No response_

### Screenshots (optional)

_No response_

### Operating System [e.g., Windows 10]

_No response_

### Browser [e.g., Chrome, Firefox]

_No response_

### Version [e.g., 2.0.1]

_No response_

### Please check the boxes that apply to this issue report.

- [ ] I have searched the existing issues to make sure this is not a duplicate.
- [ ] I have provided steps to reproduce the issue.
- [ ] I have included relevant environment information.
- [ ] I have included any relevant screenshots.
- [ ] I understand that this is a voluntary contribution and that there is no guarantee of resolution.
- [ ] I want to work on creating a PR for this issue if approved

krupali-clavier avatar Apr 16 '25 04:04 krupali-clavier

documenso-app | ✓ Starting... documenso-app | ✓ Ready in 180ms documenso-app | Error: No session found documenso-app | at c (/app/apps/web/.next/server/chunks/5529.js:1:1196290) documenso-app | at async b (/app/apps/web/.next/server/app/(dashboard)/documents/page.js:1:19746) { documenso-app | digest: '4048758657' documenso-app | } have you gotten an error similar to this one?

Dvalin21 avatar Apr 20 '25 06:04 Dvalin21