You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the UI is setup to use the Kleros recipient registry, noticed errors in the console log and the project profile is missing tagline, and other information.
Sample error in the console looks like this:
[Vue warn]: Error in render: "Error: Input data should be a String"
found in
---> <Transaction> at src/components/Markdown.vue
<ProjectProfile> at src/components/ProjectProfile.vue
<ProjectView> at src/views/Project.vue
<Clr.fund> at src/App.vue
<Root>
The issue appeared to be that the UI had evolved over time and added more field for project profile but the mapping of Kleros metadata was not updated.
This issue was discovered testing PR #473.
When the UI is setup to use the Kleros recipient registry, noticed errors in the console log and the project profile is missing tagline, and other information.
Sample error in the console looks like this:
The issue appeared to be that the UI had evolved over time and added more field for project profile but the mapping of Kleros metadata was not updated.
Following lines showed only name, address, imageUrl and description fields are available for Kleros project.
https://github.com/clrfund/monorepo/blob/develop/vue-app/src/api/recipient-registry-kleros.ts#L51-L55
The text was updated successfully, but these errors were encountered: