Shyim
Shyim
That file is readonly in my system as I use [home-manager](https://github.com/nix-community/home-manager). Maybe create a folder in `.ssh/devpods` and create there your file and try to add a `Include .ssh/devpods/*` into...
I am thinking about to make a PR to address this. What is your preferred way: - We add an config to change the file location - So the user...
I don't looked into it as nobody answered
Can I configure this to a fixed location using config? 🤔
Hey, what is the real problem you are trying to solve? Loading EntityAggregations with associations?
The tests are failing: ``` There was 1 failure: 1) Shopware\Administration\Test\RateLimiter\RateLimiterTest::testRateLimitNotificationRoute Failed asserting that an array has the key 'errors'. /home/runner/work/shopware/shopware/src/Administration/Test/RateLimiter/RateLimiterTest.php:72 ```
@JoshuaBehrens ping :)
Maybe we need to move this into the Login Route? 🤔 https://github.com/shopware/shopware/blob/3ba890a2be7f44e8a636af850e6ab3fdcce19a2e/src/Storefront/Controller/AuthController.php#L164-L176
sounds good :) I would also check that getCurrentRequest is not null, before using it
Should we name it event subscriber instead of service?