tdumalin
tdumalin
@lchrusciel Yes indeed, I've seen the build errors and parseError could not be avoided in php < 8.1. The only solution would be to add php version in composer.json but...
@coldic3 , I just pushed something quite similar with version compare, wait and see if the build will pass
Hi @weaverryan Great news that an issue is open to allow a re-render configuration using attribute ! By on onChange i meant the default behavior, maybe default is more appropriate...
@smnandre it also think that it was due to the LiveComponent, I tried to remove the {{attributes}} in the templates/components/AdForm.html.twig file which should disable the Live component right ? And...
Can you explain how did you manage to fix this issue ? I'm using frankenphp with the symfony-docker template and got the exact same issue. In dev session works fine...
hello my docker fellow, I've the same issue, I'm using the symfony dunglas template: [https://github.com/dunglas/symfony-docker](https://github.com/dunglas/symfony-docker) I tried the twig environment work around but it didn't fix this issue. Any way...
Hi again, I've manage to exract the stack trace: ```bash #0 /app/vendor/twig/twig/src/Template.php(319): Twig\\Environment->getTemplateClass() #1 /app/var/cache/prod/twig/33/33b42a927271b040446d8c8bdb1eed5c.php(39): Twig\\Template->loadTemplate() #2 /app/vendor/twig/twig/src/Template.php(86): __TwigTemplate_81476204e24c3fd5ef9c449cfa80e5e4->doGetParent() #3 /app/var/cache/prod/twig/33/33b42a927271b040446d8c8bdb1eed5c.php(48): Twig\\Template->getParent() #4 /app/vendor/twig/twig/src/Template.php(394): __TwigTemplate_81476204e24c3fd5ef9c449cfa80e5e4->doDisplay() #5 /app/vendor/twig/twig/src/Template.php(367): Twig\\Template->displayWithErrorHandling() #6 /app/var/cache/prod/twig/d1/d1138a024533fd5875370119c00e1040.php(42):...
@ac-shadow, I confirm that it comes from the frankenphp worker mode. But i liked the one container stuff, so I disabled it on the Dockerfile like this: (don't know if...
@ac-shadow, Can you tell me what's the other issue it solved? Juts by curiosity, for me it's solved another issue with session creation. If I mange to list all the...
Hi @brociani , have you find any work around ? I'm also blocked with sylius packages, many of them have conflict with twig 3