NHAS
NHAS
I have tried all the suggestions in this thread, Im using the docker version with no hardware acceleration and it does not work.
I have found moving from NGINX to Caddy has resolved my issues. The default nginx configuration didnt work for me for some reason
I was just hit by this as Im trying to add rqlite directly into one of my projects. I've had to go and use the commit hash methods listed above.
Just seconding this as I think its quite a good idea to have. Makes it possible to use things like lets encrypt or certmanager to have short lived rotating certs.
Yeah would be good, I also run it behind an nginx proxy, and having it try and acme to generate certs seems to be breaking the setup flow.
Hey thanks very much if there anything I can do give me a shout.
While your online I may as well say thanks very much for the great GUI !
Hey there wasawi. Try overwriting the function removeWidget(string) in ofxUICanvas with this: void ofxUICanvas::removeWidget(string _name) { ofxUIWidget *w = getWidget(_name); if(w != NULL) { removeWidget(w); delete w; } } and...
Unfortunately this doesn't fix the removeWidgets() (note the 's') crash.
Thanks very much for the quick reply !