I dont do any coding for the website but ill pass it onHi @sunni,
A quick one here. I have noticed some links go to the www and non-www version of the website. This requires either manually logging in again or adding or removing www in the browser. I am assuming you are using apache so the fix for it is relatively quick and easy. You can add this to you .htaccess file and it should fix the issue;
This will force https and www.Apache config:RewriteEngine On RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^ https://www.rollitup.org%{REQUEST_URI} [R=301,L,NE]
Regards,
Peter @ Oeck.
were currently working on our website atm so that might be it