-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Reports
A user reported some issues when using the spore-demo:
- New generated public clusters cannot be found in the "my space" page.
- The "mintable clusters" selector in the "mint spore" modal is always empty.
All these issues are highly likely caused by the spore-graphql, so I'm opening an issue in here.
Locating issues
issue#1
I think the issue#1 is because when querying, the passed address doesn't match the public cluster's address.
This issue needs more attention, reated code is located here:
https://github.com/sporeprotocol/spore-graphql/blob/master/lib/src/data-sources/clusters.ts#L43-L50
issue#2
The issue#2 is cause by a graphql failure when "mintableBy" param is passed, which throws:
{
"message": "Invalid buffer length: 0, should be 1",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"clusters"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
Related code is located here:
https://github.com/sporeprotocol/spore-graphql/blob/master/lib/src/utils.ts#L58
ashuralyk and Flouse
Metadata
Metadata
Assignees
Labels
No labels