You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have installed the typo3 image version 12 via my docker compose.
The communication to the installation of typo 3 through traefik works according to the console.
There I get a response per browser call with the call from the browser.
However, the browser only receives an error 500 in response.
This also prevents me from completing the installation-process of the typo3 instance.
What could be the reason that only an error 500 is returned?
Container logs:
<container_name> | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using <docker ip address>. Set the 'ServerName' directive globally to suppress this message
<container_name> | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using <docker ip address>. Set the 'ServerName' directive globally to suppress this message
<container_name> | [Tue May 07 07:11:22.738981 2024] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.57 (Debian) PHP/8.2.16 configured -- resuming normal operations
<container_name> | [Tue May 07 07:11:22.739214 2024] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
<container_name> | <docker ip address> - - [07/May/2024:07:11:38 +0000] "GET / HTTP/1.1" 500 211 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0"
Did you find a solution for this?
I was able to deploy it in production a few weeks ago, now my team needs a container for dev too and I can't deploy it, no matter what I change.
Hi
I have installed the typo3 image version 12 via my docker compose.
The communication to the installation of typo 3 through traefik works according to the console.
There I get a response per browser call with the call from the browser.
However, the browser only receives an error 500 in response.
This also prevents me from completing the installation-process of the typo3 instance.
What could be the reason that only an error 500 is returned?
Container logs:
my docker-compose config:
The text was updated successfully, but these errors were encountered: