Public plugin release not working

Hi there,

I’ve created a plugin following the standard instructions and CRA template. When I run it locally everything works fine. I figured it might be useful so have tried to release it publicly rather than self-host it for our company. I have published it to the marketplace but it doesn’t seem to work when installed, the page just hangs. Checking the plugin CDN for it, it appears to be there but the index file definitely doesn’t exist, I have pointed the entryPoint to build/index.html as with the standard template. Not sure how to proceed.

The plugin is here:

Thanks,
Ryan

Hello @ryan.dunn

Can you attempt to add this npm ignore file datocms-plugin-alt-text-ai/.npmignore at master · marcelofinamorvieira/datocms-plugin-alt-text-ai · GitHub to your repo, re-run npm run publish and wait a couple of hours for the system to update the plugin to the new version and let us know if it works?

2 Likes

Yes that did it thanks. :+1:

1 Like