debug platforms

This commit is contained in:
shimon 2025-01-23 07:47:23 +02:00
parent 9841f6ae87
commit 0052487d49

View file

@ -1362,6 +1362,7 @@ App::setResource('project', function ($dbForPlatform, $request, $console) {
if ($project->getAttribute('region') !== System::getEnv('_APP_REGION', 'default')) {
var_dump([
'x-projectId' => $projectId,
'projectId' => $project->getId(),
'projectRegion' => $project->getAttribute('region'),
'_APP_REGION' => System::getEnv('_APP_REGION'),