Summary:
"Secure Cookie Is Not Enabled" pop up appears upon login to Admin Portal
Question/Issue Description:
How i can prevent this error from appearing
Environment Details:
Error/Log Message:
Secure Cookie Is Not Enabled..
Steps to Reproduce:
Usually appears on new installation when HTTPS/SSL certificates are not yet configured
Resolution/Workaround:
- Install SSL certificate and make sure your FileCloud URL is reachable over HTTPS: SSL Configuration - FileCloud Docs - Server
- Open cloudconfig.php file:
______________
Windows: C:\xampp\htdocs\config\
Linux: /var/www/html/config/cloudconfig.php
______________
- Add / Edit below line:
______________
define("TONIDOCLOUD_SECURE_COOKIE", 1);
______________
Notes: