Varos Engineer
Varos Engineer
Hey @brentchow, could you share that "different way" of doing this? I'm facing similar problems. Thanks.
> override the css something like this. > > date-input-polyfill { > z-index: 10000 !important; > } I tried that, it doesn't work
> **Solved by** installing nodejs through the docker ENV : https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud > > Added nodejs,npm as additionnal apps Hi, can you elaborate on this answer? I'm facing the same problem,...
In my case I have an Asustor AS3302T, and these are the differences between the node in the machine and the one in nextcloud docker container: ### Paths `/volume1/Docker/nextcloud/config/www/nextcloud/apps/recognize/bin/node` `/opt/bin/node`...
> It seems the node project updated their minimum required GLIBC version which is why the pre-built binaries fail on older systems that don't have version 'GLIBC_2.28'. You can check...