Hey @Studio_Connect, we’d appreciate you not “SHOUTING”, no need for all caps
see Nextcloud snap wiki
and FAQ’s, especially incompatible apps
‘Recognize app’
- Recognize
- Disable recognize:
sudo nextcloud.occ app:disable recognize
[!NOTE]
Recognize app path tonode.js
is reset by the app after an Nextcloud snap update. The admin would need to configure the path to be/var/snap/nextcloud/current/nextcloud/extra-apps/recognize/bin/node
.
[!TIP]
uninstall Recognize app before an update and reinstall after update – if the Snap will not start after update, revert and remove Recognize, then update manually and reinstall Recognize
[!IMPORTANT]
Latest Recognize versions, when in WASM mode, require Node.js 20, which in turn requires a version of glibc >= 2.28 (more context here). The nextcloud snap is still using glibc 2.27 (from core18), so Recognize’s WASM mode won’t work with the snap till this issue is solved.