Open steftau opened 3 weeks ago
ok i found out that the plugin wasn't even installed correctly inside the docker container.
Is there a guide on how to do that?
Hi, Unfortunately I have no experience with docker. I use a bare metal setup for development. If the plugin works fine the plugin setting "next component" counts upwards with each access. You can also look at the Inventree log file. The plugin comments its work. Michael
We are hosting inventree as a docker container. I was able to add the inventree-supplier-sync plugin via the docker-compose.yml file. It shows up in the plugin list in inventree.
How do I check whether the plugin is working properly and receiving data from mouser?
docker-compose logs -f inventree-worker and docker-compose logs -f inventree-server do not reveal any logs regarding the plugin.
Thanks for your great work! Appreciate it!