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/90/46/724690): 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/90/46/724690): 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 20:17:14 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 20:17:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 20:17:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 20:17:14 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 20:17:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 20:17:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 20:17:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 20:17:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 20:17:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 20:17:14 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 20:17:14 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 20:17:14 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 20:17:14 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 20:17:14 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 20:17:14 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 20:17:14 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 20:17:14 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 20:17:14 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 20:17:14 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 20:17:14 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 20:17:14 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 20:17:14 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 20:17:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US (0.222s)
DEBUG 20:17:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US (0.222s)
{
    "api": "DELIVERY",
    "duration": 0.2217400074005127,
    "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: 422701\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986634.357757,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: 5adf5594-57fe-4a51-a4bd-df1daa3ae6c3\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 20:17:14 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.017s)
DEBUG 20:17:14 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.016650915145874023,
    "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: 1464068\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740061-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986634.388838,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: f455bab3-13f2-4534-8d09-fdcdde5ab0fc\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 20:17:14 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.018s)
DEBUG 20:17:14 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.018s)
{
    "api": "DELIVERY",
    "duration": 0.01755499839782715,
    "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: 822467\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986634.409330,VS0,VE3\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: 53d2b4f0-57f4-4f49-a9e4-dc12754b72c6\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 20:17:14 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.016s)
DEBUG 20:17:14 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.01588582992553711,
    "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: 422701\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986634.427357,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: a1258b7d-7d0a-4c82-bf34-ec429897e4a8\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 20:17:14 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.018s)
DEBUG 20:17:14 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.018s)
{
    "api": "DELIVERY",
    "duration": 0.01761603355407715,
    "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\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: 1376183\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740084-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986634.443878,VS0,VE3\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: 76727dbb-0d46-4da3-8d3a-814be7bf03ff\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 20:17:14 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.016s)
DEBUG 20:17:14 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.01637411117553711,
    "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: 1406176\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740047-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986634.461956,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: d13fc68c-961a-4136-a996-1581d6e96658\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 20:17:14 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.016s)
DEBUG 20:17:14 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.0158998966217041,
    "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\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: 269907\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986634.478792,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: 2b4033b4-69e2-4ef5-bb24-759c97bf969d\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 20:17:14 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.016s)
DEBUG 20:17:14 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016124963760375977,
    "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\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: \"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: 97435\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740069-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986634.495096,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: 3a63360a-d630-4194-ad01-3e9c7ba2b1e5\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 20:17:14 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.016s)
DEBUG 20:17:14 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.015743017196655273,
    "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\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: 843259\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986635.511797,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: 78489e3f-6185-4a68-94cb-05ae54336269\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 20:17:14 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.025s)
DEBUG 20:17:14 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.025s)
{
    "api": "DELIVERY",
    "duration": 0.024637222290039062,
    "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: 1406176\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740040-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986635.527681,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: d4d4da7d-7f61-4a09-8bc7-3ce6d4f45c6d\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 20:17:14 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.016s)
DEBUG 20:17:14 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.01636815071105957,
    "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: 1417789\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740051-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.552724,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: 939c662c-3dc6-45c1-9478-9d94087c5ff1\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 20:17:14 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.016s)
DEBUG 20:17:14 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.01643514633178711,
    "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: 1553019\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740034-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 4, 0\r\nX-Timer: S1781986635.569917,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: dd5d9118-da8a-4424-9414-4fd2969f36ed\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 20:17:14 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.017s)
DEBUG 20:17:14 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.016555070877075195,
    "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: 2438726\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740065-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 6, 0\r\nX-Timer: S1781986635.586584,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: a7b68374-d3ec-4600-b9ca-e96a7c01576f\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 20:17:14 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.019s)
DEBUG 20:17:14 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.019s)
{
    "api": "DELIVERY",
    "duration": 0.018959999084472656,
    "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\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: 843259\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.603892,VS0,VE4\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: e9ea258b-c31f-4c6e-8d55-aec73681a695\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 20:17:14 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.016s)
DEBUG 20:17:14 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.01636195182800293,
    "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\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: 263488\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.622719,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: 5fefb618-baaa-4317-9cbf-77895db6a86f\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 20:17:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5EoU5X1O3mw9e0lJ8U1WEi?locale=en-US (0.051s)
DEBUG 20:17:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5EoU5X1O3mw9e0lJ8U1WEi?locale=en-US (0.051s)
{
    "api": "DELIVERY",
    "duration": 0.051473140716552734,
    "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: 4451\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.639652,VS0,VE37\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: 92e4d623-f541-45c2-a8ee-0f5445a08169\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 20:17:14 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.017s)
DEBUG 20:17:14 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.016746044158935547,
    "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: 506951\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740090-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.691566,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: d8b2449e-abbe-46d4-adf7-43157863a2ae\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 20:17:14 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.016s)
DEBUG 20:17:14 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016150951385498047,
    "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: 450564\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740041-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.708737,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: 116d7df1-f647-424d-88e0-174c55129c57\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 20:17:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4mAE0lEXaIL8qfLFL0CZvb?locale=en-US (0.121s)
DEBUG 20:17:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4mAE0lEXaIL8qfLFL0CZvb?locale=en-US (0.121s)
{
    "api": "DELIVERY",
    "duration": 0.12094807624816895,
    "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: 4451\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.725519,VS0,VE106\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: 48aa093d-7978-4dae-971e-bc8f19be1f07\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 20:17:14 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.054s)
DEBUG 20:17:14 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.054s)
{
    "api": "DELIVERY",
    "duration": 0.05382585525512695,
    "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: 4450\r\nDate: Sat, 20 Jun 2026 20:17:14 GMT\r\nX-Served-By: cache-ewr-kewr1740050-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.846677,VS0,VE39\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: 7cad89b2-f7c8-4f02-af81-b172e698f1eb\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5qfTH23JXfLCTPl771zroz?locale=en-US (0.124s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5qfTH23JXfLCTPl771zroz?locale=en-US (0.124s)
{
    "api": "DELIVERY",
    "duration": 0.12405109405517578,
    "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: 4451\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740064-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.901980,VS0,VE108\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: b903b986-fb36-49e0-868a-78b4998361c2\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4O1x3v8uSOdceiv8Alk6sk?locale=en-US (0.016s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4O1x3v8uSOdceiv8Alk6sk?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01634693145751953,
    "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: 580862\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740040-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.025929,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: d4765f37-7449-44db-9cb6-bb982c94ec8f\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 20:17:15 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.051s)
DEBUG 20:17:15 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.051s)
{
    "api": "DELIVERY",
    "duration": 0.051306962966918945,
    "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: 4450\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.042817,VS0,VE36\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: cf909d9e-e551-484e-86cf-caae4f4106e6\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 20:17:15 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.052s)
DEBUG 20:17:15 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.052s)
{
    "api": "DELIVERY",
    "duration": 0.05238795280456543,
    "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: 4450\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740077-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986635.094447,VS0,VE38\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: 1ad6a304-18e3-4eb4-8371-00cb2044b7a7\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6EhGkmG1GXbibGxMuYyFEi?locale=en-US (0.017s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6EhGkmG1GXbibGxMuYyFEi?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016891002655029297,
    "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\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: 504741\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740024-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.148300,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: 7f1ddb27-f6a0-45b6-9424-4f3fc683cbc5\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 20:17:15 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.019s)
DEBUG 20:17:15 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.019s)
{
    "api": "DELIVERY",
    "duration": 0.019283056259155273,
    "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\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: 506951\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.164602,VS0,VE5\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: bf9553e5-a937-40a4-a087-b543dc2347a0\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 20:17:15 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.055s)
DEBUG 20:17:15 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.055s)
{
    "api": "DELIVERY",
    "duration": 0.05466604232788086,
    "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: 4450\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740028-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.185216,VS0,VE39\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: c7cc95c5-8650-4690-a88f-ee00f699b812\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/68vCdm50cR47ovotyomokU?locale=en-US (0.018s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/68vCdm50cR47ovotyomokU?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.017719030380249023,
    "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: 506951\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740041-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.240079,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: e3ae3de4-2fe3-41ea-864b-4108f89519f8\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/67qcZiQiYNDwqKNQPXQfuu?locale=en-US (0.023s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/67qcZiQiYNDwqKNQPXQfuu?locale=en-US (0.023s)
{
    "api": "DELIVERY",
    "duration": 0.02289605140686035,
    "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\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: 1059978\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740082-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.264519,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: 4cdf88d6-1bae-4df2-a933-a2ad8886aa37\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Wy3IVXS1NM9Zmefz3WxLk?locale=en-US (0.020s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Wy3IVXS1NM9Zmefz3WxLk?locale=en-US (0.020s)
{
    "api": "DELIVERY",
    "duration": 0.02003192901611328,
    "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: 702984\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740050-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986635.281445,VS0,VE4\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: 412ca2ff-b6e9-43ff-91b6-ee9b081f9103\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 20:17:15 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.021s)
DEBUG 20:17:15 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.021s)
{
    "api": "DELIVERY",
    "duration": 0.021145105361938477,
    "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\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: 506951\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.301976,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: fd22825b-c061-4230-912f-e36696703e14\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5lymQOnbtKsqieIR1ElIgi?locale=en-US (0.023s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5lymQOnbtKsqieIR1ElIgi?locale=en-US (0.023s)
{
    "api": "DELIVERY",
    "duration": 0.023005962371826172,
    "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\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: 422701\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986635.323619,VS0,VE3\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: 9c1542d9-670a-4561-b925-8907b5978413\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 20:17:15 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.018s)
DEBUG 20:17:15 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.018s)
{
    "api": "DELIVERY",
    "duration": 0.017544031143188477,
    "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: 506951\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740048-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.347098,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: 487c5e67-ca72-47a2-bd57-fefe1aa69254\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6Y6JdElzxItx9CvXZGsYVf?locale=en-US (0.123s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6Y6JdElzxItx9CvXZGsYVf?locale=en-US (0.123s)
{
    "api": "DELIVERY",
    "duration": 0.12257194519042969,
    "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: 4450\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986635.365322,VS0,VE106\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: f61d74dc-2017-458b-a7db-43df1ab0ac91\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 20:17:15 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.023s)
DEBUG 20:17:15 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.023s)
{
    "api": "DELIVERY",
    "duration": 0.023339033126831055,
    "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: 506950\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740038-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986635.487759,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: 44b37775-794a-47aa-a288-354ae841f19c\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Gaao6XF1SPvxujOMLyxAx?locale=en-US (0.017s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Gaao6XF1SPvxujOMLyxAx?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.017163991928100586,
    "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\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: 1290433\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740077-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.511551,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: c4a4932d-c3c7-4401-96cc-40dde05a7dbf\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 20:17:15 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.017s)
DEBUG 20:17:15 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.017440080642700195,
    "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: 506950\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740064-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.531083,VS0,VE3\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: 9014f9ad-0c98-4dda-ab2c-c9b1c0452f68\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 20:17:15 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.052s)
DEBUG 20:17:15 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.052s)
{
    "api": "DELIVERY",
    "duration": 0.05240678787231445,
    "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: 4450\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740064-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.549793,VS0,VE37\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: 07ed6d6e-c63c-44e4-beeb-eafe53e4ace2\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7B4tyyhhBUI2jzUQxMP4Iw?locale=en-US (0.018s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7B4tyyhhBUI2jzUQxMP4Iw?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.017513036727905273,
    "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\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: \"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: 1406176\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740091-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.601882,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: d65a686d-a2e7-46b0-92e4-69f0be25d3f6\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 20:17:15 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.123s)
DEBUG 20:17:15 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.123s)
{
    "api": "DELIVERY",
    "duration": 0.12257599830627441,
    "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: 4450\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.619687,VS0,VE108\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: 7ee57c9e-2249-42e6-9419-dcb76462eab4\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 20:17:15 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.054s)
DEBUG 20:17:15 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.054s)
{
    "api": "DELIVERY",
    "duration": 0.05368614196777344,
    "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: 4450\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740074-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.743870,VS0,VE38\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: f8185d54-5daf-4bdd-bcd5-f9299845e5b3\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 20:17:15 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.018s)
DEBUG 20:17:15 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.018s)
{
    "api": "DELIVERY",
    "duration": 0.0178220272064209,
    "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\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: 390062\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986636.798397,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: 1e5e372b-b804-4112-835f-a1f9e2f8d0ba\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 20:17:15 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.016s)
DEBUG 20:17:15 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016169071197509766,
    "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\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: 506950\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.816082,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: 1f948fc7-8a87-485a-b625-0f9e872ab400\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 20:17:15 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.016s)
DEBUG 20:17:15 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.01581096649169922,
    "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: 979037\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.840489,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: 4dfc3c60-3e86-4699-8ad8-78a257a515df\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 20:17:15 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.016s)
DEBUG 20:17:15 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016273975372314453,
    "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\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: 1419912\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740070-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986636.857406,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: 02ac65ab-851c-47aa-a050-ca11e1c48ef5\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 20:17:15 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.018s)
DEBUG 20:17:15 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.018s)
{
    "api": "DELIVERY",
    "duration": 0.01845693588256836,
    "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\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: 2598526\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781986636.874356,VS0,VE4\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: 32db135d-85a5-4ebd-a5a2-7ad6189dc0ca\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US (0.017s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.01706099510192871,
    "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\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: 1249485\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.893848,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: c03a9da2-268e-44c1-8d61-4dc410a98b9f\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 20:17:15 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.016s)
DEBUG 20:17:15 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016386032104492188,
    "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: 422677\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986636.911329,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: 3db5a4dd-3a0d-405c-92ff-3de4eac93699\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US (0.016s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015725135803222656,
    "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\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: 1330165\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740039-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986636.928058,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: cb502993-ffea-4797-8927-f10ebbe0b62c\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US (0.016s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016443967819213867,
    "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\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: 453088\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.944195,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: fadd85c9-9867-44f0-b169-c18eac7036d0\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 20:17:15 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.017s)
DEBUG 20:17:15 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.016518831253051758,
    "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\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: 422701\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 6, 0\r\nX-Timer: S1781986636.961157,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: c95a085d-a35f-4924-8c82-172b8dbbf67f\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 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US (0.016s)
DEBUG 20:17:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01595306396484375,
    "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\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: 1419911\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740049-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.978213,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: 8fc91bd2-6b49-406b-a1c7-1431f270bc7d\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 20:17:16 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.022s)
DEBUG 20:17:16 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.022s)
{
    "api": "DELIVERY",
    "duration": 0.02201700210571289,
    "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: 453088\r\nDate: Sat, 20 Jun 2026 20:17:15 GMT\r\nX-Served-By: cache-ewr-kewr1740079-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986636.994834,VS0,VE3\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: 3c1b9a28-04b8-4846-9ae6-40dcc076bf93\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 20:17:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US (0.016s)
DEBUG 20:17:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015655994415283203,
    "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: 782234\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740068-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.017041,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: 1153e545-f716-4dae-9365-1da5df092021\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 20:17:16 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.018s)
DEBUG 20:17:16 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.018s)
{
    "api": "DELIVERY",
    "duration": 0.017508983612060547,
    "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: 835671\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.033017,VS0,VE3\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: 914c19bd-44f5-49b9-9efa-5a462f1336d8\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 20:17:16 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.016s)
DEBUG 20:17:16 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.01616692543029785,
    "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\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: 1330164\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.051088,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: 62d02e29-6add-48a1-87c4-c37154235bbe\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 20:17:16 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.016s)
DEBUG 20:17:16 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016127824783325195,
    "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\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: 891235\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.067659,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: 74612870-d7ce-41ce-9fcc-35239d589020\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 20:17:16 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.016s)
DEBUG 20:17:16 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016067981719970703,
    "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: 1417789\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740035-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986636.084373,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: 5f873a92-19de-4d70-8c9b-e45791741218\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 20:17:16 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.016s)
DEBUG 20:17:16 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.015644073486328125,
    "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\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: 422676\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740071-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.100656,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: bcd7894b-e0da-42c2-b82f-b470b9531cd5\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 20:17:16 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.016s)
DEBUG 20:17:16 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.01637101173400879,
    "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\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: 861137\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.117005,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: 9f8cde13-d952-4428-8272-5f74d88a3f6d\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 20:17:16 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.017s)
DEBUG 20:17:16 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.01654791831970215,
    "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\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: 745256\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986636.133558,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: f498b695-8b2a-4444-87a4-d59b26d4923c\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 20:17:16 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.017s)
DEBUG 20:17:16 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.0170900821685791,
    "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: 610481\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986636.150726,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: ef95ab75-46f3-4102-b4b5-656417085473\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 20:17:16 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.016s)
DEBUG 20:17:16 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016173124313354492,
    "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\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: \"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: 422677\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986636.168107,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: d5e2f69e-f5de-43ff-ad12-851bed1c12a6\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 20:17:16 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.016s)
DEBUG 20:17:16 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.0161590576171875,
    "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: 835672\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740078-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.188731,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: 290ec0d7-6223-429b-a4d4-ebb4d2031dc9\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 20:17:16 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.017s)
DEBUG 20:17:16 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.017142057418823242,
    "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: 263486\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.205405,VS0,VE3\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: 8abf1a47-a014-4dde-8f57-cbf82bfe0b8a\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 20:17:16 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.018s)
DEBUG 20:17:16 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.018s)
{
    "api": "DELIVERY",
    "duration": 0.017596960067749023,
    "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\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: 269906\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740033-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.222798,VS0,VE3\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: 31b689ca-22c3-41fc-bb27-b35e28a34f42\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 20:17:16 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.016s)
DEBUG 20:17:16 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.0160980224609375,
    "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: 263487\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740026-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986636.240818,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: df2b6c38-11dc-46c9-9751-eb6dcc19285c\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 20:17:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US (0.019s)
DEBUG 20:17:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US (0.019s)
{
    "api": "DELIVERY",
    "duration": 0.019028186798095703,
    "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\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: 835672\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740062-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.260101,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: dc6490d4-a607-40d2-8dec-b85645138a98\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 20:17:16 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.019s)
DEBUG 20:17:16 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.019s)
{
    "api": "DELIVERY",
    "duration": 0.018750905990600586,
    "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\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: 1281142\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.279082,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: a5cea072-433c-4e48-a0fe-a6487175150e\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 20:17:16 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.019s)
DEBUG 20:17:16 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.019s)
{
    "api": "DELIVERY",
    "duration": 0.018687009811401367,
    "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: 422701\r\nDate: Sat, 20 Jun 2026 20:17:16 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-dfw-kdal2120043-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986636.296014,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: 30201bdb-8270-4f7c-9c45-634b7daf4ac9\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 20:17:16 security Populated the TokenStorage with an anonymous Token.
DEBUG 20:17:16 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 20:17:16 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 20:17:16 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 20:17:16 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 20:17:16 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 20:17:16 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 20:17:16 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 20:17:16 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 20:17:16 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 20:17:16 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 20:17:16 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 20:17:16 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 20:17:16 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 20:17:16 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 20:17:16 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 20:17:16 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 20:17:16 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 20:17:16 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
WARNING 20:17:16 php Uncaught Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/90/46/724690): failed to open stream: operation failed
{
    "exception": {}
}
CRITICAL 20:17:16 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/90/46/724690): failed to open stream: operation failed" at /home/site/wwwroot/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175
{
    "exception": {}
}
DEBUG 20:17:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 20:17:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 20:17:16 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 20:17:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 20:17:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 20:17:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 20:17:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 20:17:16 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 20:17:16 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 20:17:16 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 20:17:16 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 20:17:16 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 20:17:16 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 20:17:16 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 20:17:16 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 20:17:16 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 20:17:16 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 20:17:16 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 20:17:16 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/90/46/724690): 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/3b/75/48753b): 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/3b/75/48753b): 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/3b/75/48753b): 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))