shyim / store-plugin-installer

Install store.shopware.com Plugins automatically in your Shopware Composer Setup
36 stars 7 forks source link

Wildcard Umgebung #6

Closed bragento closed 5 years ago

bragento commented 6 years ago

Hey there seems an issue with Wildcard Account. In our Store Backend I have configured the following Site.

bildschirmfoto 2018-09-06 um 15 30 08

On the given Server in our Docker Enviroment I getting this Error:

bildschirmfoto 2018-09-06 um 15 32 57

That's the interesting part of composer.json

"extra": { "installer-paths": { "Plugins/Local/Backend/{$name}/": [ "type:shopware-backend-plugin" ], "Plugins/Local/Core/{$name}/": [ "type:shopware-core-plugin" ], "Plugins/Local/Frontend/{$name}/": [ "type:shopware-frontend-plugin" ] }, "plugins":{ "production":{ "SwagCustomProducts": "4.2.0" } } },

shyim commented 5 years ago

Hey @bragento, unfortunately the Wildcard API does not support plugin versions, so there is no way to integrate this project.

I will try to create a internal ticket for that