Snap update hangs

Hi, I am updating snap with

snap --nosplash --nogui --modules --update-all

and this just hangs. Message is

Updates not found.
updates=0

and after that nothing.
Snap version is 8.
Anyone knows what the issue might be?
Any pointers appreciated!

Probably everything is up to date.
You see all modules with their version when you call

snap --nosplash --nogui --modules --list

That the update commands hang is a known issue as stated in the note on this wiki page:
Update SNAP from the command line - SNAP - SNAP Wiki (atlassian.net)

Ah, I did not see this. Thanks a lot!