Comment 1 for bug 1680127

Revision history for this message
Daniel Manrique (roadmr) wrote :

Hello,

your snap is published only on the beta and edge channels, so you need to specify the channel when installing:

snap install --channel=edge fudao-server
snap install --channel=beta fudao-server

or:

snap install --beta fudao-server
snap install --edge fudao-server

If you want it to be installable without specifying the channel, it needs to be published in the "stable" channel.

Let me know if this solves your issue.