Hey there!
I've done an install manually - no docker capability for prod here unfortunately.
Struggled a bit with nginx with refreshing a page and hitting an error. So moved to apache, and most things are working well.
My problems:
* I'm honestly not sure how to install/manually create the php-worker. I've tried just making another virtual host using the github for the worker, but it just give the error:
Could not execute action: THttpClient: Could not connect to localhost:9092 in /var/www/fusio/html/vendor/fusio/impl/src/Worker/Action/WorkerAbstract.php on line 84",Specifically - Service unavailable - Worker returned no result
--There wasn't really any info on creating a worker, just a link to the github files. Or maybe i'm missing something.
Everything is on one server for this.
* When I add an action or a user, they dont appear in the list. I can even clear my cache out and nothing. If I search by name it appears, and if I clear the search, it shows everything but the one i just made. Oddly enough, after a while (maybe on apache restart) it begins to show up. What might I have messed up there?
The docker version i have as a dev server works AWESOME. You all have spent a lot of time on this. It's missing a little polish here and there but is AWESOME. We have 3 devs over here, and we already are grasping the basics.