Fix URL version issue for docusign-connect template#431
Fix URL version issue for docusign-connect template#431itschetna wants to merge 1 commit intoaccordproject:mainfrom
Conversation
Signed-off-by: Chetna Singh <chetnasinghcs05@gmail.com>
|
@DianaLease how can we trigger the pipeline? |
DianaLease
left a comment
There was a problem hiding this comment.
I don't think downgrading the version is the correct way to fix this. We should see why version 0.10.0 didn't get published correctly to https://templates.accordproject.org/docusign-connect@0.10.0.html.
|
@DianaLease |
|
@DianaLease is there any other source from where we can fetch/get this models? |
|
@dselman do you know how the html gets generated for new versions of templates? It seems like it didn't correctly get generated for 0.10.0 of the docusign-connect template resulting in an empty page at https://templates.accordproject.org/docusign-connect@0.10.0.html |
https://github.com/accordproject/cicero-template-library/blob/main/run.js uses Nunjucks templates to generate the HTML. Try running it locally to debug the failure. |

Closes #390
This pull request fixes the invalid link for the docusign-connect template on the Accord Project Template Studio home page.
Changes
Updated the docusign-connect link in package.json to reference version 0.9.0 instead of 0.10.0.
Ensured that the correct link is now functional and redirects properly.
Flags
Verified functionality of the updated link in the Template Studio environment.
Screenshots or Video
No screenshots applicable as this is a backend link update.
Related Issues
Issue #390