hirosystems / hirosystems/token-metadata-api
expand error message when metadata was not available during fetch
Open
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 7
- Avg merge
- 35m
- Merged PRs (30d)
- 2
Description
when a metadata server fails to respond with correct data (commonly IPFS nodes close to our cloud servers not having the JSON yet), we currently show this error
```json
{
"error": "Token error"
"message": "Metadata could not be processed because the server responded with an error"
}
```
we should expand this message to add recommendations for users to be able to fix their data
Contributor guide
Assessment
This issue has not been assessed yet.