The SoulboundProfileNFT::tokenURI
function relies on _baseURI()
, but _baseURI()
is not set, leading to the metadata being returned as an encoded JSON string without a proper base URI. Since _baseURI()
is not set, it defaults to an empty string, making the metadata URI malformed.
The metadata returned for the NFTs is incomplete or invalid, which may cause issues with the DatingDapp and wallets displaying the profile data incorrectly.
Manual Review
Override _baseURI()
to return a valid base URI:
This ensures that the token metadata is correctly formatted and properly encoded.
`_baseURI` can remains empty, the token URI will have a valid JSON. Rest can be handled in the app interface.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.