Hello,
I'm having a rather annoying issue regarding forge components that require plugins to load. For example, I installed the component "Media Picker plugin", then proceeded to reference said component to my mobile app and implemented the corresponding actions. I keep getting, however, the error "2: Plugin not loaded". I checked to Extensibility Configuration, and it all seems fine (I like to think that I was thorough in my review of plugin/forge component documentation/courses, but I might be missing something.).
The app in question is a mobile app and all tests are done on device, not emulation or browser. The issue happens with other components as well, for example, the "Clear Mobile Cache Plugin" and the OS-built "File Plugin". What I find somewhat odd is that the component called "ImagePicker plugin", which was already installed and referenced on the app when I started working on it, works like a charm. I'm going to list the steps I made so that if I made a mistake or skipped something someone might point it out and shed some light...
1. Installed forge component.
2. Published the component (just in case).
3. Referenced said component to mobile app.
4. Wrote logic in order to utilize components actions/entities/structures.
5. Publish mobile app and test it on device.
6. Get the "Plugin not loaded" error.
Any help or suggestion will be greatly appreciated.
Thanks,