I am using the TOML resolver from stellar-sdk, and have basically lifted the Freighter logic for it into the Blend dApp.
Circle appears to have a redirect that is causing the resolve function to throw due to a CORS error. If I hit the redirected link directly, I can load it just fine.
https://www.circle.com/.well-known/stellar.toml
redirects to
https://www.circle.com/hubfs/stellar.toml.txt
I could special case this TOML, but I'm assuming more projects use the Resolver. I haven't seen this issue for any other asset.
Has anyone else run onto this?