Axel29
Axel29
Same issue on Ubuntu 24.04 (snap intallation, both stable and nightly builds, currently using the 7.1.1-nightly.6 build). The problem is that you never know if you actually have notifications or...
Hello, I found out that disabling the "Ubuntu Dock" built-in extension solved the issue for me. For those who don't know where to find it, simply open your applications overview...
Hi @RokPopov, @candemiralp , any update on this issue please?
Hi again... Same question as two weeks ago, is there any update? It's been months now and the bug is still present... Thank you for your help.
@candemiralp I created a pull request (https://github.com/Adyen/adyen-magento2/pull/2659) to fix the issue. Everything seems to work with this code. I don't know if this can be applied to this issue too,...
> Hello, > > I already created PULL request and fixed this issue, if you can check and approve it. #2548 Hi @sarfarazbheda , your PR didn't work for me...
Hi @RokPopov , Thank you for the update. For your information, I tried the patch given in the other issue by [sarfarazbheda](https://github.com/sarfarazbheda) but it didn't work out.
New issue found related: doctrine migrations are not launched (with the command `symfony console doctrine:migrations:migrate --allow-no-migration --no-interaction -vvv`) because of the cache warmup on Kubernetes servers. If a Service tries...
> It is not an EA issue. From the [Symfony Routing docs](https://symfony.com/doc/current/routing.html#optional-parameters): > > > If you want to always include some default value in the generated URL (for example...
> You can inline the default value with `{parameter_name?default_value}` E.g.: > > #[AdminDashboard(routePath: '/admin/{_locale?fr}')] Tried that too and still doesn't work. My guess is this is because we're using the...