jbcr
jbcr
Another answer is update the documentation because the `identifier` field is like `remote_id` (the same on each environment).
@gggeek In my case, the `identifier` is the same in all environment and is not used on remote system. Well, I have solved my problem with the field `identifier`. But,...
You can redefine the resource into the resource bundle configuration like: ```yaml sylius_resource: resources: sylius.product_image: classes: repository: App\Entity\Product\ProductImageRepository ```
@rafalmal Conflicts resolved.
This PR can also move the doctrine/annotation in suggested requirement to enable some project using it to remove the doctrine/annotation dependencies?
Hi! Thank you for this answer.
I have the same result with: Mode Worker : **Yes** ENV: ``` APP_RUNTIME=Runtime\\FrankenPhpSymfony\\Runtime FRANKENPHP_CONFIG=worker ./public/index.php APP_ENV=dev ``` Application version: ``` ibexa/oss: 4.6.3 symfony: 5.4.39 ``` Dockerfile _Work without worker mode_...
I have tried with the `frankenphp-dev` Docker image with same result.