Is your Mautic instance running on an SSL-secured (HTTPS) URL?
It looks like Mautic was installed using HTTP instead of HTTPS. Some browsers and security settings may block certain functionalities when HTTPS is not enabled.
You can verify this on your Mautic instance, under Configurations > System Configurations > Site URL.
Best regards,
Ricardo
PS: You have a typo in your field - it should be “Company,” not “Comapny.”
Understood, that explains the issue you’re facing.
Did you install Mautic using Softaculous? If so, I strongly recommend reinstalling it directly with HTTPS from the beginning to avoid potential misconfigurations. I’ve encountered this issue before, and reinstalling was the most reliable fix.
If you installed it manually or switched to HTTPS later, I recommend clearing Mautic’s cache, as outdated references to HTTP may still be causing issues.
Hi, i m new to mautc and thanks for the great work. just jumping on the wagon as i m facing the same problem here and read all about on the forum. clearing the cache just makes my instance unreachable with too many redirects. done by cli and manually with a file manager, same result.
bin/console c:c reads
root@LDNmautic:/var/www/html# bin/console c:c
// Clearing the cache for the prod environment with debug false
[OK] Cache for the “prod” environment (debug=false) was successfully cleared.
so it seems it s doing the job. just to add, instance seemed to work fine over https site wide, it s only the form giving problems. when i open it in form preview the address bar shows https but when clicked it reads it s only partially protected. that s in chrome incognito. checked the dev console and have same problems as above.
so the issue at least on my case seems to be only on the form. just starting up so haven t tested many other things tho.
i m running latest development on a ubuntu 22 04 lxc container in proxmox (thank god, it only takes me 2 min to destroy and restore the instance after all the attempts of clearing cache etc) and behind a nginx proxy manager which is not giving me any problems for many other apps i m running on it.