How to Paste Decks
You must be logged in if you wish to post to the forum.

Hey friends, I have what is probably just a dumb user error issue, but I can't seem to find any help searching online.
When I go to copy deck code via the "Copy Deck Code" button, I get seemingly unintelligible text. Trying to paste this into the game yields a "Couldn't find a valid deck in the clipboard," warning.
Can anyone elighten me as to what I'm doing wrong?
Example: Coping this deck https://marvelsnap.io/deck/nova-carnage-initial-deck-301
Yields the following text in the clipboard:
eyJOYW1lIjoiTm92YSBjYXJuYWdlIGluaXRpYWwgZGVjayIsIkNhcmRzIjpbeyJDYXJkRGVmSWQiOiJBbWVyaWNhQ2hhdmV6In0seyJDYXJkRGVmSWQiOiJBcG9jYWx5cHNlIn0seyJDYXJkRGVmSWQiOiJBcm1vciJ9LHsiQ2FyZERlZklkIjoiQ2FybmFnZSJ9LHsiQ2FyZERlZklkIjoiRWxla3RyYSJ9LHsiQ2FyZERlZklkIjoiSXJvbmhlYXJ0In0seyJDYXJkRGVmSWQiOiJMYWR5U2lmIn0seyJDYXJkRGVmSWQiOiJNaXN0ZXJGYW50YXN0aWMifSx7IkNhcmREZWZJZCI6Ik1pc3RlclNpbmlzdGVyIn0seyJDYXJkRGVmSWQiOiJOb3ZhIn0seyJDYXJkRGVmSWQiOiJTcXVpcnJlbEdpcmwifSx7IkNhcmREZWZJZCI6IldvbHZlcmluZSJ9XX0=

This issue is not about you guys. This is coding error of webservice. Onyl game developers can fix this. There might be some missing data
For the game developers here is the encrypted text of jwt code :
{
"Name": "Nova carnage initial deck",
"Cards": [
{
"CardDefId": "AmericaChavez"
},
{
"CardDefId": "Apocalypse"
},
{
"CardDefId": "Armor"
},
{
"CardDefId": "Carnage"
},
{
"CardDefId": "Elektra"
},
{
"CardDefId": "Ironheart"
},
{
"CardDefId": "LadySif"
},
{
"CardDefId": "MisterFantastic"
},
{
"CardDefId": "MisterSinister"
},
{
"CardDefId": "Nova"
},
{
"CardDefId": "SquirrelGirl"
},
{
"CardDefId": "Wolverine"
}
]
}