e1sep0
e1sep0
I have same problem, help please
Hello, I took last mercure bundle: `"symfony/mercure-bundle": "^0.2.5",` I made some changes in Message controller: ``` $update = new Update( [ sprintf("/conversations/%s", $conversation->getId()), sprintf("/conversations/%s", $recipient->getUser()->getUsername()), ], $messageSerialized ); ``` And...
I can leave only one topic in MessageController, but then updates only Left side (Recent)
I decided this problem, installed mercury 0.3.0. Thank you. But got new one( Sometimes page redirects after message sending, do you know why and how to fix it ? Thanks...
After first message in chat pages refreshes, in profiler i see 301 redirect:  After this refresh chat works without this refreshing. Maybe something with auth?
> > I decided this problem, installed mercury 0.3.0. Thank you. > > But got new one( > > Sometimes page redirects after message sending, do you know why and...
> to me the problem persists ( I found solution: in `assets/js/components/Right/Input.vue` change line: in form `` add onsubmit event and remove action: ``
Hello, i have problem with Symfony 5, EasyAdmin 3, KNP Translatable and A2lix form: I made new Field in EasyAdmin: ``` final class TranslationField implements FieldInterface { use FieldTrait; public...
> Hi @e1sep0 > > Do you still have the error outlined in [#327 (comment)](https://github.com/a2lix/TranslationFormBundle/issues/327#issuecomment-698161814) ? I have a very similar setup with EA 3 and Symfony 5.4 and everything...