Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home Page Too Many Redirects On Mobile, Clearing Cache will Work #1778

Open
suryawomshi opened this issue Mar 4, 2023 · 1 comment
Open

Comments

@suryawomshi
Copy link

suryawomshi commented Mar 4, 2023

Created site using ee site create example.com --type=wp --cache --php=8.0 --ssl=le --proxy-cache=on --proxy-cache-max-size=1g --proxy-cache-max-time=60m

everything works fine for sometime then home page on mobile starts giving too many redirects. Desktop access works and even browser simulated phone page works. all other pages works fine on mobile as well as desktop. If I run ee site clean --page then the page will start working for sometime.

ee cli info

+-------------------+--------------------------------------------------------------------------+
| OS | Linux 5.15.0-1031-aws #35-Ubuntu SMP Fri Feb 10 02:07:18 UTC 2023 x86_64 |
| Shell | /bin/bash |
| PHP binary | /usr/bin/php8.0 |
| PHP version | 8.0.28 |
| php.ini used | /etc/php/8.0/cli/php.ini |
| EE root dir | phar://ee.phar |
| EE vendor dir | phar://ee.phar/vendor |
| EE phar path | /home/ubuntu |
| EE packages dir | |
| EE global config | /opt/easyengine/config/config.yml |
| EE project config | |
| EE version | 4.6.5 |
+-------------------+--------------------------------------------------------------------------+

### lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy

### docker version
Client: Docker Engine - Community
Version: 23.0.1
API version: 1.42
Go version: go1.19.5
Git commit: a5ee5b1
Built: Thu Feb 9 19:47:01 2023
OS/Arch: linux/amd64
Context: default

Server: Docker Engine - Community
Engine:
Version: 23.0.1
API version: 1.42 (minimum version 1.12)
Go version: go1.19.5
Git commit: bc3805a
Built: Thu Feb 9 19:47:01 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.18
GitCommit: 2456e983eb9e37e47538f59ea18f2043c9a73640
runc:
Version: 1.1.4
GitCommit: v1.1.4-0-g5fd4c4d
docker-init:
Version: 0.19.0
GitCommit: de40ad0

### docker-compose version
docker-compose version 1.29.2, build 5becea4c
docker-py version: 5.0.0
CPython version: 3.7.10
OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019

@joebailey26
Copy link

Is it possible you are using Cloudflare Flexible SSL? As this is known to cause redirect loops with WP sites.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants