Looping page refreshes for non-logged-in users

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
santfather
Posts: 27
Joined: 02 Feb 2022, 10:43

Looping page refreshes for non-logged-in users

Post by santfather » 01 Mar 2022, 15:02

Laravel version: 8.80
Aimeos version: 2021.10
PHP version: 8.0.8


the problem is for unregistered users. if you don't log in, the page is constantly updated. this is observed only on the main page. the catalog /shop page is working correctly. after registration, the problem disappears

User avatar
aimeos
Administrator
Posts: 8636
Joined: 01 Jan 1970, 00:00

Re: Looping page refreshes for non-logged-in users

Post by aimeos » 03 Mar 2022, 08:54

This may be caused by the redirect in the header template of the aimeos/ai-cms-grapesjs package.
Please make sure you have installed at least version 2021.10.5 which removes that code.

If this is not the problem, please check if you have a custom redirect in your code or routes/web.php file.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply