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
Having a similar experience to that reported here #44.
Running lando v3.6.5
and trying to fire up a drupal 7 site.
Init and start & pull seem to work perfectly.
lando init --source platformsh
lando start
lando pull
gives me all the urls, and service locations, etc. However when I go to visit the url, I get an nginx 500 server error. The error log shows the following:
2022/10/13 03:57:00 [error] 235#0: *6 rewrite or internal redirection cycle while redirect to named location "@rewrite", client: 172.21.0.2, server: , request: "GET / HTTP/1.1", host: "www.mysite.lndo.site"
2022/10/13 03:57:01 [error] 235#0: *7 rewrite or internal redirection cycle while redirect to named location "@rewrite", client: 172.21.0.2, server: , request: "GET /favicon.ico HTTP/1.1", host: "www.mysite.lndo.site", referrer: "https://www.mysite.lndo.site/"
I've tried powering down, restarting and rebuilding and no joy. Any suggestions would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Having a similar experience to that reported here #44.
Running lando v3.6.5
and trying to fire up a drupal 7 site.
Init and start & pull seem to work perfectly.
gives me all the urls, and service locations, etc. However when I go to visit the url, I get an nginx 500 server error. The error log shows the following:
I've tried powering down, restarting and rebuilding and no joy. Any suggestions would be greatly appreciated!
The text was updated successfully, but these errors were encountered: