[GH-ISSUE #1750] Create recipient for document is not working #507

Closed
opened 2026-02-26 18:47:20 +03:00 by kerem · 1 comment
Owner

Originally created by @krupali-clavier on GitHub (Apr 16, 2025).
Original GitHub issue: https://github.com/documenso/documenso/issues/1750

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": "example@gmail.com", "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
Originally created by @krupali-clavier on GitHub (Apr 16, 2025). Original GitHub issue: https://github.com/documenso/documenso/issues/1750 ### 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": "example@gmail.com", "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
kerem 2026-02-26 18:47:20 +03:00
Author
Owner

@Dvalin21 commented on GitHub (Apr 20, 2025):

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?

<!-- gh-comment-id:2817020877 --> @Dvalin21 commented on GitHub (Apr 20, 2025): 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?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#507
No description provided.