Andreas Allacher

Results 149 comments of Andreas Allacher

@shyim OK. Adding a reverse proxy is now working as expected for the PHP part. However, I am having troubles with assets and media as those are hardcoded to ports...

@shyim OK. the assets (most js files) I got working by setting `STOREFRONT_ASSETS_PORT` and adding a corresponding reverse proxy config. But media files and some JS file use the `STOREFRONT_PROXY_PORT`...

Any news regarding how I can get this working correctly? Even if I need an additional proxy but as mentioned above that doesn't work curerntly due to port issues. Even...

It might in general be a good idea to provide the option of a watch task that just recompiles the scripts/css files and one needs to manually refresh the browser....

Sadly no. I haven't needed the watch task in some time now, so I didn't do any more digging into it. Mostly use Shopware 6 in a headless setup, except...

@shyim OK. But from what I can see that one also uses `loadEnv` instead of `bootEnv`.

@shyim Should testbootstrap not actually be changed completely to use the TestBootstrapper?

@shyim Yes, but this file still exists: https://github.com/shopware/production/blob/6.4/src/TestBootstrap.php and does not use the TestBootstrapper. I think it might be good to keep a test bootstrap in the template but I...

@shyim just wondering but is this file https://github.com/shopware/production/blob/6.4/config/services/defaults_test.xml still needed? because if I see it correctly the test bootstrapper nor just uses the same key (which I think is fine,...

Isn't the issue just that the kernel is not cloned prior to being rebooted because otherwise the default kernel is rebooted but what the code actually is intending, is to...