Hi,
I was creating a plugin and ran into the error:
Error: Can't hydrate plugin without an `id`
at Class._hydrate (discourse/models/store:330)
at eval (discourse/models/store:222)
at Array.map (<anonymous>)
at Class._resultSet (discourse/models/store:221)
at eval (discourse/models/store:80)
at tryCatcher (ember:61303)
at invokeCallback (ember:61476)
at publish (ember:61462)
at eval (ember:55822)
at invoke (ember:54023)
I was wondering if anyone could tell me what id this is referring to?
the error only appears in the console when I navigate to /admin and then go to the plugins page.
What other information is needed to debug this error?