sabbelasichon / typo3_encore

Use Webpack Encore within TYPO3
Other
106 stars 19 forks source link

Missing / with USER_INT on page #211

Open georgringer opened 9 months ago

georgringer commented 9 months ago

It seems this issue is a core issue, nevertheless would like to add this as issue here as well..

Using TYPO3 12 + latest typo3_encore

Got a strange issue regarding caching and including files.

if there is a USER_INT/COA_INT on a page, the first uncached page got

<link rel="stylesheet" href="/build/app.css?1696319881" media="all">
<link rel="stylesheet" href="build/app.css?1696319881" media="all">

which breaks the frontend if no config.baseURL = / is set.