Bitcoin-com / mint

Non-custodial web-based tool to manage your SLP tokens.
https://mint.bitcoin.com/
17 stars 17 forks source link

Unspecified error when trying to upload SLP token icon #103

Open crinner opened 3 years ago

crinner commented 3 years ago

In Bitcoin.comMint web app, Icons tab, "+Upload your token icon" function: filled existing SLP token ID and valid email. uploaded local PNG file (tried different pixel sizes), saved zoom/crop changes (or no changes), hit "Submit Icon", and got error popup without a message. Wallet has several $$ worth of BCH, several custom tokens (same error occurs on multiple tokens), and tried two web browsers.

crinner commented 3 years ago

Some more detail: Firefox reports the error for line 285 in Icon.js. That's the try-catch statement that accesses the hard-coded "apiUrl", https://mint-icons.btctest.net/new, to submit the user's image file. Is that a working URL for this request?