AppImage not working
Solution 1:
After hours of searching found the solution!
This happens with fuse. Instead of this
./nosqlbooster4mongo*.AppImage
I added an extra clause of
--appimage-extract-and-run
Now you can run your appImage like
./nosqlbooster4mongo*.AppImage --appimage-extract-and-run
Hope this helps anyone else who faces this issue!