Hi devs, I encountered a problem when using INavigationContributor. I am trying to use it in order to add an 'Embed' button to objects. For now, it would simply point to a page that shows the information retrieved about that specific object. However, after adding INavigationContributor to the class EmbeddingSystem, I get a warning: Error with navigation contributor "EmbeddingSystem". This happens even if I don't add the methods belonging to INavigationContributor, and I just add the interface to the ones implemented in EmbeddingSystem. How can I find out why do I get this error?
Thanks, Antonia
