authenticvision / digitalsoul

MetaAnchor-Framework for self-hosting
MIT License
2 stars 0 forks source link

CORS Issue with Solaire Wallet Integration #78

Closed lucaspan closed 8 months ago

lucaspan commented 9 months ago

Token metadata and token image URL CORS is not enabled. Therefore, loading NFT images in Solaire web wallet will be blocked by browsers (e.g Chrome). Please see CORS test below:

https://cors-test.codehappy.dev/?url=https%3A%2F%2Fquintinius.xyz%2Fapi%2Fv1%2Fcollections%2FMADSSB030%2F0x1d73d67eafde647d8f006ebf81c6fa170663d084f5c44a81d841ab66d6230709&origin=https%3A%2F%2Fwallet.sandbox.mysolaire.xyz%2F&method=get

https://cors-test.codehappy.dev/?url=https%3A%2F%2Fquintinius.xyz%2Fapi%2Fv1%2Fassets%2FMADSSB030%2F0x574585635d3e654f42dc0529c8c91d3dd5cd7501b22c3b6a27e3fef71f31961c&origin=https%3A%2F%2Fwallet.sandbox.mysolaire.xyz%2F&method=get

tbergmueller commented 9 months ago

image

@lucaspan if you can confirm this works with Solaire-Wallets now as intended, we'll proceed to merge into master and deploy to production.

tbergmueller commented 8 months ago

Has been confirmed by Solaire to work