Open jenslaufer opened 4 years ago
Set the site_url
in app/config/local.php
to a domain without https
like http://example.com
and delete the cache (rm -rf var/cache/*
. Afterwards, go to https://example.com
and reset your site_url
to https://example.com
either through the configuration or in the config again. This should solve it.
@tnolle Thanks, this worked getting my newly installed Docker container from 3.0.2 to 3.1.2 and then again from 3.1.2 to 3.2.2 👍
Bug Description
I am running mautic with docker-compose with the following configuration
traefik.toml:
traefik/dynamic/force-https.toml
After the upgrade to 3.1.2 I am getting the error "too many requests" in the browser. Before everything was fine
Steps to reproduce
Log errors
Upgrade seemed successful. It seems there is a problem with the 301 redirects most probably in combination with https and a custom domain.
Any ideas to fix the problem quickly with a workaround without reinstalling everything? Thanks
[//]: # ( Invisible comment: Please check for related errors in the latest log file in [mautic root]/app/log/ and/or the web server's logs and post them here. Be sure to remove sensitive information if applicable. )