ux icon indicating copy to clipboard operation
ux copied to clipboard

[Autocomplete] incompatible with FrankenPHP's worker mode

Open pyatnitsev opened this issue 1 year ago • 3 comments

image

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

pyatnitsev avatar Mar 23 '24 18:03 pyatnitsev

Is frankenPhp in worker mode fully supported by Symfony/Doctrine/Twig currently ? (genuine question)

smnandre avatar Mar 24 '24 21:03 smnandre

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.

pyatnitsev avatar Mar 24 '24 21:03 pyatnitsev

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 😅

smnandre avatar Mar 24 '24 22:03 smnandre