Regarding issue #58 , this was because the buyer chose not to have royalties. In the original /src/lib/marketplaces/helpers.ts file, this block exists:
} else if (transfers.length === 1) { // There should be more than one transfers as all NFT contains royalties and seller revenue return null; }
This is invalid because royalties are now optional and it seems most buyers choose not to pay them.
Also. yarn.lock causes the Dockerfile to fail building, and even then it still fails to build because of a type conflict. So I just tore the dockerfile down entirely.
Regarding issue #58 , this was because the buyer chose not to have royalties. In the original /src/lib/marketplaces/helpers.ts file, this block exists:
} else if (transfers.length === 1) { // There should be more than one transfers as all NFT contains royalties and seller revenue return null; }
This is invalid because royalties are now optional and it seems most buyers choose not to pay them.Also. yarn.lock causes the Dockerfile to fail building, and even then it still fails to build because of a type conflict. So I just tore the dockerfile down entirely.