Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Documenso

12 Topics 106 Posts
  • Documenso - Package Updates

    Pinned
    30
    0 Votes
    30 Posts
    5k Views
    Package UpdatesP
    [1.18.0] Update documenso to 2.7.0 Full Changelog feat: per-recipient envelope expiration by Mythie in #​2519 feat: better ratelimiting by Mythie in #​2520 fix: omit fieldId from embed create endpoints by Mythie in #​2523 fix: update button width to fit content in public profile page by @​KarloDerEchte in #​2506 feat: add admin email domain management and sync job by @​Mythie in #​2538 feat: support optional read replicas by @​Mythie in #​2540 fix(i18n): mark supported languages for translation by @​mKoonrad in #​2377 fix: handle cjk and special chars when slugifying by @​Mythie in #​2544 fix: return all documents from V1 API regardless of folder by @​ephraimduncan in #​2471 feat: docs v2 by @​Mythie in #​2460
  • Documenso does not come up after update to 1.6.0

    16
    1 Votes
    16 Posts
    3k Views
    G
    The root cause is that self-hosted Teams have no customerId (Stripe ID). The migration copies it onto the Subscription, gets NULL, then deletes the Subscription. Run these before upgrading: sqlUPDATE "Team" SET "customerId" = 'cus_selfhosted_' || id WHERE "customerId" IS NULL; Then create Subscription records for any Teams missing them. If you've already attempted the upgrade and it failed, you'll also need to clean up 10 partially-created tables before retrying.
  • Signing certificate not included in document download

    24
    1
    0 Votes
    24 Posts
    5k Views
    vladimir.dV
    @andirahmat How big a document were you trying to sign? Could you try to sign a small pdf just with one page? I've tried to reproduce the issue but had no luck. First I installed v1.7.0, the signing certificate page was succesfully generated there, then I updated the app to v1.7.1, and signed a new document - Signing certificate page was attached as well.
  • S3 Storage Support

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    jamesJ
    Closed due to inactivity
  • Documenso status stays on pending after all signers complete sign

    2
    1 Votes
    2 Posts
    632 Views
    jamesJ
    Hello @Isaac This is the Cloudron Community. Since you stated you are hosting Documenso on proxmox we are unable to assist you any further. But since you found us, maybe Cloudron can help you to host Documenso so it works out of the box!
  • Error 500 when adding a signature field via Documenso API

    2
    0 Votes
    2 Posts
    754 Views
    nebulonN
    Seems like an app internal issue, but maybe some packaging side-effect, hard to tell without any server side logs. Are you able to create signature fields using the UI itself?
  • oidc signup only - improved defaults

    Solved
    3
    2 Votes
    3 Posts
    647 Views
    girishG
    @wheez good idea, I have fixed up the package.
  • Create New CERT

    Solved
    7
    1 Votes
    7 Posts
    2k Views
    J
    Thanks @CptPlastic & @nebulon for working through this. I've got mine up and running now. Best, Jon
  • Documenso Errors When Signing/Completing a Document

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    nebulonN
    As with the feedback from @CptPlastic at https://forum.cloudron.io/topic/12281/create-new-cert this shoud be solved then if you follow the adjusted docs https://docs.cloudron.io/apps/documenso/#signing-certificate
  • OpenSSL Read Only System Error

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    J
    @nebulon Thank you nebulon! I realized I was in the wrong directory and got it working. Best, Jon
  • Redirect to localhost:3001 from a share link

    Solved
    2
    0 Votes
    2 Posts
    969 Views
    nebulonN
    This should be fixed with package version 0.2.0 published by now. This will redirect the link from the success share card to the upstream project URL for https://documenso.com https://git.cloudron.io/cloudron/documenso-app/-/commit/23d52ca75fb33ee10d1ad5ef965dc387ebb5f6c9
  • Do you have any idea where to configure the page with the terms?

    Solved
    3
    0 Votes
    3 Posts
    983 Views
    J
    Mail template (with their company address) is hardcoded at https://github.com/documenso/documenso/blob/main/packages/email/template-components/template-footer.tsx#L22