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

13 Topics 118 Posts
  • Documenso - Package Updates

    Pinned Locked
    39
    0 Votes
    39 Posts
    10k Views
    Package UpdatesP
    [1.25.0] Update documenso to 2.15.0 Full Changelog fix: auto select field on drop by @dguyen in #3028 feat: add field multiselect by @dguyen in #3031 fix: invite email placeholder by @Mythie in #3045 fix: tighten permission and validation checks by @Mythie in #3046 fix: scope organisation group deletion by @dguyen in #3047 fix: add missing teams branding guard by @dguyen in #3049 fix(email): render Preview inside Body across all email templates by @martindglaser in #3004 feat: add granular signin disable flags and OIDC auto-redirect by @kengru-digito in #2857 fix: block invisible & control characters and URLs in names by @catalinpit in #2978 feat: enable real-time validation for email and password fields by @tanushree-coder-girl in #2204
  • Please Allow disabling Sign-Up

    3
    2 Votes
    3 Posts
    327 Views
    D
    @james Thanks for the quick response! I started out with the SSO option because I prefer it, but user invites were failing to go through the create account flow. They received an e-mail, but when clicking the link to create the account it took them straight to the sign-in page.
  • Documenso does not come up after update to 1.6.0

    16
    1 Votes
    16 Posts
    4k 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
    7k 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
    2k Views
    jamesJ
    Closed due to inactivity
  • Documenso status stays on pending after all signers complete sign

    2
    1 Votes
    2 Posts
    986 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
    1k 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
    936 Views
    girishG
    @wheez good idea, I have fixed up the package.
  • Create New CERT

    Solved
    7
    1 Votes
    7 Posts
    3k 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
    2k 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
    1k 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