Florian Latifi
Florian Latifi
Hello guys, I also got the problem that my bluetooth device, a realtek 8723ae, couldn't be detected. I edited the btusb.c file and moved the realtek entries from the blacklist...
I managed to fix this issue. It's not an ERPNext bug, it's related to the Docker setup with the assets volume that has to be removed before upgrading ERPNext so...
I am not familiar with Helm, but does it use volumes / caches for the Assets directory? If so, clearing that before re-deploying ERPNext might help, similar to the Docker...
I am not familiar with Kubernetes either, have always tried to avoid it so far due to its complexity. But I see it has a concept of volumes similar to...
So I have a `frappe-assets` volume that is mounted into `/home/frappe/frappe-bench/sites/assets` and shared between the ERPNext containers. And yes, before I upgrade ERPNext, I just stop/remove all containers and remove...
It could also be that you only have a sites volume that sits on `/home/frappe/frappe-bench/sites`. If so, you would have to remove the content of the assets folder within that...
So is this a complete clean install with a new site, or do you run the containers with the data of your existing site?
https://getbootstrap.com/docs/4.0/examples/sticky-footer/
Bind mount your custom ca-cert into your Matomo container. Then, create a file `/etc/ldap/ldap.conf` within your container that contains `TLS_CACERT `. Another approach is to use the system-wide ca-certificates. For...
I have the same issue with Bootstrap columns. Initializing filterizr with a small negative value for gutterPixels (e.g. -1) seems to work around the bad calculation.