Speaking up about Parkinson's disease–related hallucinations
and delusions 

is important

Don’t wait to talk to your healthcare provider

Short teal horizontal line that fades on both ends for creating a line break on page copy

It's common for people living with hallucinations and delusions related to Parkinson's disease (PD) to remain silent about these symptoms and not report them to a healthcare provider. By having an open discussion with your healthcare provider, he or she can help you identify and monitor these symptoms as your PD progresses, and offer ways to treat your hallucinations and delusions. See how this Symptom Discussion Guide may help you have that conversation.

Reasons to talk to your healthcare provider at the first sign of PD-related hallucinations and delusions include:

Calendar icon represents PD-related hallucinations and delusions over time and how NUPLAZID® treats PD-related hallucinations and delusions over time

They may get worse
over time

PD-related hallucinations and delusions may get worse over time, and people who experience these symptoms may not have the ability to identify whether or not what they're experiencing is real.

Icon of house represents how PD-related hallucinations and delusions can affect home life for patients and caregivers

They can affect life
at home

PD-related hallucinations and delusions can lead to increased caregiver distress, greater responsibility for caregivers, and even nursing home placement.

Icon of a gold magnifying glass Find a specialist near you

Want to learn more about PD-related hallucinations and delusions?

Get the fact sheet
Clipboard and question mark reflect available fact sheet for download to learn more about PD-related hallucinations and delusions
pill icon

See how NUPLAZID® can help with PD-related hallucinations and delusions

Icon of paper with check mark on it going into an envelope representing sign-up form for email communications

Get more information about PD-related hallucinations and delusions

IMPORTANT SAFETY INFORMATION and INDICATION

What is the most important information I should know about NUPLAZID?

  • Medicines like NUPLAZID can raise the risk of death in elderly people who have lost touch with reality (psychosis) due to confusion and memory loss (dementia).

  • NUPLAZID is not approved for the treatment of patients with dementia who experience psychosis unless their hallucinations and delusions are related to Parkinson’s disease.

Who should not take NUPLAZID?

  • Do not take NUPLAZID if you have had an allergic reaction to any of the ingredients in NUPLAZID. Allergic reactions have included rash, hives, swelling of the tongue, mouth, lips, or face, throat tightness, and shortness of breath.
  • Do not take NUPLAZID if you have certain heart conditions that change your heart rhythm. It is important to talk to your healthcare provider about this possible side effect. Call your healthcare provider if you feel a change in your heartbeat.

What other warnings should I know about NUPLAZID?

  • QT Interval Prolongation: NUPLAZID may increase the risk of changes to your heart rhythm. This risk may increase if NUPLAZID is taken with certain other medications known to prolong the QT interval. Tell your healthcare provider about all the medicines you take or have recently taken.

    Please also see What is the most important information I should know about NUPLAZID?

What medicine might interact with NUPLAZID?

  • Tell your healthcare provider about all the medicines you take. Other medicines may affect how NUPLAZID works. Some medicines should not be taken with NUPLAZID. Your healthcare provider can tell you if it is safe to take NUPLAZID with your other medicines. Do not start or stop any medicines while taking NUPLAZID without talking to your healthcare provider first.

What are the common side effects of NUPLAZID?

  • The common side effects of NUPLAZID include swelling in the legs or arms, nausea, confusion, hallucination, constipation, and changes to normal walking. These are not all the possible side effects of NUPLAZID. For more information, ask your healthcare provider about this medicine.

You are encouraged to report negative side effects of prescription drugs to the FDA. Visit www.fda.gov/medwatch or call 1‑800‑FDA‑1088. You can also call Acadia Pharmaceuticals Inc. at 1‑844‑4ACADIA (1‑844‑422‑2342).

Indication

NUPLAZID is a prescription medicine used to treat hallucinations and delusions associated with Parkinson’s disease psychosis.

How should I take NUPLAZID?

The recommended dose of NUPLAZID is one 34 mg capsule once per day, taken by mouth, with or without food.

NUPLAZID is available as 34 mg capsules and 10 mg tablets.

Please read the full Prescribing Information, including Boxed WARNING.

Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/37/9f/389f37): failed to open stream: operation failed (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/37/9f/389f37): failed to open stream: operation failed

Exception

