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 105 Posts
  • Documenso - Package Updates

    Pinned
    29
    0 Votes
    29 Posts
    5k Views
    Package UpdatesP
    [1.17.0] Update documenso to 2.6.0 Full Changelog fix: exclude soft-deleted documents from folder count by @misha366 in #2410 fix: send organisation member removal email to correct user by @catalinpit in #2405 feat: add bulk document selection and move functionality by @catalinpit in #2387 fix: correct webhook event name in documentation by @Lahirudahampath03 in #2424 fix(i18n): mark missing strings for translation in card components by @mKoonrad in #2308 feat: autoplace fields from placeholders by @catalinpit in #2111 feat: add license integration by @dguyen in #2346 feat: allow non-team members as default recipients by @catalinpit in #2404 fix: resolve safari cert download issues by @dguyen in #2430 fix: add license logging by @dguyen in #2431
  • Documenso does not come up after update to 1.6.0

    16
    1 Votes
    16 Posts
    2k 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
    612 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
    726 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
    632 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
    881 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
    963 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