You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at this a bit further in the web app and is appears that there's a mismatch with the scryfall API:
this is the api call attempted to be made for the "Wall of Runes" card: https://api.scryfall.com/cards/ana/37?format=image&version=art_crop, but that returns a 404. That card is apart of the Arena starter decks, but I think the correct API call is https://api.scryfall.com/cards/m21/25?format=image&version=art_crop or something similar.
This issue doesn't appear to be a problem for non-starter decks, so maybe it's just isolated to those.
Hey! sorry for the late response, the cards you can't see here are from ´anb´ set, which has some very strange collector card ids, which we use to map cards with scryfall.. I have sent them over the correct card ids but unfortunately their database does not support multiple, repeating cids on the same set like MTGA does on ANB. Ill have to be creative and find a way to fix it specifically for this set !
All of the images for my cards seem to be broken, in all parts of the app. Here's a screenshot:
This doesn't seem to be a problem for opponent's cards in the match history. Any clues as to what the issue might be?
The text was updated successfully, but these errors were encountered: