Error 404 Not Found

GET https://vendordesk-dev.marello.com/assets/js/message.js

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"8fb290"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#366
  #message: "Asset with public path "/assets/js/message.js" not found."
  #code: 0
  #file: "/var/www/vdeskbackoffice/application/releases/64/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php"
  #line: 130
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php:130 {
      Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber->onKernelRequest(RequestEvent $event): void …
      › if (!$asset) {    throw new NotFoundHttpException(\sprintf('Asset with public path "%s" not found.', $pathInfo));}
    }
    /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vdeskbackoffice/application/releases/64/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vdeskbackoffice/application/releases/64/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vdeskbackoffice/application/releases/64/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1144
  -records: [
    "" => [
      [
        "timestamp" => 1779921802
        "timestamp_rfc3339" => "2026-05-27T22:43:22.130+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1174
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
            #code: 0
            #file: "/var/www/vdeskbackoffice/application/releases/64/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vdeskbackoffice/application/releases/64/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
              /var/www/vdeskbackoffice/application/releases/64/var/cache/dev/ContainerCxLZqfk/App_KernelDevDebugContainer.php:669 {
                ContainerCxLZqfk\App_KernelDevDebugContainer::{closure:ContainerCxLZqfk\App_KernelDevDebugContainer::__construct():241} …
                › include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-turbo/src/Twig/TwigExtension.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/dependency-injection/Container.php:144 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/Kernel.php:399 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/Kernel.php:732 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/Kernel.php:170 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->container) {    $this->preBoot();}
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vdeskbackoffice/application/releases/64/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vdeskbackoffice/application/releases/64/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vdeskbackoffice/application/releases/64/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1779921802
        "timestamp_rfc3339" => "2026-05-27T22:43:22.130+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1173
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
            #code: 0
            #file: "/var/www/vdeskbackoffice/application/releases/64/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vdeskbackoffice/application/releases/64/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
              /var/www/vdeskbackoffice/application/releases/64/var/cache/dev/ContainerCxLZqfk/App_KernelDevDebugContainer.php:670 {
                ContainerCxLZqfk\App_KernelDevDebugContainer::{closure:ContainerCxLZqfk\App_KernelDevDebugContainer::__construct():241} …
                › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/dependency-injection/Container.php:144 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/Kernel.php:399 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/Kernel.php:732 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/Kernel.php:170 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->container) {    $this->preBoot();}
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vdeskbackoffice/application/releases/64/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vdeskbackoffice/application/releases/64/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vdeskbackoffice/application/releases/64/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
    ]
    3 => [
      [
        "timestamp" => 1779921802
        "timestamp_rfc3339" => "2026-05-27T22:43:22.246+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Asset with public path "/assets/js/message.js" not found." at AssetMapperDevServerSubscriber.php line 130"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#366
            #message: "Asset with public path "/assets/js/message.js" not found."
            #code: 0
            #file: "/var/www/vdeskbackoffice/application/releases/64/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php"
            #line: 130
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php:130 {
                Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber->onKernelRequest(RequestEvent $event): void …
                › if (!$asset) {    throw new NotFoundHttpException(\sprintf('Asset with public path "%s" not found.', $pathInfo));}
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/http-kernel/Kernel.php:191 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/vdeskbackoffice/application/releases/64/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vdeskbackoffice/application/releases/64/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vdeskbackoffice/application/releases/64/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vdeskbackoffice/application/releases/64/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    3 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1143 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
cookie
"main_deauth_profile_token=5d367e"
from
"gptbot(at)openai.com"
host
"vendordesk-dev.marello.com"
referer
"https://vendordesk-dev.marello.com/_profiler/1cbdcb/search/results?ip=155.2.228.196&limit=10"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.4; +https://openai.com/gptbot)"
x-openai-host-hash
"828762083"
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
"text/html; charset=UTF-8"
date
"Wed, 27 May 2026 22:43:22 GMT"
vary
"Accept"
x-debug-exception
"Asset%20with%20public%20path%20%22%2Fassets%2Fjs%2Fmessage.js%22%20not%20found."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvdeskbackoffice%2Fapplication%2Freleases%2F64%2Fvendor%2Fsymfony%2Fasset-mapper%2FAssetMapperDevServerSubscriber.php:130"
x-debug-token
"5e4d6b"

Cookies

Request Cookies

Key Value
main_deauth_profile_token
"5d367e"

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_EMAIL
"admin@example.com"
AI_CLOUD_ENABLED
"false"
ALERT_EMAIL_TO
"falco@marello.com"
ANTHROPIC_API_KEY
"your-api-key-here"
ANTHROPIC_MODEL
"claude-sonnet-4-6"
APP_BASE_DOMAIN
"vendordesk-proto.marello.com"
APP_ENCRYPTION_KEY
"B5osHya/ixRGVWp+0yy4pCAqUSOR7E22427AS7JjJ6Y="
APP_ENV
"dev"
APP_GOTENBERG_URL
"http://localhost:6083"
APP_JWT_SECRET
"cREzp2kzUVcKz37TMtXxJCpqwMCZuJ2ew6yNRl5hhPo="
APP_PLATFORM_DOMAIN
"vendordesk-proto.marello.com"
APP_SECRET
"3c1191e47e1dcdb796941dcd4e3f0444"
APP_SHARE_DIR
"var/share"
APP_URL
"http://localhost:8000"
BRANDFETCH_API_KEY
""
CORS_ALLOW_ORIGIN
"^https?://([a-z0-9-]+\.)?localhost(:[0-9]+)?$"
DATABASE_URL
"postgresql://vdeskbackoffice_db:wiJwcWdS9MUUpOQ3@127.0.0.1:5432/vdeskbackoffice_db?serverVersion=16&charset=utf8"
DB_NAME
"app"
DB_PASSWORD
"!ChangeMe!"
DB_USER
"app"
DEFAULT_URI
"https://vendordesk-proto.marello.com"
ELASTICSEARCH_INDEX
"products"
ELASTICSEARCH_URL
"http://localhost:9200"
LINKEDIN_CLIENT_ID
""
LINKEDIN_CLIENT_SECRET
""
MAILER_DSN
"native://default"
MAILER_FROM
"noreply@localhost"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OLLAMA_CHAT_MODEL
"llama3.2"
OLLAMA_EMBED_MODEL
"nomic-embed-text"
OLLAMA_URL
"http://127.0.0.1:11434"
PORTAL_DNS_SKIP
"false"
TURNSTILE_SECRET_KEY
""
TURNSTILE_SITE_KEY
""

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/vdeskbackoffice/application/releases/64"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/vdeskbackoffice/application/releases/64"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/vdeskbackoffice/public_html"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vdeskbackoffice"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_COOKIE
"main_deauth_profile_token=5d367e"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"vendordesk-dev.marello.com"
HTTP_REFERER
"https://vendordesk-dev.marello.com/_profiler/1cbdcb/search/results?ip=155.2.228.196&limit=10"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.4; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"828762083"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"74.7.227.62"
REMOTE_PORT
"39512"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1779921802
REQUEST_TIME_FLOAT
1779921802.1179
REQUEST_URI
"/assets/js/message.js"
SCRIPT_FILENAME
"/var/www/vdeskbackoffice/public_html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"5.22.211.244"
SERVER_NAME
"vendordesk-dev.marello.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.22.1"
SYMFONY_DOTENV_PATH
"/var/www/vdeskbackoffice/application/releases/64/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,APP_ENCRYPTION_KEY,APP_BASE_DOMAIN,APP_URL,APP_PLATFORM_DOMAIN,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MAILER_FROM,ADMIN_EMAIL,OLLAMA_URL,OLLAMA_CHAT_MODEL,OLLAMA_EMBED_MODEL,ANTHROPIC_API_KEY,ANTHROPIC_MODEL,APP_GOTENBERG_URL,BRANDFETCH_API_KEY,AI_CLOUD_ENABLED,LINKEDIN_CLIENT_ID,LINKEDIN_CLIENT_SECRET,ELASTICSEARCH_URL,ELASTICSEARCH_INDEX,ALERT_EMAIL_TO,CORS_ALLOW_ORIGIN,TURNSTILE_SITE_KEY,TURNSTILE_SECRET_KEY,DB_PASSWORD,DB_USER,DB_NAME,PORTAL_DNS_SKIP,APP_JWT_SECRET"
USER
"vdeskbackoffice"

Parent Request

Return to parent request (token = dc7034)

Key Value
_remove_csp_headers
true
_stopwatch_token
"8783a1"