I'm facing an installation problem on a plugin we developed to manage requests for documents from stacks (which is inspired by the article request module).
Until now it worked fine, but after a koha upgrade in 20.11.x, it is stuck with the status disabled and it won't activate.
The plugin seems to compile well and I get no errors in the logs which is a bit tricky for debugging :-(
In the database it is considered as enabled and installed which is odd... Only the plugin_methods is not supplied.
The « tool » and « configure » parts seems to work but not the contrib API routes…