[Autocomplete] incompatible with FrankenPHP's worker mode
I use https://ux.symfony.com/autocomplete with standard doctrine. first request when cursor pointed to field was ok, but no one more. All next requests ends with 500 error with log, that I have attached above.
This issue related to worker mode. I disable it, now autocomplete works file.
So, I can create a minimal app, that reproduce issue.
related issue for FrankenPHP: https://github.com/dunglas/frankenphp/issues/683
Is frankenPhp in worker mode fully supported by Symfony/Doctrine/Twig currently ? (genuine question)
Yes it is. I run it in production. Worker mode support symfony and this components (doctrine and twig), but I have issue with symfony UX's autocomplete component.
So, I can create a minimal app, that reproduce issue.
Yep, that would make it easier to understand what's happening there, thank you. But as you can see, my knowledge of worker modes is quite... limited 😅