Actions
Bug #106797
openMissing reverse Proxy leads to perpetual loading Install tool login
Status:
New
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2025-05-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using the docker image martinhelmich/typo3:13.4 in a Container based hosting (Mittwald) that lies behind a reverse proxy,
If you fail to define the reverse proxy and try to log in the install tool login will perpetually load it self.
If you forcefully reload, it is stuck in showing "Checking session and updating silent configuration update"
There is no error message shown, no entry in the TYPO3 log or server logs.
The problems resolves by setting
'reverseProxyIP' => '*',
'reverseProxySSL' => '*',
Or setting the correct reverse proxies.
I would expect and which for a error message and or log entry in such a case.
Files
Actions