Open megataps opened 3 years ago
Yeah seems like some parts of the plugin still use the old Template syntax. Can you try to clear the cache and see if the problem still exists?
Otherwise you can check if there are any overrides of the sylius_mailer
configuration. It should look like this:
https://github.com/Sylius/ShopApiPlugin/blob/e6bd790261c9a273d688345bc260b5930ce939f2/src/Resources/config/app/sylius_mailer.yml#L4
@mamazu
I have clear the project and then install the new one.
composer create-project sylius/sylius-standard acme
cd acme
php bin/console sylius:install
yarn install
yarn run gulp
symfony server:start
open http://127.0.0.1:8000
Then I have follow this link: Sylius Documentation - How to disable Sylius shop?
Then I install ShopApiPlugin
But the error still the same. I don't know what is wrong?
I just checked. This is not yet released. So we need to release a new version of shop api for this to work again.
Hi @mamazu , When do we have the next release for this issue?
We are currently working on some concurrency issues then we will release a new version.
Version 1.4 was released. Maybe check again if the error still occurs.
I'm using setup Sylius on my local and then install this plug in. I have tried to use register api but I got this error.
{ "code": 500, "message": "Template reference \"SyliusShopApiPlugin:Email:verification.html.twig\" not found, did you mean \"@SyliusShopApiPlugin/Email/verification.html.twig\"?" }