https://api-demo.web.milkiya.ma/api/internal/cities

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_links
Symfony\Component\WebLink\GenericLinkProvider {#2110
  -links: [
    2109 => Symfony\Component\WebLink\Link {#2109
      -href: "https://api-demo.web.milkiya.ma/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"5ba07b"
exception
ErrorException {#2000
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
  #code: 0
  #file: "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 116
  #severity: E_NOTICE
  trace: {
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:116 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc($maxlifetime) …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:91 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc($maxlifetime) …
      › {    return $this->handler->gc($maxlifetime);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:185 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:352 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-foundation/Session/Session.php:261 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
      › {    $bag = $this->storage->getBag($name);}
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-foundation/Session/Session.php:283 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-foundation/Session/Session.php:85 {
      Symfony\Component\HttpFoundation\Session\Session->set(string $name, $value) …
      › {    $this->getAttributeBag()->set($name, $value);}
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Firewall/ContextListener.php:198 {
      Symfony\Component\Security\Http\Firewall\ContextListener->onKernelResponse(ResponseEvent $event) …
      › } else {    $session->set($this->sessionKey, serialize($token));}
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-kernel/HttpKernel.php:196 {
      Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
      › 
      › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-kernel/HttpKernel.php:184 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › 
      ›     return $this->filterResponse($response, $request, $type);}
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/public/index.php:5 {
      › 
      › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
        "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#1104 …9}

Request Headers

Header Value
accept
"application/json"
accept-encoding
"deflate, gzip"
accept-language
"fr_FR"
authorization
"Basic bWlsa2l5YV9wdWJsaWM6VjV6NTFqKkV5Vk5B"
basic-auth-password
"V5z51j*EyVNA"
basic-auth-username
"milkiya_public"
connection
"close"
content-type
"application/json"
host
"api-demo.web.milkiya.ma"
php-auth-pw
"******"
php-auth-user
"milkiya_public"
user-agent
"WordPress/6.8.2; https://demo.milkiya.ma/fr_fr"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Sat, 23 Aug 2025 14:42:48 GMT"
vary
"Accept"
x-debug-exception
"Notice%3A%20SessionHandler%3A%3Agc%28%29%3A%20ps_files_cleanup_dir%3A%20opendir%28%2Fvar%2Flib%2Fphp%2Fsessions%29%20failed%3A%20Permission%20denied%20%2813%29"
x-debug-exception-file
"%2Fvar%2Fwww%2FvhostsDemo%2Fproperty-management.hiitconsulting.com%2Freleases%2F20250116140459Z%2Fbackend%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FHandler%2FStrictSessionHandler.php:116"
x-debug-token
"cefc80"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 2

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 177
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 161
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 141
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 66
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:59
[
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 59
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 248
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 228
    "function" => "handleAuthenticationSuccess"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 161
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 141
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 66
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_BASE_URL
"api-demo.web.milkiya.ma"
API_PASSWORD
"6oo343GEOwi4Z"
API_SCHEME
"https"
API_USERNAME
"lretest@milkiya.ma"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"8188730c8f9fc4634926f07b5e94d899"
ASSET_VERSION
"v2"
CC_MANAGER_EMAIL
"gestion@milkiya.ma"
CC_MANDATE_EMAIL
"mandats@milkiya.ma"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://usr_property_manegement_demo:HiitCo@234@127.0.0.1:5432/demo_db_property_management?serverVersion=13&charset=utf8"
EXTERNAL_API_BASE_URL
"https://test.lre.ma/api"
GATEWAY_AUTH
"milkiya_gateway"
GATEWAY_PWD
"#bT0#u4vFt12"
HTTP_BASIC_AUTH_PASSWORD
"V5z51j*EyVNA"
HTTP_BASIC_AUTH_USERNAME
"milkiya_public"
JWT_PASSPHRASE
"1e7da0ca4642ab63f799b4fd4a15a9c1"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
JWT_TTL
"144000"
MAILER_DSN
"smtp://mailtrap:HiitCo2021@127.0.0.1:1025?encryption=&auth_mode="
MESSENGER_TRANSPORT_DSN
"amqp://guest:guest@localhost:5672"
MILKIYA_TWIG_URL
"https://demo.web.milkiya.ma/"
NG_PROPERTY_MANAGEMENT_URL
"https://demo.web.milkiya.ma/ng-property/"
SUBSCRIPTION_BASE_URL
"http://localhost:8001"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"application/json"
HTTP_ACCEPT_ENCODING
"deflate, gzip"
HTTP_ACCEPT_LANGUAGE
"fr_FR"
HTTP_AUTHORIZATION
"Basic bWlsa2l5YV9wdWJsaWM6VjV6NTFqKkV5Vk5B"
HTTP_CONNECTION
"close"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"api-demo.web.milkiya.ma"
HTTP_USER_AGENT
"WordPress/6.8.2; https://demo.milkiya.ma/fr_fr"
PATH_INFO
""
PHP_AUTH_PW
"******"
PHP_AUTH_USER
"milkiya_public"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"163.172.74.154"
REMOTE_PORT
"46292"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1755960168
REQUEST_TIME_FLOAT
1755960168.3465
REQUEST_URI
"/api/internal/cities"
SCRIPT_FILENAME
"/var/www/vhostsDemo/property-management.hiitconsulting.com/releases/20250116140459Z/backend/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"163.172.74.154"
SERVER_NAME
"api-demo.property-management.hiitconsulting.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.10.3"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,JWT_TTL,MAILER_DSN,MESSENGER_TRANSPORT_DSN,MILKIYA_TWIG_URL,NG_PROPERTY_MANAGEMENT_URL,API_BASE_URL,API_SCHEME,ASSET_VERSION,CC_MANDATE_EMAIL,CC_MANAGER_EMAIL,HTTP_BASIC_AUTH_USERNAME,HTTP_BASIC_AUTH_PASSWORD,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,GATEWAY_AUTH,GATEWAY_PWD,SUBSCRIPTION_BASE_URL,EXTERNAL_API_BASE_URL,API_USERNAME,API_PASSWORD,APP_DEBUG"
USER
"www-data"

Parent Request

Return to parent request (token = be8d3e)

Key Value
_controller
"App\Controller\CitiesPublicApiController::getAllCities"
_firewall_context
"security.firewall.map.context.internal_access"
_links
Symfony\Component\WebLink\GenericLinkProvider {#2488
  -links: [
    2490 => Symfony\Component\WebLink\Link {#2490
      -href: "https://api-demo.web.milkiya.ma/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_route
"fetchAllCities"
_route_params
[]
_security_firewall_run
"_security_internal_access"
_stopwatch_token
"506fbf"