Taxonomylist not working

Hello,

I´m using the Taxonomylist Plugin and on the localhost it is working without any problems.
But on the server the Plugin does nothing. I found out that the taxlist after the call taxonomylist.get() is empty - I just can´t figure out why…

In my twig file I´m calling the plugin like this:

{% include 'partials/taxonomylist.html.twig' with {'base_url': myurl, taxonomy: 'tags'} %}

Thanks for any help!

What is the difference in your Twig variable myurl on localhost and on your server? It must be something in there as you can safely assume that the plugin itself works fine.

Alternatively you can create an issue in the Taxonomylist Plugin repo on GitHub.

I found the error:

when I install the Shortcode Plugin(v3.0.1) the Taxonomylist plugin stops working.
Without the Shortcode Plugin it works perfectly.