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
I use SWAG to forward my subdomain to Kyela (e.g. polls.mydomain.com).
This works - Kyela opens where I can choose between languages on top, I can click on "FAQ" or "About". But when I click on "Create new poll" then I get this error:
"Oops! An Error Occurred
The server returned a "500 Internal Server Error".
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused. "
sudo docker logs kyela doesn't show any error message, only this:
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.20.0.2. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.20.0.2. Set the 'ServerName' directive globally to suppress this message
[Thu Jul 21 20:08:34.820640 2022] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.25 (Debian) PHP/7.3.3 configured -- resuming normal operations
[Thu Jul 21 20:08:34.822056 2022] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
172.20.0.3 - - [21/Jul/2022:20:08:42 +0000] "GET / HTTP/1.1" 200 1949 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.20.0.3 - - [21/Jul/2022:20:09:01 +0000] "GET /static/switch/de HTTP/1.1" 302 733 "https://poll.mydomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.20.0.3 - - [21/Jul/2022:20:09:01 +0000] "GET / HTTP/1.1" 200 1968 "https://poll.mydomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.20.0.3 - - [21/Jul/2022:20:09:20 +0000] "GET /static/switch/en HTTP/1.1" 302 659 "https://poll.mydomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.20.0.3 - - [21/Jul/2022:20:09:20 +0000] "GET / HTTP/1.1" 200 1917 "https://poll.mydomain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"
What can I do next to find the cause of the error?
The text was updated successfully, but these errors were encountered:
Hello,
I created a docker-compose.yml with this content:
I use SWAG to forward my subdomain to Kyela (e.g. polls.mydomain.com).
This works - Kyela opens where I can choose between languages on top, I can click on "FAQ" or "About". But when I click on "Create new poll" then I get this error:
sudo docker logs kyela doesn't show any error message, only this:
What can I do next to find the cause of the error?
The text was updated successfully, but these errors were encountered: