cadt icon indicating copy to clipboard operation
cadt copied to clipboard

FIX: [CADT] CADT not able to handle request from Climate Wallet

Open ccornick opened this issue 1 year ago • 2 comments

Climate Wallet tries making a request to CADT which returns an error.

ccornick avatar Sep 27 '23 18:09 ccornick

Here is the request:

http://34.220.1.23:31310/v1/projects?onlyTokenizedProjects=true

And here is the response:

{ "message": "Data Validation error", "errors": [ ""onlyTokenizedProjects" is not allowed" ] }

Note this is CADT, not Core Registry.

fizpawiz avatar Sep 27 '23 19:09 fizpawiz

Also - the query param should not be "onlyTokenizedUnits" but more like "onlyMarketplaceUnits" that have marketplace identifiers.

fizpawiz avatar Sep 28 '23 14:09 fizpawiz