Open BorisKamp opened 2 months ago
Hi @BorisKamp, Thanks for opening this issue. Have you already activated the module on the settings menu?
Hello! I am facing a similar issue. When I install it via the marketplace it installs but I am not able to use it :
Hello! I am facing a similar issue. When I install it via the marketplace it installs but I am not able to use it :
Hi @sri-repareo ,I'm sorry for the inconvenience. Can you try installing it with npm command?
Hello! I am facing a similar issue. When I install it via the marketplace it installs but I am not able to use it :
same issue, finally installed by npm
Some people might be like me, unsure where to execute 'npm install directus-extension-flow-manager' and what to do after that. Even the official documentation doesn't seem to explain it clearly. Here's a brief summary of what I did: I created an empty directory, ran the command there, then copied the 'directus-extension-flow-manager' folder from the generated 'node_modules' to the 'extensions' directory. As mentioned in https://github.com/baguse/directus-extension-flow-manager/issues/15#issuecomment-2332392723, you need to enable it in the settings. It took me quite a while to figure out that I needed to enable it in the settings.
BUT: Originally, everything was fine, and I even duplicated a flow. But I don't know why the left-side entry disappeared over time.
Hello, Is anybody still facing the issue? Please let me know! @delai @BorisKamp @sri-repareo
I'm facing
I'm facing
What's your directus version?
Hi, I have version 11.2, but I had a similar problem on the last version 11.1.8. Actually it feels like the problem is in directus itself, because I installed through the market or through npm different plugins and new plugins didn't appear, but old plugins weren't removed either. Even when I physically deleted a plugin that was already working, it was still in the system. It's like directus has some kind of cache in the database
Hi, I have version 11.2, but I had a similar problem on the last version 11.1.8. Actually it feels like the problem is in directus itself, because I installed through the market or through npm different plugins and new plugins didn't appear, but old plugins weren't removed either. Even when I physically deleted a plugin that was already working, it was still in the system. It's like directus has some kind of cache in the database
Ok thanks for the confirmation. Let me know if you all have another issue. For now We can wait the directus team to solve the problem
Hi!
I installed this package using this approach: https://docs.directus.io/extensions/installing-extensions.html#installing-via-the-npm-registry
Now in extensions I see this:
But I cannot see anything else, where do I export the flows?
My flows screen (http://localhost:8055/admin/settings/flows) is like this:
Thanks!