baguse / directus-extension-flow-manager

A directus custom module extension for managing directus flow includes backup/restore, duplication and grouping the flow.
GNU General Public License v3.0
68 stars 6 forks source link

Not visible? #15

Open BorisKamp opened 2 months ago

BorisKamp commented 2 months ago

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:

Screenshot 2024-09-04 at 17 18 33

But I cannot see anything else, where do I export the flows?

My flows screen (http://localhost:8055/admin/settings/flows) is like this:

Screenshot 2024-09-04 at 17 19 27

Thanks!

baguse commented 2 months ago

Hi @BorisKamp, Thanks for opening this issue. Have you already activated the module on the settings menu? image

sri-repareo commented 1 month ago

Hello! I am facing a similar issue. When I install it via the marketplace it installs but I am not able to use it : image image

baguse commented 1 month ago

Hello! I am facing a similar issue. When I install it via the marketplace it installs but I am not able to use it : image image

Hi @sri-repareo ,I'm sorry for the inconvenience. Can you try installing it with npm command?

delai commented 1 month ago

Hello! I am facing a similar issue. When I install it via the marketplace it installs but I am not able to use it : image image

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.

image
baguse commented 3 weeks ago

Hello, Is anybody still facing the issue? Please let me know! @delai @BorisKamp @sri-repareo

dimensi commented 2 weeks ago

I'm facing

baguse commented 2 weeks ago

I'm facing

What's your directus version?

dimensi commented 2 weeks ago

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

baguse commented 1 week ago

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