Failed to load resource: too many HTTP redirects #2038
-
Using docker-compose approach via old issue: No database connection, check your database credentials in your configuration file current issue: Both containers are up and running and no errors in the logs. podman logs leantimeCreating configuration file!
2023-10-26 09:18:40,496 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2023-10-26 09:18:40,499 INFO supervisord started with pid 3
2023-10-26 09:18:41,501 INFO spawned: 'php-fpm' with pid 4
2023-10-26 09:18:41,505 INFO spawned: 'httpd' with pid 5
[26-Oct-2023 09:18:41] NOTICE: fpm is running, pid 4
[26-Oct-2023 09:18:41] NOTICE: ready to handle connections
2023-10-26 09:18:42,594 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-10-26 09:18:42,595 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
127.0.0.1 - 26/Oct/2023:09:20:12 +0200 "GET /index.php" 303
127.0.0.1 - 26/Oct/2023:09:20:13 +0200 "GET /index.php" 303
127.0.0.1 - 26/Oct/2023:09:20:13 +0200 "GET /index.php" 303
127.0.0.1 - 26/Oct/2023:09:20:13 +0200 "GET /index.php" 303
127.0.0.1 - 26/Oct/2023:09:20:13 +0200 "GET /index.php" 303
127.0.0.1 - 26/Oct/2023:09:20:13 +0200 "GET /index.php" 303
127.0.0.1 - 26/Oct/2023:09:20:13 +0200 "GET /index.php" 303 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I could the LEAN_APP_URL=
LEAN_APP_DIR= Could be a podman/ podman-compose thing, don't know how it behaves in docker. I guess in docker it is working, otherwise the sample .env file would look like how it is right now. |
Beta Was this translation helpful? Give feedback.
I could the
/install
page without the 303 errors after I removed the quotes and left it empty fort he following vars:Could be a podman/ podman-compose thing, don't know how it behaves in docker. I guess in docker it is working, otherwise the sample .env file would look like how it is right now.