sabbelasichon / typo3_encore

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

Missing / with USER_INT on page #211

Closed georgringer closed 1 month ago

georgringer commented 12 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.

sabbelasichon commented 1 month ago

@georgringer How can we fix this issue? Any suggestions

georgringer commented 1 month ago

no not really. if you can reproduce it, I suggest to create an issue at forge and ask in coredev for additional help