Hello, after upgrading to 7.0.X, I'm getting:
When I check the data/logs, the following Error is being logged:
Getting this Error with old and newly created portals with and without custom id/url.
Running on Docker with Version 7.0.6
Code:
"GET /api/v1/portal-access/6050fa258d721ba07/ HTTP/1.0" 200 330 "https://crm.safri.net/portal/XXXXXX "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36" espocrm | 10.123.234.1 - info@XXXXXX [18/Oct/2021:11:57:15 +0000] "GET /api/v1/portal-access/6050fa258d721ba07/Metadata HTTP/1.0" 500 196 "https://crm.safri.net/portal/XXXXX"
Code:
DEBUG: API (0) GET /6050fa258d721ba07/Metadata; Route pattern: /{portalId}/Metadata; Route params: Array ( [controller] => Metadata [portalId] => 6050fa258d721ba07 ) [] [] [2021-10-18 11:39:06] ERROR: (0) GET /6050fa258d721ba07/Metadata; line: 88, file: /var/www/html/application/Espo/Core/Portal/Acl/AccessChecker/AccessCheckerFactory.php [] []
Running on Docker with Version 7.0.6
Comment