We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f254a commit e9a2497Copy full SHA for e9a2497
1 file changed
system/backend/php/lib/HAXCMS.php
@@ -1954,6 +1954,10 @@ public function appJWTConnectionSettings($base = '/')
1954
$isDashboardRequest = !$pathContainsSiteSegment($requestPath);
1955
}
1956
1957
+ if ($isDashboardRequest) {
1958
+ $sitename = '';
1959
+ $multisiteUrlName = '';
1960
+ }
1961
$baseApiPath = $systemRequestBase . '/';
1962
if (!$isDashboardRequest) {
1963
if ($normalizedBasePath !== '/') {
0 commit comments