renatomoor / directus-extension-iconify

Iconify dropdown extension for Directus
10 stars 1 forks source link

Extension does nothing #1

Open theo-vdml opened 6 months ago

theo-vdml commented 6 months ago

I installed the extension even with pnpm or npm and via marketplace and I can't achieve to add the iconify field. I use directus in a docker container, the extension settings inside the directus app show the extension as installed and enabled. Does anyone had the same issue and can offer a solution ? Thanks for helping me.

oldskool73 commented 6 months ago

Looks like it's not been packaged correctly for release, there's no dist folder included in the install, but the package.json points to files in there.

As a work around, if you go into the installed extension folder, and run npm install && npm run build it will make the dist folder, then disable and re-enable the extension and it should work and actually looks pretty useful... but obviously needs to be updated with a working release.