Ignition is reporting warnings that its "Unable to find registered components" in status log after start/restart with the installed .modl file.
Check the issue on Github ignition-sdk-examples
opened 12:56PM - 26 May 25 UTC
I have installed fresh Ignition Gateway and compiled fresh .modl file from the e… xamples provided in this repo.
Installed that .modl to Ignition and used "tagcounter" & "displayimage" perspective components in the designer.
When I start/restart the Ignition gateway, there are warnings from `Perspective.ProjectConfig` with the description `Unable to find registered component for id="..."`
Now this is a problem because we use many perspective components which are added to the same module file and these all work fine but when the gateway is started/restarted we get around 50 pages of warnings with 100 entries per page (more then 5000 instances which clogs the status log)
Steps to reproduce the bug:
1. Install fresh version of Ignition (8.1.45 used)
2. Build .modl file from the [link](https://github.com/inductiveautomation/ignition-sdk-examples/tree/master/perspective-component)
3. Install that .modl file in Ignition
4. In designer open a new project and use components from the .modl file provided (tagcounter or any other) save the project
5. Restart Ignition service
6. Go to status -> log -> filter for "rad.display" and you will find warnings