Audience
App Store builders
Issue
Some logo images are not being rendered correctly.
Example of such logo URL https://dgshe1iny46ip.cloudfront.net/opera-crypto-next.app/images/logo.svg%2Bxml
Solution
This is due to an issue with NextJs (Bad request INVALID_IMAGE_OPTIMIZE_REQUEST when using the Image component with S3 · vercel/next.js · Discussion #20138 · GitHub). The way to fix this is to add unoptimized={true}
to dapp page for banner, and logo.
This has been fixed in Meroku Explorer by the following changes.
You should update this in your appStore code.
Let us know if you are still facing such issue.