flagbit / akeneo-product-cloner

The Flagbit Product Cloner Bundle gives you the possibility to quick cloning products within Akeneo PIM.
MIT License
13 stars 8 forks source link

Install error routes #30

Open nervusdm opened 4 years ago

nervusdm commented 4 years ago

I can't install routes. Akeneo 4.0 I copy in config/routes/

While I try to copy I can see this error on consoles : Uncaught Error: The route "flagbit_product_cloner_product_clone" does not exist.

sergiypop commented 4 years ago

Hi @nervusdm , I was facing the same problem. I added

#config/routes/product_cloner.yml
flagbit_product_cloner:
    resource: "@FlagbitProductClonerBundle/Resources/config/routing.yml"

direct in config/routing.yml.

After that clear cache and run yarn or make.