Philipp Wrann
Philipp Wrann
No that does not work. When executing commands as root and calling "get_current_user()" inside php it says application, so it seems the fpm user is set to application anyway and...
Yes, i tried to fix the patch-set to another version of the package but it did not work - i think it still tried to "rollback" the applied patches because...
Another problem regarding this issue: you cant work with branches where you need a patch in branch-a, then switch to branch-b (where no patch is needed and the patch file...
I can confirm this, the rangePlugin does not support altInput / altFormat. But it seems flatpickr has become deadpickr
This is totally buggy i think, at least we can't manage to configure this. In some parts there will alway be the frontend-base mixed with the path of the backend...
UrlUtility::getFrontendUrlWithSite will always override the language specific settings, that may have been set by the request handling. The additional frontend-path is only prefixed, if the generated $url contains the hostname...
Well we have a "multisite" setup and this customer wants each language version for each site to be available with a separate root domain. So the frontendBase has to be...
The HeadlessHreflangGeneratorListener does not take the language configuration into account. That part needs to be replaced as well
And the links generated under i18n are also wrong My pattern to deal with those situations was to make sure to call withRequest before and setting the language attribute for...
If someone has the same issues: I migrated to this loading for the moment: ```javascript if (!CSS.supports('container-type: inline-sizes')) import('container-query-polyfill.modern.js'); ```