Closed pascalmoser closed 2 years ago
@pascalmoser I get the same error I18n context already has been resolved
when turning on production mode. Doesn't matter if inside a static route or on a regular Pimcore document.
Pretty sure this has something to do with the ResponseExceptionListener
, that's just a guess though... 😅
@solverat @pascalmoser Anything I can help with to help speed up things? We really need a fix to this issue as it blocks using production mode on the instances where we're using the i18n bundle.
The issue stems from the I18NStartupListener. It already sets an I18NContext and if an exception occurs the ResponseExceltionListener tries to set another one which leads to this error.
Thank you all! Fixed and released in 4.0.5!
Steps to reproduce: