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’m very new to Lando. Yesterday i tested Lando on a Laravel project and everything is working fine. Now i did a lando init on another project and copied my working .lando.yml from the first working project. After lando start my new project is up and all the domains are green. When i visit the site i get a permanent http -> https 301 redirect (too many redirects). Event when i accept the cert i just get a blank page with 404 page not found.
Also tried with this, but on start every url is red.
[PHP]max_execution_time = 60
max_input_time = 900
max_input_vars = 10000
memory_limit = 1000M
upload_max_filesize = 100M
post_max_size = 100M
// Edit
docker ps
All containers are up:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c9a55287aca1 bitnami/mysql:5.7.29-debian-10-r51 "/lando-entrypoint.s…" 3 minutes ago Up 2 minutes 127.0.0.1:3307->3306/tcp pro_database_1
d63119c82219 redis:5 "/lando-entrypoint.s…" 3 minutes ago Up 2 minutes 127.0.0.1:51736->6379/tcp pro_cache_1
099b0f56bd26 mailhog/mailhog:v1.0.1 "/lando-entrypoint.s…" 3 minutes ago Up 2 minutes 8025/tcp, 127.0.0.1:51738->80/tcp, 127.0.0.1:51737->1025/tcp pro_mail_1
cd3c02f40039 devwithlando/php:8.0-apache-4 "/lando-entrypoint.s…" 3 minutes ago Up 2 minutes 127.0.0.1:51739->80/tcp pro_appserver_1
b2d7190f9caa traefik:2.2.0 "/lando-entrypoint.s…" 4 minutes ago Up 3 minutes 127.0.0.1:80->80/tcp, 127.0.0.1:443->443/tcp, 127.0.0.1:51673->8080/tcp landoproxyhyperion5000gandalfedition_proxy_1
I also tried to use another name and did a lando poweroff & lando rebuild
Visiting the mail URL is working. Just my main app domain is redirected to https all the time. My app itself doesn't redirect insecure requests to https.
The text was updated successfully, but these errors were encountered:
Hey! 👋
I’m very new to Lando. Yesterday i tested Lando on a Laravel project and everything is working fine. Now i did a
lando init
on another project and copied my working.lando.yml
from the first working project. Afterlando start
my new project is up and all the domains are green. When i visit the site i get a permanent http -> https 301 redirect (too many redirects). Event when i accept the cert i just get a blank page with404 page not found
.Also tried with this, but on start every url is red.
Any ideas?
.lando.yml
php.ini
// Edit
docker ps
All containers are up:
I also tried to use another name and did a
lando poweroff
&lando rebuild
Visiting the mail URL is working. Just my main app domain is redirected to https all the time. My app itself doesn't redirect insecure requests to https.
The text was updated successfully, but these errors were encountered: