We have a brand store, where we upload our own snaps. We’re not able to download any snap from that brand store.
snap download <snap-name>
is always showing snap not found. But, for most cases, it’s able to install the snap. But we 2-3 days ago uploaded another snap. We’re not able to neither download nor install this snap. What we have tried till now
UBUNTU_STORE_AUTH=$(cat cred.txt) snap install <snap-name>
UBUNTU_STORE_AUTH_FILENAME=cred.txt snap install <snap-name>
and
UBUNTU_STORE_ID=<store-id> UBUNTU_STORE_AUTH=<auth> snap install <snap-name>
None of the above ones have worked yet. Is there any specific reason why this is happening? Could someone suggest some possible ways to debug it?