Skip to content
English
  • There are no suggestions because the search field is empty.

Error in Superadmin portal

Original Question or Issue:

When clicking on Total License multiple times on the superadmin portal, an “Unauthorized” error appears, then I'm logged out.


Environment:

  • Product - FileCloud Server
  • Version - 23.261.0
  • Platform - Linux

Steps to Reproduce:

Multi-tenant setup.

Missing cloudconfig parameters.


Error or Log Message:

401 Unauthorized.


Defect or Enhancement Number:

 


Cause:

Cookie Configuration.


Resolution or Workaround:

Add the flags below to /var/www/html/config/cloudconfig.php

define("TONIDOCLOUD_COOKIE_SAME_SITE_TYPE", "None");

define("TONIDOCLOUD_HTTPONLY_COOKIE", 0);

Restart the FileCloud fcorchestrator service:

systemctl restart fcorchestrator


Notes: