lermontex
lermontex
The issue was solved sience release of symfony 7.0.7 + api-platform/core 3.0.0
@maxcreation, `https://github.com/api-platform/core/blob/2.7/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php`
@AdamKatzDev, maybe you can share a solution (Redis connection decorator)?
@AdamKatzDev, Thanks! I tried it, but unfortunately, it didn't work for me. > you need to add UUID to your messages to remove duplicates. Tell me, please, what do you...
@AdamKatzDev, thanks for your detailed answer!
@stillgg, It looks like you are using an outdated Vuelidate version. Correct path: `import { required } from "@vuelidate/validators";`
Both versions (Vue 2/ Vue 3) are supported according to the documentation.
https://github.com/vuelidate/vuelidate/blob/next/README.md#vuelidate
Got the same issue today after running FranketPHP 1.1.0 + Symfony 7.0.3 for a few days (Docker Swarm), however I'm not using "worker mode". The error disappeared only after restarting...
Sorry, maybe off-topic, but since you touched on the entire history of implementing Enum support in the Api Platform, I decided to mention it Working with Symfony + ApiPlatform (GraphQL)...