ErrorException

  1.         if (\function_exists('gzcompress')) {
  2.             $file 'compress.zlib://'.$file;
  3.             stream_context_set_option($context'zlib''level'3);
  4.         }
  5.         if (false === file_put_contents($fileserialize($data), 0$context)) {
  6.             return false;
  7.         }
  8.         if (!$profileIndexed) {
  9.             // Add to index
  1.             if ($collector instanceof LateDataCollectorInterface) {
  2.                 $collector->lateCollect();
  3.             }
  4.         }
  5.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  6.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => \get_class($this->storage)]);
  7.         }
  8.         return $ret;
  9.     }
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 161)
  1.         if (false === $this->booted) {
  2.             return;
  3.         }
  4.         if ($this->getHttpKernel() instanceof TerminableInterface) {
  5.             $this->getHttpKernel()->terminate($request$response);
  6.         }
  7.     }
  8.     /**
  9.      * {@inheritdoc}
Kernel->terminate(object(Request), object(Response)) in public/index.php (line 35)
  1.     $kernel = new CacheKernel($kernel);
  2. }
  3. $request Request::createFromGlobals();
  4. $response $kernel->handle($request);
  5. $response->send();
  6. $kernel->terminate($request$response);

Logs 1

Level Channel Message
INFO 19:03:03 request Matched route "app_catchall_index".
{
    "route": "app_catchall_index",
    "route_parameters": {
        "_route": "app_catchall_index",
        "slug": "talking-to-your-healthcare-provider",
        "_controller": "App\\Controller\\CatchAllController::index"
    },
    "request_uri": "http://nuplazid-dev.azurewebsites.net/talking-to-your-healthcare-provider",
    "method": "GET"
}
DEBUG 19:03:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:03:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:03:03 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 19:03:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:03:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:03:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:03:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:03:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:03:03 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:03:03 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:03:03 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:03:03 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:03:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 19:03:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 19:03:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 19:03:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 19:03:03 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 19:03:03 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 19:03:03 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
INFO 19:03:03 php User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.
{
    "exception": {}
}
INFO 19:03:03 php User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.
{
    "exception": {}
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US (0.097s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US (0.097s)
{
    "api": "DELIVERY",
    "duration": 0.09676098823547363,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 653\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"2328309738187629171\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418251\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.633738,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 6661590e-3633-493a-a3a1-32fa9bdcdaad\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"RPjVeD1QCwqnX7ILJljLG\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:00.609Z\",\"updatedAt\":\"2024-10-24T15:17:29.784Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"nuplazid_logo.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/4pbvTYXPGcnHuGxIxuEsqI/bd14cd661c94f0ab02991d48d5b9d099/nuplazid_logo.png\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dd5e0e8b-89b8-492a-b09b-d751127eecfc?locale=en-US (0.016s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dd5e0e8b-89b8-492a-b09b-d751127eecfc?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01633000373840332,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dd5e0e8b-89b8-492a-b09b-d751127eecfc?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 558\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15483633956964152125\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 838809\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740061-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982184.711696,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: ef8ea34d-ea87-4b3e-b660-89146d31178c\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"dd5e0e8b-89b8-492a-b09b-d751127eecfc\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:18.813Z\",\"updatedAt\":\"2024-10-24T15:05:18.813Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"Full Prescribing Information\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2e52fa82-65ea-4ea7-acd2-a87b32c2eb03?locale=en-US (0.014s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2e52fa82-65ea-4ea7-acd2-a87b32c2eb03?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013593196868896484,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2e52fa82-65ea-4ea7-acd2-a87b32c2eb03?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 558\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"17241246573409747622\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1570421\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.729805,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: f8cc77c3-8210-481e-b274-9a595750fb70\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2e52fa82-65ea-4ea7-acd2-a87b32c2eb03\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:19.092Z\",\"updatedAt\":\"2024-10-24T15:05:19.092Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"Important Safety Information\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31aa1b92-67f0-4f3e-a567-c9c56483e65c?locale=en-US (0.013s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31aa1b92-67f0-4f3e-a567-c9c56483e65c?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012888908386230469,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31aa1b92-67f0-4f3e-a567-c9c56483e65c?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 557\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"3343150302604692438\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418251\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.743767,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 70530b17-149f-4c68-9df7-023e62a47cec\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"31aa1b92-67f0-4f3e-a567-c9c56483e65c\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:20.004Z\",\"updatedAt\":\"2024-10-24T15:05:20.004Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"For US Healthcare Providers\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0abed34d-77b4-4e26-8f97-bcbdd3ee6eab?locale=en-US (0.014s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0abed34d-77b4-4e26-8f97-bcbdd3ee6eab?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013519048690795898,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0abed34d-77b4-4e26-8f97-bcbdd3ee6eab?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 587\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"4342635639604986446\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418226\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740084-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.757048,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 0e9cb1d6-7b75-4e0a-b8fb-c2b3b1e9dcac\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"0abed34d-77b4-4e26-8f97-bcbdd3ee6eab\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:20.613Z\",\"updatedAt\":\"2024-10-24T15:05:20.613Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"Sign Up. <span class=\\\"text-nowrap\\\">Stay Informed</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90776f61-26f5-4b5d-a112-363b79ef783e?locale=en-US (0.014s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90776f61-26f5-4b5d-a112-363b79ef783e?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013643980026245117,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90776f61-26f5-4b5d-a112-363b79ef783e?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 604\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12485884042010755160\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418226\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740047-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.770986,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: e78ed74c-a40a-4bdc-91be-8ab0fddfd6f0\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"90776f61-26f5-4b5d-a112-363b79ef783e\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:19.407Z\",\"updatedAt\":\"2024-10-24T15:05:19.407Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<span markdown=0>About PD-related<br />Hallucinations and Delusions</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dc4a2cad-10e4-43e4-a927-3c1ee2ae242a?locale=en-US (0.013s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dc4a2cad-10e4-43e4-a927-3c1ee2ae242a?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.01273202896118164,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dc4a2cad-10e4-43e4-a927-3c1ee2ae242a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 626\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"10495669395077474904\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1045183\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982184.784815,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 2ee30f15-f6ba-4079-9d36-57341d254b0b\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"dc4a2cad-10e4-43e4-a927-3c1ee2ae242a\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:19.724Z\",\"updatedAt\":\"2024-10-24T15:05:19.724Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<span markdown=0>Talking to Your&nbsp;<br class=\\\"d-none d-md-block\\\">Healthcare Provider</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ee0ea2b2-9b93-4ae1-afcd-42e09a379e32?locale=en-US (0.014s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ee0ea2b2-9b93-4ae1-afcd-42e09a379e32?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013671159744262695,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ee0ea2b2-9b93-4ae1-afcd-42e09a379e32?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 546\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"2334043889685994480\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1077711\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740069-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982184.798250,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 703f6f92-166b-4acc-b82f-c414322b4c88\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"ee0ea2b2-9b93-4ae1-afcd-42e09a379e32\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:20.313Z\",\"updatedAt\":\"2024-10-24T15:05:20.313Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"Personal Stories\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a42ea7c3-77f3-4306-a053-7a26277d58e6?locale=en-US (0.014s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a42ea7c3-77f3-4306-a053-7a26277d58e6?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013801813125610352,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a42ea7c3-77f3-4306-a053-7a26277d58e6?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11460474804834152316\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 838809\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982184.812675,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 62d5872f-b90f-4741-b0e8-174b6fa53d45\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"a42ea7c3-77f3-4306-a053-7a26277d58e6\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:20.925Z\",\"updatedAt\":\"2024-10-24T15:05:20.925Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"About NUPLAZID\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/c2a5df35-c3b9-4be2-8824-47ec5b0b939d?locale=en-US (0.014s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/c2a5df35-c3b9-4be2-8824-47ec5b0b939d?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.014081001281738281,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/c2a5df35-c3b9-4be2-8824-47ec5b0b939d?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 548\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"8727587309928303211\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 259038\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740040-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982184.826579,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 8ef60b69-abeb-4221-abd6-c3e44d2cf6d5\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"c2a5df35-c3b9-4be2-8824-47ec5b0b939d\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:21.262Z\",\"updatedAt\":\"2024-10-24T15:05:21.262Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"Safety Information\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1fdc00ca-84b2-4bee-857c-bb0d9c20980d?locale=en-US (0.013s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1fdc00ca-84b2-4bee-857c-bb0d9c20980d?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013326883316040039,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1fdc00ca-84b2-4bee-857c-bb0d9c20980d?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 549\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"18016179835843396703\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1413338\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740051-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.840991,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: af9f6f66-ede6-4eb0-8532-fec70c86433a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1fdc00ca-84b2-4bee-857c-bb0d9c20980d\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:21.678Z\",\"updatedAt\":\"2024-10-24T15:05:21.678Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"Support & Resources\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/710a3289-1373-4491-b7b9-80712ca6df71?locale=en-US (0.014s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/710a3289-1373-4491-b7b9-80712ca6df71?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013581037521362305,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/710a3289-1373-4491-b7b9-80712ca6df71?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 580\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6764149622231551615\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 259038\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740034-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982184.855512,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 037ad079-9b5d-4143-8fb3-2f706a00d2c1\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"710a3289-1373-4491-b7b9-80712ca6df71\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:22.126Z\",\"updatedAt\":\"2024-10-24T15:05:22.126Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<span markdown=0>Frequently Asked Questions</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/62334c5a-5efe-417f-85db-f9398b34861a?locale=en-US (0.014s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/62334c5a-5efe-417f-85db-f9398b34861a?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.01436305046081543,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/62334c5a-5efe-417f-85db-f9398b34861a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 539\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"1304620505693214981\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 2434275\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740065-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.869441,VS0,VE2\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 4b50094d-8115-4352-bc26-eb36f065a7c1\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"62334c5a-5efe-417f-85db-f9398b34861a\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:22.488Z\",\"updatedAt\":\"2024-10-24T15:05:22.488Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"Resources\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a200c1f-a008-4bde-85d1-76ecd789974e?locale=en-US (0.013s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a200c1f-a008-4bde-85d1-76ecd789974e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012887001037597656,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a200c1f-a008-4bde-85d1-76ecd789974e?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 600\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"5576391153642058800\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 838808\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982184.884209,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: a54f784c-3108-40d5-a565-b75e796e9557\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"9a200c1f-a008-4bde-85d1-76ecd789974e\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:22.832Z\",\"updatedAt\":\"2024-10-24T15:05:22.832Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<span class=\\\"font-weight-normal\\\">Important Safety Information</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f9f15574-1c4e-4506-acd3-f7fc7553c921?locale=en-US (0.013s)
DEBUG 19:03:03 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f9f15574-1c4e-4506-acd3-f7fc7553c921?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.01312398910522461,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f9f15574-1c4e-4506-acd3-f7fc7553c921?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 599\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"1976563385804116599\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 817955\r\nDate: Sat, 20 Jun 2026 19:03:03 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982184.897467,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 04d37379-07e7-4684-b7da-0cc0f9f511bf\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"f9f15574-1c4e-4506-acd3-f7fc7553c921\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:23.140Z\",\"updatedAt\":\"2024-10-24T15:05:23.140Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<span class=\\\"font-weight-normal\\\">For US Healthcare Providers</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5EoU5X1O3mw9e0lJ8U1WEi?locale=en-US (0.135s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5EoU5X1O3mw9e0lJ8U1WEi?locale=en-US (0.135s)
{
    "api": "DELIVERY",
    "duration": 0.13457703590393066,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5EoU5X1O3mw9e0lJ8U1WEi?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 630\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"1467589342006285327\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.911047,VS0,VE122\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 9e185fc8-dea9-4f9f-aeaf-d6a34e3ad00f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"5EoU5X1O3mw9e0lJ8U1WEi\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:24.356Z\",\"updatedAt\":\"2024-10-24T15:23:24.473Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"4.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/4CQGG6uirJgPJaVsoBkGBc/566f835c8c69ccfef3ae5f025250da79/4.png\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6a39719a-66a1-4f38-bc2b-dadc611cc228?locale=en-US (0.096s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6a39719a-66a1-4f38-bc2b-dadc611cc228?locale=en-US (0.096s)
{
    "api": "DELIVERY",
    "duration": 0.09579682350158691,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6a39719a-66a1-4f38-bc2b-dadc611cc228?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 762\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"13101802444000599171\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740090-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.046203,VS0,VE83\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 87a8d6f7-36ab-4020-b3d4-e71e6f743b16\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6a39719a-66a1-4f38-bc2b-dadc611cc228\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:54.995Z\",\"updatedAt\":\"2024-10-24T15:06:54.995Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"Speaking up about Parkinson's disease–related hallucinations <span class=\\\"text-nowrap\\\"><br class=\\\"d-none d-lg-block d-xl-none\\\"/>and delusions&nbsp;</span><br class=\\\"d-none d-lg-block d-xl-none\\\"/>is important\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b93febc-9fb7-4fae-b9b2-a2910d0f1882?locale=en-US (0.100s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b93febc-9fb7-4fae-b9b2-a2910d0f1882?locale=en-US (0.100s)
{
    "api": "DELIVERY",
    "duration": 0.10019898414611816,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b93febc-9fb7-4fae-b9b2-a2910d0f1882?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 599\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"5431607932568768439\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740041-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.142725,VS0,VE88\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 7341d189-5586-4bf1-8a4b-4d3db011f495\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"0b93febc-9fb7-4fae-b9b2-a2910d0f1882\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:55.469Z\",\"updatedAt\":\"2024-10-24T15:06:55.469Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"Don&rsquo;t wait to talk to your healthcare provider\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4mAE0lEXaIL8qfLFL0CZvb?locale=en-US (0.087s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4mAE0lEXaIL8qfLFL0CZvb?locale=en-US (0.087s)
{
    "api": "DELIVERY",
    "duration": 0.08693194389343262,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4mAE0lEXaIL8qfLFL0CZvb?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 646\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11365065500016022079\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.243115,VS0,VE75\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 594bc9e5-ab9b-44c3-9b36-a2c608edb28f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"4mAE0lEXaIL8qfLFL0CZvb\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:14.825Z\",\"updatedAt\":\"2024-10-24T15:23:28.733Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"green_div.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/6EpaRtrbGxOkJhZBdW3Oqy/7fc665eec84339f56a5e2e3650279bb9/green_div.png\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/69c6d8ce-2660-4e67-8cc2-e31f4b19fc21?locale=en-US (0.088s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/69c6d8ce-2660-4e67-8cc2-e31f4b19fc21?locale=en-US (0.088s)
{
    "api": "DELIVERY",
    "duration": 0.08813595771789551,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/69c6d8ce-2660-4e67-8cc2-e31f4b19fc21?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"5048695964436813132\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740050-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982184.330332,VS0,VE76\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 8f953199-8871-4417-9521-955a3f01892f\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 653\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"69c6d8ce-2660-4e67-8cc2-e31f4b19fc21\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:57.583Z\",\"updatedAt\":\"2024-10-24T15:06:57.583Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"It's common for people living with hallucinations and delusions related to Parkinson's disease (PD) to remain silent about these symptoms and not report them to a healthcare provider. By having an open discussion with your healthcare provider, he or she can help you identify and monitor these symptoms as your PD progresses, and offer ways to treat your hallucinations and delusions. <a href=\\\"#symptom-discussion-guide\\\"><span class=\\\"text-nowrap\\\">See how</span> this Symptom Discussion Guide may help you have that conversation.</a>\\n\\nReasons to talk to your healthcare provider at the first sign of PD-related hallucinations and delusions include:\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5qfTH23JXfLCTPl771zroz?locale=en-US (0.088s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5qfTH23JXfLCTPl771zroz?locale=en-US (0.088s)
{
    "api": "DELIVERY",
    "duration": 0.08824515342712402,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5qfTH23JXfLCTPl771zroz?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 561\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"16009440915056344664\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740064-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982184.419006,VS0,VE76\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: c8884739-a18a-4e8d-a233-929f194cf7ba\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"5qfTH23JXfLCTPl771zroz\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:25.459Z\",\"updatedAt\":\"2024-10-24T15:07:25.459Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"Your doctor discussion guide\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4O1x3v8uSOdceiv8Alk6sk?locale=en-US (0.013s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4O1x3v8uSOdceiv8Alk6sk?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013141870498657227,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4O1x3v8uSOdceiv8Alk6sk?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 662\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"10476473180696279003\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 576411\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740040-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.507480,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 4cb62928-2272-4307-921e-491e3553f1db\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"4O1x3v8uSOdceiv8Alk6sk\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:03.848Z\",\"updatedAt\":\"2024-10-24T15:18:46.199Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"icons-new-ml-45.svg\",\"contentType\":\"image/svg+xml\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/5FR8su6rI7mSnWkQoMCUQ3/267aa4755ac4686d4a48cfc439205954/icons-new-ml-45.svg\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6ba76d59-af8a-4321-aa4f-da60c7cce64c?locale=en-US (0.085s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6ba76d59-af8a-4321-aa4f-da60c7cce64c?locale=en-US (0.085s)
{
    "api": "DELIVERY",
    "duration": 0.08464312553405762,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6ba76d59-af8a-4321-aa4f-da60c7cce64c?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 579\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6523346257615201596\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.520877,VS0,VE72\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: a5814c64-edfd-4461-bf71-bdfe87466458\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6ba76d59-af8a-4321-aa4f-da60c7cce64c\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:55.782Z\",\"updatedAt\":\"2024-10-24T15:06:55.782Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"They may get worse<br> over time\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/88e54a7b-f6b3-4343-84c6-a983b9dc41cf?locale=en-US (0.091s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/88e54a7b-f6b3-4343-84c6-a983b9dc41cf?locale=en-US (0.091s)
{
    "api": "DELIVERY",
    "duration": 0.09130287170410156,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/88e54a7b-f6b3-4343-84c6-a983b9dc41cf?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 776\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"17336713575492179970\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740077-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.605860,VS0,VE79\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 3d16723a-fb6a-477e-bf6f-72616858dbb1\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"88e54a7b-f6b3-4343-84c6-a983b9dc41cf\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:57.898Z\",\"updatedAt\":\"2024-10-24T15:06:57.898Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"PD-related hallucinations and delusions may get worse over time, and people who experience these symptoms may not have the ability to identify whether or not what they're <span class=\\\"text-nowrap\\\">experiencing is real.</span>\\n\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6EhGkmG1GXbibGxMuYyFEi?locale=en-US (0.013s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6EhGkmG1GXbibGxMuYyFEi?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013412952423095703,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6EhGkmG1GXbibGxMuYyFEi?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 662\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"10294791173131423745\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 500290\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740024-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.697713,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 19e8a725-80d8-4613-8c35-a729128c59ee\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6EhGkmG1GXbibGxMuYyFEi\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:09.675Z\",\"updatedAt\":\"2024-10-24T15:19:57.549Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"icons-new-ml-44.svg\",\"contentType\":\"image/svg+xml\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/5aBTT3lAWGAQkmhWCkFUTL/66235a1f583cff639d0d3881d44a24df/icons-new-ml-44.svg\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/abf5c413-989f-4579-9db5-662bc2f48ae3?locale=en-US (0.088s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/abf5c413-989f-4579-9db5-662bc2f48ae3?locale=en-US (0.088s)
{
    "api": "DELIVERY",
    "duration": 0.08789682388305664,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/abf5c413-989f-4579-9db5-662bc2f48ae3?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 579\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12153011095262441773\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.711110,VS0,VE76\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: f88b5767-028d-4368-97ee-cd7939d49e8d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"abf5c413-989f-4579-9db5-662bc2f48ae3\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:56.102Z\",\"updatedAt\":\"2024-10-24T15:06:56.102Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"They can affect life<br> at home\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9b717822-661b-422b-a06b-5750745c67b9?locale=en-US (0.086s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9b717822-661b-422b-a06b-5750745c67b9?locale=en-US (0.086s)
{
    "api": "DELIVERY",
    "duration": 0.08607697486877441,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9b717822-661b-422b-a06b-5750745c67b9?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 702\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"9189703286467510981\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740028-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.799618,VS0,VE74\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: f6376982-a953-4b36-bf70-c047869a96ce\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"9b717822-661b-422b-a06b-5750745c67b9\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:58.720Z\",\"updatedAt\":\"2024-10-24T15:06:58.720Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"PD-related hallucinations and delusions can lead to increased caregiver distress, greater responsibility for caregivers, and even nursing home placement.\\n\"}}\n",
    "exception": "N;"
}
INFO 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/68vCdm50cR47ovotyomokU?locale=en-US (0.077s)
DEBUG 19:03:04 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/68vCdm50cR47ovotyomokU?locale=en-US (0.077s)
{
    "api": "DELIVERY",
    "duration": 0.07724905014038086,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/68vCdm50cR47ovotyomokU?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 656\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"3122237851273191148\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:04 GMT\r\nX-Served-By: cache-ewr-kewr1740041-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.886014,VS0,VE65\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: d0b61b2f-1f98-4da9-9342-ed17eac9fd5a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"68vCdm50cR47ovotyomokU\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:29.364Z\",\"updatedAt\":\"2024-10-24T15:23:35.054Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"magnifying glass\",\"contentType\":\"image/svg+xml\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/6LU6JBkIkZK2FEEJNusk1P/02c653d63bd4eea2d3168a99f5f76678/magnifying_glass\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/67qcZiQiYNDwqKNQPXQfuu?locale=en-US (0.087s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/67qcZiQiYNDwqKNQPXQfuu?locale=en-US (0.087s)
{
    "api": "DELIVERY",
    "duration": 0.0868680477142334,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/67qcZiQiYNDwqKNQPXQfuu?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 567\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"4388493405097691554\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740082-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.963600,VS0,VE75\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 0db4a85f-99d8-4e7a-b438-d2f592d0b845\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"67qcZiQiYNDwqKNQPXQfuu\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:29.688Z\",\"updatedAt\":\"2024-10-24T15:07:29.688Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"<b>Find a specialist near you </b>\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Wy3IVXS1NM9Zmefz3WxLk?locale=en-US (0.013s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Wy3IVXS1NM9Zmefz3WxLk?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012871980667114258,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Wy3IVXS1NM9Zmefz3WxLk?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 648\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"10703271597400869480\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 698533\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740050-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.050969,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 2635b803-251e-4c3d-8ef2-714ed7a2839a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2Wy3IVXS1NM9Zmefz3WxLk\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:13.145Z\",\"updatedAt\":\"2024-10-24T15:20:23.635Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"with-lines.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/4keh44S5CmS6Xab6arWumY/e2bbfe73f558e919a324719c5e6b0616/with-lines.png\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ebb9597b-91e7-4277-8f81-7306c62f3e38?locale=en-US (0.085s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ebb9597b-91e7-4277-8f81-7306c62f3e38?locale=en-US (0.085s)
{
    "api": "DELIVERY",
    "duration": 0.08467793464660645,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ebb9597b-91e7-4277-8f81-7306c62f3e38?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 612\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12158638599889475331\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.064056,VS0,VE72\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: a1fc50aa-35d0-4790-86dc-1e3de8588719\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"ebb9597b-91e7-4277-8f81-7306c62f3e38\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:56.401Z\",\"updatedAt\":\"2024-10-24T15:06:56.401Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"Want to learn more about PD-related hallucinations and delusions?\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5lymQOnbtKsqieIR1ElIgi?locale=en-US (0.014s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5lymQOnbtKsqieIR1ElIgi?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013779163360595703,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5lymQOnbtKsqieIR1ElIgi?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 660\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15846328899716812121\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418251\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982185.149086,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 963267da-3b93-4782-aea5-36168cbacbce\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"5lymQOnbtKsqieIR1ElIgi\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:12.366Z\",\"updatedAt\":\"2024-10-24T15:20:27.931Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"rule-below-titlw.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/5DM5dOZtDQFSsFpzvFoM7Y/6dadca8803cfa45a1ae6de61139da736/rule-below-titlw.png\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/18103a33-df4f-4c0b-bbb8-23cfada3d3c3?locale=en-US (0.087s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/18103a33-df4f-4c0b-bbb8-23cfada3d3c3?locale=en-US (0.087s)
{
    "api": "DELIVERY",
    "duration": 0.08661484718322754,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/18103a33-df4f-4c0b-bbb8-23cfada3d3c3?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 572\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"7575102820320942130\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740048-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.163440,VS0,VE74\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: ca645585-a21c-4bbc-97e4-c7d5ab0a7012\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"18103a33-df4f-4c0b-bbb8-23cfada3d3c3\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:58.471Z\",\"updatedAt\":\"2024-10-24T15:06:58.471Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"<b>Get the fact sheet</b>\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6Y6JdElzxItx9CvXZGsYVf?locale=en-US (0.089s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6Y6JdElzxItx9CvXZGsYVf?locale=en-US (0.089s)
{
    "api": "DELIVERY",
    "duration": 0.0886240005493164,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6Y6JdElzxItx9CvXZGsYVf?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 668\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"1625528182041204832\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.250137,VS0,VE76\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: ce76c2ab-537a-4b81-a2d1-9768ea3fe1ff\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6Y6JdElzxItx9CvXZGsYVf\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:23.830Z\",\"updatedAt\":\"2024-10-24T15:23:41.276Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"icons-new-ml-60s-1.svg\",\"contentType\":\"image/svg+xml\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/5DsjeBnsTKbdROjiBuwmII/6766c207a88399bb7ffc25f79e443c68/icons-new-ml-60s-1.svg\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4b6c8525-93a3-4d98-af58-a288702e12be?locale=en-US (0.110s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4b6c8525-93a3-4d98-af58-a288702e12be?locale=en-US (0.110s)
{
    "api": "DELIVERY",
    "duration": 0.10968208312988281,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4b6c8525-93a3-4d98-af58-a288702e12be?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 558\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"5879022118802698438\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740038-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982185.339461,VS0,VE97\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: a70dc968-1b34-478c-b692-e2bb676d75d6\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"4b6c8525-93a3-4d98-af58-a288702e12be\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:59.979Z\",\"updatedAt\":\"2024-10-24T15:06:59.979Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"Back to top\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Gaao6XF1SPvxujOMLyxAx?locale=en-US (0.013s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Gaao6XF1SPvxujOMLyxAx?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012542963027954102,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Gaao6XF1SPvxujOMLyxAx?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 662\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11313682289679043532\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 716407\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740077-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.449293,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 90f17c18-a384-4950-a31d-7089a7f62341\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2Gaao6XF1SPvxujOMLyxAx\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:04.149Z\",\"updatedAt\":\"2024-10-24T15:18:50.507Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"icons-new-ml-52.svg\",\"contentType\":\"image/svg+xml\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/1kczkaihOmRNq8QMW5U8gP/76e601a42123012091f084d527473bef/icons-new-ml-52.svg\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/41d322c8-1feb-4ec3-accc-1aba12b71eb0?locale=en-US (0.088s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/41d322c8-1feb-4ec3-accc-1aba12b71eb0?locale=en-US (0.088s)
{
    "api": "DELIVERY",
    "duration": 0.08805704116821289,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/41d322c8-1feb-4ec3-accc-1aba12b71eb0?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 671\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12865251044381106123\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740064-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982185.462188,VS0,VE76\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 4d5bdcac-b815-483d-b45e-4ee622c73e2b\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"41d322c8-1feb-4ec3-accc-1aba12b71eb0\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:56.783Z\",\"updatedAt\":\"2024-10-24T15:06:56.783Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"See how NUPLAZID<sup>&#174;</sup> can help with <span class=\\\"text-nowrap\\\">PD-related</span> hallucinations and delusions\\n\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/b30bf74c-4cad-4690-a921-2adaec4acc42?locale=en-US (0.098s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/b30bf74c-4cad-4690-a921-2adaec4acc42?locale=en-US (0.098s)
{
    "api": "DELIVERY",
    "duration": 0.09833312034606934,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/b30bf74c-4cad-4690-a921-2adaec4acc42?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 564\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6610861091968956190\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740064-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.550694,VS0,VE86\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 0fa2e693-752b-4494-872c-7dacb4ac22df\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"b30bf74c-4cad-4690-a921-2adaec4acc42\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:58.227Z\",\"updatedAt\":\"2024-10-24T15:06:58.227Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"<b>Learn more</b>\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7B4tyyhhBUI2jzUQxMP4Iw?locale=en-US (0.014s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7B4tyyhhBUI2jzUQxMP4Iw?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.01420283317565918,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7B4tyyhhBUI2jzUQxMP4Iw?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 662\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"16798586130721773697\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 257912\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740091-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982186.649809,VS0,VE2\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 0a45232c-0f1b-43cc-91d9-44854e16958f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"7B4tyyhhBUI2jzUQxMP4Iw\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:05.787Z\",\"updatedAt\":\"2024-10-24T15:19:03.577Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"icons-new-ml-47.svg\",\"contentType\":\"image/svg+xml\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/25ysP1qdTSgkMl5ZAlgBiP/a6f2471af5e2d3533ba94c077336237d/icons-new-ml-47.svg\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7f719e87-9b26-4b3f-a1fe-61bbad63d69b?locale=en-US (0.080s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7f719e87-9b26-4b3f-a1fe-61bbad63d69b?locale=en-US (0.080s)
{
    "api": "DELIVERY",
    "duration": 0.08026695251464844,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7f719e87-9b26-4b3f-a1fe-61bbad63d69b?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 648\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"1679310322383479326\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.664004,VS0,VE68\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 43bb2be9-9bcf-4d13-9fca-53050ea73f92\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"7f719e87-9b26-4b3f-a1fe-61bbad63d69b\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:57.108Z\",\"updatedAt\":\"2024-10-24T15:06:57.108Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"Get more information about <span class=\\\"text-nowrap\\\">PD-related</span> hallucinations and delusions\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/560a1f2f-316e-4cfb-82da-c30f8d9b7a7d?locale=en-US (0.077s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/560a1f2f-316e-4cfb-82da-c30f8d9b7a7d?locale=en-US (0.077s)
{
    "api": "DELIVERY",
    "duration": 0.076934814453125,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/560a1f2f-316e-4cfb-82da-c30f8d9b7a7d?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 565\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12670694691819751072\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740074-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.744853,VS0,VE65\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 90d39d4f-4ca0-4bf2-a43c-a16932ea796a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"560a1f2f-316e-4cfb-82da-c30f8d9b7a7d\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:59.046Z\",\"updatedAt\":\"2024-10-24T15:06:59.046Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"<b>Sign up now</b>\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e61598fa-8d5d-4cbb-afd9-800026d0a0f0?locale=en-US (0.033s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e61598fa-8d5d-4cbb-afd9-800026d0a0f0?locale=en-US (0.033s)
{
    "api": "DELIVERY",
    "duration": 0.032958984375,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e61598fa-8d5d-4cbb-afd9-800026d0a0f0?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 692\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6376939475783916564\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 385612\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982186.822112,VS0,VE21\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 671a5080-6cfd-4fbb-991c-81d59b1f5eae\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"e61598fa-8d5d-4cbb-afd9-800026d0a0f0\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:59.349Z\",\"updatedAt\":\"2024-10-24T15:06:59.349Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"<span markdown=0>About PD-related&nbsp;<br class=\\\"d-block d-md-none\\\"/>Hallucinations and&nbsp;<br class=\\\"d-block d-md-none\\\"/>Delusions</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/44692e70-3798-4fc8-846b-7aa9107e0428?locale=en-US (0.096s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/44692e70-3798-4fc8-846b-7aa9107e0428?locale=en-US (0.096s)
{
    "api": "DELIVERY",
    "duration": 0.09572005271911621,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/44692e70-3798-4fc8-846b-7aa9107e0428?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 625\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"8831732482212375587\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.855392,VS0,VE83\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 4d59b087-94dc-41de-9b67-2eef12571c78\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"44692e70-3798-4fc8-846b-7aa9107e0428\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:59.672Z\",\"updatedAt\":\"2024-10-24T15:06:59.672Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"talking-to-your-healthcare-provider\",\"content\":\"<span markdown=0>Personal&nbsp;<br class=\\\"d-block d-md-none\\\"/>Stories</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f5592632-49e4-4964-a2a3-f6fc6af8122e?locale=en-US (0.013s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f5592632-49e4-4964-a2a3-f6fc6af8122e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.01299595832824707,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f5592632-49e4-4964-a2a3-f6fc6af8122e?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 712\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"9111292140016402444\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418227\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781982186.960009,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 722fa0ee-5c36-4b22-9dbf-c2c47238cd68\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"f5592632-49e4-4964-a2a3-f6fc6af8122e\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:12.153Z\",\"updatedAt\":\"2024-10-24T15:05:12.153Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<img src=\\\"https://a.storyblok.com/f/85248/50x68/a34b5b0fc9/clipboard.png\\\" class=\\\"float-left mr-2\\\" />IMPORTANT SAFETY INFORMATION <span class=\\\"text-nowrap\\\">and INDICATION</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db071491-fb8e-4649-af22-bb884a2db0dc?locale=en-US (0.013s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db071491-fb8e-4649-af22-bb884a2db0dc?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012678146362304688,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db071491-fb8e-4649-af22-bb884a2db0dc?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 666\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12897026762856047177\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418227\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740070-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.973275,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 4812ce7e-d22f-41b2-9119-7aeab5930d47\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"db071491-fb8e-4649-af22-bb884a2db0dc\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:12.456Z\",\"updatedAt\":\"2024-10-24T15:05:12.456Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<span class=\\\"text-primary d-inline-block\\\"><strong>What is the most important information I should know about NUPLAZID?</strong></span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/910139d3-619f-432a-a69a-2ba93b043a6a?locale=en-US (0.015s)
DEBUG 19:03:05 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/910139d3-619f-432a-a69a-2ba93b043a6a?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.014858007431030273,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/910139d3-619f-432a-a69a-2ba93b043a6a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 882\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12574531174344669923\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 265476\r\nDate: Sat, 20 Jun 2026 19:03:05 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982186.988613,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: eba9e234-c17a-420c-8ad6-d00c0e09c0d1\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"910139d3-619f-432a-a69a-2ba93b043a6a\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:12.874Z\",\"updatedAt\":\"2024-10-24T15:05:12.874Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"global isi\",\"content\":\"- **<p>Medicines like NUPLAZID can raise the risk of death in elderly people who have lost touch with reality (psychosis) due to confusion and memory loss (dementia).</p>**\\n- **<p>NUPLAZID is not approved for the treatment of patients with dementia who experience psychosis unless their hallucinations and delusions are related to Parkinson’s disease.</p>**\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US (0.014s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013774871826171875,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 598\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"3933309708259859053\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 259037\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.002410,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 8601459a-5319-44be-90df-7f8fd7a56f6d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"45iK4N3Re0cKDJxg7V2714\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:31.598Z\",\"updatedAt\":\"2024-10-24T15:07:31.598Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"ISI\",\"content\":\"<span class=\\\"text-primary d-inline-block\\\"><strong>Who should not take NUPLAZID?</strong></span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9babf544-a6d0-4d14-83eb-fabecef6356d?locale=en-US (0.014s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9babf544-a6d0-4d14-83eb-fabecef6356d?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.014096975326538086,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9babf544-a6d0-4d14-83eb-fabecef6356d?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 817\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"4890919478120485640\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418227\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982186.016540,VS0,VE2\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 829ede40-86b1-4357-b05b-45fbc328ff7d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"9babf544-a6d0-4d14-83eb-fabecef6356d\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:13.177Z\",\"updatedAt\":\"2024-10-24T15:05:13.177Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"- **<span class=\\\"text-primary\\\">Do not take NUPLAZID if you</span>** <span>have had an allergic reaction to any of the ingredients in NUPLAZID. Allergic reactions have included rash, hives, swelling of the tongue, mouth, lips, or face, throat tightness, and shortness of breath. </span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012990951538085938,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 799\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6217699729541491152\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 397833\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740039-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982186.030818,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 8853d494-3c3d-4b47-8967-f4341c94e6cd\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"ATsnttJxj28YtOcbluXGV\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:31.948Z\",\"updatedAt\":\"2024-10-24T15:07:31.948Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"ISI\",\"content\":\" - **<span class=\\\"text-primary\\\">Do not take NUPLAZID if you have certain heart conditions</span>** <span>that change your heart rhythm. It is important to talk to your healthcare provider about this possible side effect. Call your healthcare provider if you feel a change in your heartbeat.</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012818098068237305,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 618\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6701230827623311653\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1150043\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.044042,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: a0aaedbd-1513-4c16-b35d-acf07faa7e4a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"7GkX4Ykj3ECQd2j6Jym6fX\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:32.248Z\",\"updatedAt\":\"2024-10-24T15:07:32.248Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"ISI\",\"content\":\"<span class=\\\"text-primary d-inline-block\\\"><strong>What other warnings should I know about NUPLAZID?</strong></span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b31470c-12b4-407a-8dbb-91b82bdfe978?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b31470c-12b4-407a-8dbb-91b82bdfe978?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012829065322875977,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b31470c-12b4-407a-8dbb-91b82bdfe978?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"17419741518652993093\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418251\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982186.057129,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 0cb75643-3d90-4d57-adcc-ad7952ed53d9\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 607\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"0b31470c-12b4-407a-8dbb-91b82bdfe978\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:13.500Z\",\"updatedAt\":\"2024-10-24T15:05:13.500Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<ul>\\n  <li><strong><span class=\\\"text-primary\\\">QT Interval Prolongation: </span></strong><span>NUPLAZID may increase the risk of changes to your heart rhythm. This risk may increase if NUPLAZID is taken with certain other medications known to prolong the QT interval. Tell your healthcare provider about all the medicines you take or have recently taken.</span>\\n<br>\\n<p class=\\\"mt-3 mb-0\\\">Please also see <strong><span class=\\\"text-primary\\\">What is the most important information I should know about NUPLAZID?</span></strong></p></li>\\n\\n  </ul>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012996912002563477,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 612\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"7247011680971114803\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 259037\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740049-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982186.070325,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: a4cc8f8e-ef60-4fe6-bf74-86580e906a2f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6u5GHBfNaOdcWCM6M4l94P\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:32.501Z\",\"updatedAt\":\"2024-10-24T15:07:32.501Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"ISI\",\"content\":\"<span class=\\\"text-primary d-inline-block\\\"><strong>What medicine might interact with NUPLAZID?</strong></span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e0f4579d-0308-4518-857e-7fa5d8bfaa17?locale=en-US (0.014s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e0f4579d-0308-4518-857e-7fa5d8bfaa17?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013649940490722656,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e0f4579d-0308-4518-857e-7fa5d8bfaa17?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 949\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15361680911725515560\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1077712\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740079-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.083690,VS0,VE2\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 1e3b4fe5-16a9-47eb-bd82-01ba41a87c4e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"e0f4579d-0308-4518-857e-7fa5d8bfaa17\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:13.899Z\",\"updatedAt\":\"2024-10-24T15:05:13.899Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"- **<span class=\\\"text-primary\\\">Tell your healthcare provider about all the medicines you take.</span>** <span>Other medicines may affect how NUPLAZID works. Some medicines should not be taken with NUPLAZID. Your healthcare provider can tell you if it is safe to take NUPLAZID with your other medicines. Do not start or stop any medicines while taking NUPLAZID without talking to your healthcare provider first.</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012861013412475586,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 614\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"13056461598287959631\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 777784\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740068-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.097606,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: af0dbb58-10f6-480b-ac9a-24e36aa9dc91\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6VPDwIkcWGPMwKEkOSd97q\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:33.012Z\",\"updatedAt\":\"2024-10-24T15:07:33.012Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"ISI\",\"content\":\"<span class=\\\"text-primary d-inline-block\\\"><strong>What are the common side effects of NUPLAZID?</strong></span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1ee93639-d430-461b-99ca-78756fae9b5f?locale=en-US (0.014s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1ee93639-d430-461b-99ca-78756fae9b5f?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013577938079833984,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1ee93639-d430-461b-99ca-78756fae9b5f?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 879\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6841407700963274506\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1077712\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982186.110775,VS0,VE2\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 5c042488-7e06-40ca-a4c3-8e48f5ab5a68\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1ee93639-d430-461b-99ca-78756fae9b5f\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:14.312Z\",\"updatedAt\":\"2024-10-24T15:05:14.312Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"- <span>The</span> **<span class=\\\"text-primary\\\">common side effects</span>** <span>of NUPLAZID include swelling in the legs or arms, nausea, confusion, hallucination, constipation, and changes to normal walking. These are not all the possible side effects of NUPLAZID. For more information, ask your healthcare provider about this medicine.</span>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6dd0c5df-a84e-4b30-a53c-68aedadba574?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6dd0c5df-a84e-4b30-a53c-68aedadba574?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012761831283569336,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6dd0c5df-a84e-4b30-a53c-68aedadba574?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 878\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11157647150451450614\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 863719\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.124642,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: c90c2106-0afb-4ef2-b917-95b5b1273899\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6dd0c5df-a84e-4b30-a53c-68aedadba574\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:14.643Z\",\"updatedAt\":\"2024-10-24T15:05:14.643Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"You are encouraged to report negative side effects of prescription drugs to the FDA.  Visit <a class=\\\"modal-link\\\" href=\\\"#modal-fda\\\" data-toggle=\\\"modal\\\" data-dismiss=\\\"modal\\\" aria-label=\\\"Close\\\" >www.fda.gov/medwatch</a> or call 1‑800‑FDA‑1088. You can also call Acadia Pharmaceuticals Inc. at 1‑844‑4ACADIA (1‑844‑422‑2342).\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/020ff2f1-dc0a-4022-aa98-e99b32428c21?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/020ff2f1-dc0a-4022-aa98-e99b32428c21?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013128995895385742,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/020ff2f1-dc0a-4022-aa98-e99b32428c21?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 540\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15857313354771499893\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 886785\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982186.137981,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: e897a104-0ec5-4e56-91f5-243e45eb78d4\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"020ff2f1-dc0a-4022-aa98-e99b32428c21\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:10.625Z\",\"updatedAt\":\"2024-10-24T15:05:10.625Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"Indication\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/d548440c-e3fa-4b8a-a9af-241857427770?locale=en-US (0.022s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/d548440c-e3fa-4b8a-a9af-241857427770?locale=en-US (0.022s)
{
    "api": "DELIVERY",
    "duration": 0.021654844284057617,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/d548440c-e3fa-4b8a-a9af-241857427770?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 657\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"4069148858612808608\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1413339\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740035-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.151054,VS0,VE9\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: f00dc006-40e5-406f-8035-2ab49f434726\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"d548440c-e3fa-4b8a-a9af-241857427770\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:15.068Z\",\"updatedAt\":\"2024-10-24T15:05:15.068Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"NUPLAZID is a prescription medicine used to treat hallucinations and delusions associated with Parkinson’s disease psychosis.\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/37ed4dde-cd2b-4bd9-b353-bb4f2af75af7?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/37ed4dde-cd2b-4bd9-b353-bb4f2af75af7?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012995004653930664,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/37ed4dde-cd2b-4bd9-b353-bb4f2af75af7?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 557\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"18345851553706813524\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418227\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740071-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982186.173024,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: c8cd3544-b29d-4ba1-9dd4-2f119f11711f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"37ed4dde-cd2b-4bd9-b353-bb4f2af75af7\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:11.011Z\",\"updatedAt\":\"2024-10-24T15:05:11.011Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"How should I take NUPLAZID?\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5632da9-db49-4181-8170-2e42d198a6e0?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5632da9-db49-4181-8170-2e42d198a6e0?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.01286005973815918,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5632da9-db49-4181-8170-2e42d198a6e0?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 913\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15364284737718214347\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1415461\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.186212,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 223c356c-d1e6-4694-9458-65404a8349ff\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"a5632da9-db49-4181-8170-2e42d198a6e0\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:15.428Z\",\"updatedAt\":\"2024-10-24T15:05:15.428Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"global isi\",\"content\":\"The recommended dose of NUPLAZID is one <span class=\\\"text-nowrap\\\">34 mg</span> capsule once per day, taken by mouth, with or without food.\\n\\nNUPLAZID is available as 34 mg capsules and <span class=\\\"text-nowrap\\\">10 mg</span> tablets.\\n\\nPlease read the full <a href=\\\"/pdf/nuplazid-prescribing-information.pdf\\\" target=\\\"_blank\\\">Prescribing Information</a>, including **Boxed WARNING**.\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7e86b57d-3fc9-45e2-820d-4c087144ee20?locale=en-US (0.014s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7e86b57d-3fc9-45e2-820d-4c087144ee20?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013560056686401367,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7e86b57d-3fc9-45e2-820d-4c087144ee20?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 820\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"2495470355627892120\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 740807\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982186.199440,VS0,VE2\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: b69693a2-162d-4543-8ffc-090271eeb237\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"7e86b57d-3fc9-45e2-820d-4c087144ee20\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:15.813Z\",\"updatedAt\":\"2024-10-24T15:05:15.813Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"You are now leaving NUPLAZID.com to visit a website that is not owned or operated by Acadia Pharmaceuticals Inc. Links to all outside sites are provided as resources only. Acadia Pharmaceuticals Inc. does not accept responsibility or liability for the content or services of other websites.\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/71ed97b4-9253-40f4-b928-2ab95f70842c?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/71ed97b4-9253-40f4-b928-2ab95f70842c?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012607097625732422,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/71ed97b4-9253-40f4-b928-2ab95f70842c?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 541\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11891348236072066770\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 606032\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.213239,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: bb30e255-4589-4306-b49c-6cb65a7065fc\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"71ed97b4-9253-40f4-b928-2ab95f70842c\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:17.885Z\",\"updatedAt\":\"2024-10-24T15:05:17.885Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<b>Stay</b>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90636f8e-95c7-4f65-bfcc-e2fb0925bae9?locale=en-US (0.014s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90636f8e-95c7-4f65-bfcc-e2fb0925bae9?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.01353907585144043,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90636f8e-95c7-4f65-bfcc-e2fb0925bae9?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 545\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"8156350897180069553\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 418226\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982186.226069,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 944a3282-aaaf-4417-9b82-86c3edad12fe\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"90636f8e-95c7-4f65-bfcc-e2fb0925bae9\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:18.208Z\",\"updatedAt\":\"2024-10-24T15:05:18.208Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<b>Continue</b>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7cd6d07a-89e4-4545-b732-53f591428b93?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7cd6d07a-89e4-4545-b732-53f591428b93?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012864112854003906,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7cd6d07a-89e4-4545-b732-53f591428b93?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 586\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15910106825742585690\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1548568\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740078-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.242899,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: a5a45a1f-5860-4c33-8a31-f056c5812d9e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"7cd6d07a-89e4-4545-b732-53f591428b93\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:16.173Z\",\"updatedAt\":\"2024-10-24T15:05:16.173Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<p>This website is intended for use by US residents.</p>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ed1719e3-9685-45f8-8a24-8304e232348e?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ed1719e3-9685-45f8-8a24-8304e232348e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012923002243041992,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ed1719e3-9685-45f8-8a24-8304e232348e?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 540\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"16694745377287895780\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1077712\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982186.255922,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 41821bb5-f909-4f29-8bc9-2f2680d09206\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"ed1719e3-9685-45f8-8a24-8304e232348e\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:23.427Z\",\"updatedAt\":\"2024-10-24T15:05:23.427Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"Contact Us\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31d18885-f2a9-47c7-8bfe-e7be843c6cb5?locale=en-US (0.014s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31d18885-f2a9-47c7-8bfe-e7be843c6cb5?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.01361989974975586,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31d18885-f2a9-47c7-8bfe-e7be843c6cb5?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"4115664593656388453\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 265456\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740033-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781982186.269094,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 85a78ca6-d7b2-4fa2-a789-0e61beae7c21\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"31d18885-f2a9-47c7-8bfe-e7be843c6cb5\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:23.752Z\",\"updatedAt\":\"2024-10-24T15:05:23.752Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"Privacy Policy\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/795afa38-572d-4cb7-9a06-ea0ab59db44e?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/795afa38-572d-4cb7-9a06-ea0ab59db44e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012867927551269531,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/795afa38-572d-4cb7-9a06-ea0ab59db44e?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 530\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"7893319370740560268\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 259036\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740026-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781982186.283096,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 9e5ba940-76a9-43ab-88a0-6a94327a80b3\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"795afa38-572d-4cb7-9a06-ea0ab59db44e\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:18.513Z\",\"updatedAt\":\"2024-10-24T15:05:18.513Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012849092483520508,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 673\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12432701020741044937\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 831223\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740062-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982186.296288,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 5e730e27-f4ec-41e3-a004-f5916911f262\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"8U7fcj1IUBwx3QRk9h96a\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:00.949Z\",\"updatedAt\":\"2024-10-24T15:21:18.108Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"acadia_primary_white_2x.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/2VZpYnWlZegqqdVzzkYCb9/07c7f85da52271bbe7602a1132455711/acadia_primary_white_2x.png\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/23b9796d-03b2-41e3-8e4e-44192a131fc2?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/23b9796d-03b2-41e3-8e4e-44192a131fc2?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013316869735717773,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/23b9796d-03b2-41e3-8e4e-44192a131fc2?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 595\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11543160015497312453\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1061997\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781982186.309425,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 23bad15d-53bf-4a44-9200-2eda258a151e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"23b9796d-03b2-41e3-8e4e-44192a131fc2\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:16.846Z\",\"updatedAt\":\"2024-10-24T15:05:16.846Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<p>12830 El Camino Real, Suite 400<br />\\nSan Diego, CA 92130</p>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fbccc97f-4a4c-4fe8-beaa-ca8d58c43a0a?locale=en-US (0.013s)
DEBUG 19:03:06 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fbccc97f-4a4c-4fe8-beaa-ca8d58c43a0a?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013329029083251953,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fbccc97f-4a4c-4fe8-beaa-ca8d58c43a0a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 592\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12939619960788279001\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 974588\r\nDate: Sat, 20 Jun 2026 19:03:06 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781982186.322911,VS0,VE1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: c499c839-8593-4659-945c-3acefb893256\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"fbccc97f-4a4c-4fe8-beaa-ca8d58c43a0a\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:05:17.222Z\",\"updatedAt\":\"2024-10-24T15:05:17.222Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"404-page-not-found\",\"content\":\"<a href=\\\"/safety-information\\\">**See Safety Information**</a>\"}}\n",
    "exception": "N;"
}
INFO 19:03:06 security Populated the TokenStorage with an anonymous Token.
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 19:03:06 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 19:03:06 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 19:03:06 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 19:03:06 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 19:03:06 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 19:03:06 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 19:03:06 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
WARNING 19:03:06 php Uncaught Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/37/9f/389f37): failed to open stream: operation failed
{
    "exception": {}
}
CRITICAL 19:03:06 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/37/9f/389f37): failed to open stream: operation failed" at /home/site/wwwroot/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175
{
    "exception": {}
}
DEBUG 19:03:06 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:03:06 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:03:06 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 19:03:06 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:03:06 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:03:06 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:03:06 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:03:06 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:03:06 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:03:06 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:03:06 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:03:06 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:03:06 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 19:03:06 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 19:03:06 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 19:03:06 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 19:03:06 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 19:03:06 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 19:03:06 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}

Stack Trace

ErrorException

ErrorException:
Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/37/9f/389f37): failed to open stream: operation failed

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile))
     (vendor/symfony/http-kernel/Profiler/Profiler.php:101)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:112)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:230)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.terminate', object(TerminateEvent))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:59)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (vendor/symfony/http-kernel/HttpKernel.php:99)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (vendor/symfony/http-kernel/Kernel.php:161)
  at Symfony\Component\HttpKernel\Kernel->terminate(object(Request), object(Response))
     (public/index.php:35)                
Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/31/de/1ede31): failed to open stream: operation failed (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/31/de/1ede31): failed to open stream: operation failed

Exception

ErrorException

  1.         if (\function_exists('gzcompress')) {
  2.             $file 'compress.zlib://'.$file;
  3.             stream_context_set_option($context'zlib''level'3);
  4.         }
  5.         if (false === file_put_contents($fileserialize($data), 0$context)) {
  6.             return false;
  7.         }
  8.         if (!$profileIndexed) {
  9.             // Add to index
  1.             if ($collector instanceof LateDataCollectorInterface) {
  2.                 $collector->lateCollect();
  3.             }
  4.         }
  5.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  6.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => \get_class($this->storage)]);
  7.         }
  8.         return $ret;
  9.     }
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
  1.         $response $this->handleThrowable($exception$requestself::MASTER_REQUEST);
  2.         $response->sendHeaders();
  3.         $response->sendContent();
  4.         $this->terminate($request$response);
  5.     }
  6.     /**
  7.      * Handles a request to convert it to a response.
  8.      *
  1.                         if ($hasRun) {
  2.                             throw $e;
  3.                         }
  4.                         $hasRun true;
  5.                         $kernel->terminateWithException($e$request);
  6.                     };
  7.                 }
  8.             } elseif ($event instanceof ConsoleEvent && $app $event->getCommand()->getApplication()) {
  9.                 $output $event->getOutput();
  10.                 if ($output instanceof ConsoleOutputInterface) {
in /home/site/wwwroot/vendor/symfony/error-handler/ErrorHandler.php :: Symfony\Component\HttpKernel\EventListener\{closure} (line 594)
  1.             $this->exceptionHandler null;
  2.         }
  3.         try {
  4.             if (null !== $exceptionHandler) {
  5.                 return $exceptionHandler($exception);
  6.             }
  7.             $handlerException $handlerException ?: $exception;
  8.         } catch (\Throwable $handlerException) {
  9.         }
  10.         if ($exception === $handlerException && null === $this->exceptionHandler) {
ErrorHandler->handleException(object(ErrorException))

Stack Trace

ErrorException

ErrorException:
Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/31/de/1ede31): failed to open stream: operation failed

  at /home/site/wwwroot/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile))
     (/home/site/wwwroot/vendor/symfony/http-kernel/Profiler/Profiler.php:101)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (/home/site/wwwroot/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:112)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/home/site/wwwroot/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/home/site/wwwroot/vendor/symfony/event-dispatcher/EventDispatcher.php:230)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.terminate', object(TerminateEvent))
     (/home/site/wwwroot/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (/home/site/wwwroot/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (/home/site/wwwroot/vendor/symfony/http-kernel/HttpKernel.php:99)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (/home/site/wwwroot/vendor/symfony/http-kernel/HttpKernel.php:116)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException(object(ErrorException), object(Request))
     (/home/site/wwwroot/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:118)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}(object(ErrorException))
     (/home/site/wwwroot/vendor/symfony/error-handler/ErrorHandler.php:594)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException(object(ErrorException))