Expected & actual behavior
When I start Wavebox, I get a popup letting me know that there is an update and that I should run sudo snap refresh wavebox. Yet, when I do that, snap tells me snap "wavebox" has no updates available.
I would expect not to see any update prompts since snaps are self-updating (unless there is a critical security patch I'd need to apply right away, outside the time when snapd updates the snaps)
Steps to reproduce
Start wavebox.
Is the bug persistent or intermittent?
This seems to happen every time I start Wavebox.
Screenshots

Additional information
I think maybe there is actually an update but it did not hit the snap store yet?
This can happen on Linux if you change the update channel in settings, but not change update channel of the snap repo. (The app is unable to do this automatically).
There are two things you can do
sudo snap refresh wavebox --channel=beta from the command line.There's some more info here https://wavebox.io/kb/beta-channel
Oh, this was a new installation, but apparently this setting was synchronized from my profile? I switched to the beta on another machine some time ago.
Ah it could be that! We should look at stripping this setting on Linux as we can't action it automatically :)
I think the beta flag should not be synced at all - as a user of many operating systems, I would prefer to only install a beta version on one of the platforms (if I have a problem that's resolved in Beta).
I'm having a similar problem in Ubuntu 18.04 using the beta deb repo. Wavebox prompts me to update each time it starts, but no update is available.
@mike-zipit which version of Wavebox are you using and what's your update channel set to under Settings > Updates?

I had the channel set to beta in settings, but I switched it to stable to see if that stops this issue
4.10.5 is the most recent stable version. The beta channel is currently on 4.10.6. I suspect you haven't changed the update channel in your apt repository as per https://wavebox.io/kb/beta-channel
sudo wget -qO - https://wavebox.io/dl/client/repo_beta/archive.key | sudo apt-key add -/etc/apt/sources.list.d/wavebox.list or /etc/apt/sources.list.d/repo.list depending where you set the sourcedeb https://wavebox.io/dl/client/repo_beta/ x86_64/ for 64-bit installssudo apt update && sudo apt install wavebox:+1: Yep, you were right. I was using /repo instead. Sorry for the confusion
Most helpful comment
I think the beta flag should not be synced at all - as a user of many operating systems, I would prefer to only install a beta version on one of the platforms (if I have a problem that's resolved in Beta).