Personal stories about Parkinson's disease–related hallucinations   and delusions

Hear from people with PD-related hallucinations and delusions and their caregivers

The experiences of these families may not be the same as yours, but their stories may give you a better understanding of hallucinations and delusions related to Parkinson's disease (PD). Always speak with a healthcare provider about your own experience.

"The hallucinations weren’t every day, so I thought maybe it’s a temporary phase. When I realized it wasn’t, we called the doctor."*

*Based on experiences shared by a caregiver of a loved one living with hallucinations and delusions associated with Parkinson’s disease psychosis.

Explore videos by topic

Living with Parkinson’s disease–related hallucinations and delusions

Jay & Diane

Diane’s husband, Jay, experiences hallucinations and delusions related to Parkinson’s disease (PD). In this video, Diane talks about the challenges of caregiving and how learning about other people's experiences with PD has helped her feel less alone.

Learn more about the impact of PD-related hallucinations and delusions.

Joe & Mariann

In this video, Joe and his friend Mariann, discuss his experience living with PD-related hallucinations and delusions. Joe talks about how the hallucinations have affected him, and how he started to speak to his healthcare provider to address them.

See more about how people with PD describe their hallucinations and delusions.

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

Talking to your healthcare provider

Michael & Renee

Seven years after being diagnosed with PD, Michael began to experience related hallucinations and delusions. In this video, his wife, Renee, shares their experiences and explains why reporting to your healthcare provider is so important.

Use the Symptom Discussion Guide to have a meaningful conversation with your healthcare provider.

Jody & Ruth

Jody’s mother, Ruth, started experiencing hallucinations and delusions after her PD diagnosis. In this video, Jody talks about how she found relief in talking to the doctor about these symptoms, as well as reassurance that hallucinations and delusions are part of the disease.

If you or your loved one is experiencing PD-related hallucinations and delusions, learn about a treatment option that may help.

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

The impact of Parkinson's disease–related hallucinations and delusions

Ruth & Zoey

Zoey helps care for her grandmother, Ruth, who is living with PD-related hallucinations and delusions. Zoey speaks about her experience—including how difficult it was for the family to understand what was happening when the hallucinations started. She also shares how caring for a relative with these symptoms can affect the whole family.

Watch more personal stories from people living with PD-related hallucinations and delusions, and their caregivers.

Icon represents Symptom Discussion Guide for patients and caregivers to talk about PD-related hallucinations and delusions

Talk about new or worsening symptoms
with your doctor

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/f7/39/d739f7): 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/f7/39/d739f7): 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:19:12 request Matched route "app_catchall_index".
{
    "route": "app_catchall_index",
    "route_parameters": {
        "_route": "app_catchall_index",
        "slug": "personal-stories",
        "_controller": "App\\Controller\\CatchAllController::index"
    },
    "request_uri": "http://nuplazid-dev.azurewebsites.net/personal-stories",
    "method": "GET"
}
DEBUG 20:19:12 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:19:12 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:19:12 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 20:19:12 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:19:12 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:19:12 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:19:12 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:19:12 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:19:12 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:19:12 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:19:13 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:19:13 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:19:13 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:19:13 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:19:13 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:19:13 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:19:13 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:19:13 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:19:13 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:19:13 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:19:13 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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US (0.093s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US (0.093s)
{
    "api": "DELIVERY",
    "duration": 0.09327411651611328,
    "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: 422820\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986753.218927,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: 8a02d4b8-b990-489f-a2bf-ad8ba3839014\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:19:13 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.013s)
DEBUG 20:19:13 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.012774944305419922,
    "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: 843379\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740061-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986753.279195,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: 4ae6d306-ded0-4c27-b302-b3b98911abc0\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:19:13 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.013s)
DEBUG 20:19:13 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.01344609260559082,
    "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: 1574990\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986753.295447,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: b3fb19b1-9cac-4c1c-9dbb-e71d9f7a0e26\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31aa1b92-67f0-4f3e-a567-c9c56483e65c?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31aa1b92-67f0-4f3e-a567-c9c56483e65c?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013087987899780273,
    "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: 422820\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986753.309194,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: 7e2b6040-d5db-4d66-aa5e-ded1a3ded7ce\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:19:13 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.013s)
DEBUG 20:19:13 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.01343393325805664,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0abed34d-77b4-4e26-8f97-bcbdd3ee6eab?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 587\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"4342635639604986446\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 422795\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740084-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986753.322464,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: 7498a885-e92f-42b7-be3f-3d0b88ca64bb\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90776f61-26f5-4b5d-a112-363b79ef783e?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90776f61-26f5-4b5d-a112-363b79ef783e?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013520002365112305,
    "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: 422795\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740047-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986753.336136,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: 78abf5b0-2639-4fdc-897f-7bb105842d15\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dc4a2cad-10e4-43e4-a927-3c1ee2ae242a?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dc4a2cad-10e4-43e4-a927-3c1ee2ae242a?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012642860412597656,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dc4a2cad-10e4-43e4-a927-3c1ee2ae242a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 626\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"10495669395077474904\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1049752\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986753.349896,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: be79dffc-a5f0-4016-9608-c3de8b9195fe\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ee0ea2b2-9b93-4ae1-afcd-42e09a379e32?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ee0ea2b2-9b93-4ae1-afcd-42e09a379e32?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013911962509155273,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ee0ea2b2-9b93-4ae1-afcd-42e09a379e32?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 546\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"2334043889685994480\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1082280\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740069-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986753.363387,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: b1e8413c-7ea0-4d2f-bf5a-4b3d45494ae2\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:19:13 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.013s)
DEBUG 20:19:13 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.013360977172851562,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a42ea7c3-77f3-4306-a053-7a26277d58e6?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11460474804834152316\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 843378\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986753.376994,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: 4c0e8308-4222-4aec-8d5c-06be3c59d3f1\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/c2a5df35-c3b9-4be2-8824-47ec5b0b939d?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/c2a5df35-c3b9-4be2-8824-47ec5b0b939d?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013546943664550781,
    "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: 263607\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740040-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986753.390624,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: fcd4584b-f42e-4d03-abe3-a54da3a339da\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1fdc00ca-84b2-4bee-857c-bb0d9c20980d?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1fdc00ca-84b2-4bee-857c-bb0d9c20980d?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013287067413330078,
    "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: 1417907\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740051-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986753.404659,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: edf91506-d41f-42d4-9183-2f38c9aa371c\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/710a3289-1373-4491-b7b9-80712ca6df71?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/710a3289-1373-4491-b7b9-80712ca6df71?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013808965682983398,
    "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: 263607\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740034-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986753.418043,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: 1edfdfa3-1b4f-4fee-b011-6ee96cca8478\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/62334c5a-5efe-417f-85db-f9398b34861a?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/62334c5a-5efe-417f-85db-f9398b34861a?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013854026794433594,
    "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: 2438845\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740065-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986753.432088,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: 8a8275e6-6278-444d-a600-6a571a768329\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a200c1f-a008-4bde-85d1-76ecd789974e?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a200c1f-a008-4bde-85d1-76ecd789974e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012812137603759766,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a200c1f-a008-4bde-85d1-76ecd789974e?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 600\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"5576391153642058800\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 843378\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986753.446172,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: 431de418-73ce-40e3-8526-2188e1ec9ce9\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f9f15574-1c4e-4506-acd3-f7fc7553c921?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f9f15574-1c4e-4506-acd3-f7fc7553c921?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012694120407104492,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f9f15574-1c4e-4506-acd3-f7fc7553c921?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 599\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"1976563385804116599\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 822525\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986753.459086,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: 62e1f805-3126-4a33-82e8-61bf7f937157\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dcc5be46-abce-400d-b7c0-b5e0458f7a38?locale=en-US (0.024s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dcc5be46-abce-400d-b7c0-b5e0458f7a38?locale=en-US (0.024s)
{
    "api": "DELIVERY",
    "duration": 0.024425029754638672,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dcc5be46-abce-400d-b7c0-b5e0458f7a38?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: 616\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: \"2985316327241495282\"\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: 4561\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740059-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986753.472076,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: 08410129-6b71-4a97-97e5-842ccbdbc0bc\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"dcc5be46-abce-400d-b7c0-b5e0458f7a38\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:22.711Z\",\"updatedAt\":\"2024-10-24T15:06:22.711Z\",\"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\":\"personal-stories\",\"content\":\"Personal stories about Parkinson's disease–related hallucinations &nbsp; and delusions\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7032484a-52ec-44d5-af36-03167a30cfe7?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7032484a-52ec-44d5-af36-03167a30cfe7?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012804031372070312,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7032484a-52ec-44d5-af36-03167a30cfe7?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: 610\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: \"10613629605575873424\"\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: 886446\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740034-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986753.496895,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: a377acf6-7bef-4711-8315-a0a460b0e17b\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"7032484a-52ec-44d5-af36-03167a30cfe7\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:22.981Z\",\"updatedAt\":\"2024-10-24T15:06:22.981Z\",\"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\":\"personal-stories\",\"content\":\"Hear from people with PD-related hallucinations and delusions and their caregivers\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/312ec486-c223-49e9-92f4-a816cd366721?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/312ec486-c223-49e9-92f4-a816cd366721?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013865947723388672,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/312ec486-c223-49e9-92f4-a816cd366721?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: 781\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: \"5795621265512249408\"\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: 4561\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.509829,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: 7b2e1c14-083b-416f-b797-07392c8df689\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"312ec486-c223-49e9-92f4-a816cd366721\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:26.644Z\",\"updatedAt\":\"2024-10-24T15:06:26.644Z\",\"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\":\"personal-stories\",\"content\":\"The experiences of these families may not be the same as yours, but their stories may give you a better understanding of hallucinations and delusions related to Parkinson's disease (PD). Always speak with a healthcare provider about your own experience.\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/eabe4e3d-b2f2-48d6-a579-593907f5e064?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/eabe4e3d-b2f2-48d6-a579-593907f5e064?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013837099075317383,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/eabe4e3d-b2f2-48d6-a579-593907f5e064?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: 551\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: \"6379310310194921903\"\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: 4561\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.524026,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: 3b247453-8642-4eaa-b71e-53aba90efe29\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"eabe4e3d-b2f2-48d6-a579-593907f5e064\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:23.315Z\",\"updatedAt\":\"2024-10-24T15:06:23.315Z\",\"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\":\"personal-stories\",\"content\":\"Explore videos by topic\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/538e0ce2-9063-4229-b73a-55586092bb34?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/538e0ce2-9063-4229-b73a-55586092bb34?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013715028762817383,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/538e0ce2-9063-4229-b73a-55586092bb34?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 600\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"13635645168791787540\"\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: 4561\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.538155,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: aa262ee7-dca8-4f7b-a5c3-9477a2721d42\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"538e0ce2-9063-4229-b73a-55586092bb34\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:23.589Z\",\"updatedAt\":\"2024-10-24T15:06:23.589Z\",\"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\":\"personal-stories\",\"content\":\"Living with Parkinson’s disease–related hallucinations and delusions\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/PpC9b4pyeortiT3ejjsT8?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/PpC9b4pyeortiT3ejjsT8?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013206005096435547,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/PpC9b4pyeortiT3ejjsT8?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: 658\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: \"13440147213045065265\"\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: 822525\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781986754.552141,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: 2ef21563-6506-4cc3-a080-d5cac86425eb\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"PpC9b4pyeortiT3ejjsT8\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:14.599Z\",\"updatedAt\":\"2024-10-24T15:21:07.360Z\",\"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-title.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/u1jiy2IS1c3RS7tenhlHG/b9138e5c3f65720947ce1ec8f1ea1da8/rule-below-title.png\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2YrXNBrnqbKcAukfUfp1HQ?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2YrXNBrnqbKcAukfUfp1HQ?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012967824935913086,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2YrXNBrnqbKcAukfUfp1HQ?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: 713\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: \"5458380490471809808\"\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: 4561\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740062-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.565547,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: 1b41ea9e-f801-4690-a0b3-f78d6e3ccb07\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2YrXNBrnqbKcAukfUfp1HQ\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:11.416Z\",\"updatedAt\":\"2024-10-24T15:21:32.863Z\",\"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\":\"personal-stories-jay-diane-video-thumbnail.jpg\",\"contentType\":\"image/jpeg\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/6IQn1NltLnkpOcjFdE3srU/3cdbbc8a512b23d886b0d84f24afd30d/personal-stories-jay-diane-video-thumbnail.jpg\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/63Ol33FoI7UBV95e0p71uZ?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/63Ol33FoI7UBV95e0p71uZ?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013445138931274414,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/63Ol33FoI7UBV95e0p71uZ?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: 644\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: \"9275618429803378199\"\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: 88236\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740039-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.578775,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: 3379088a-63a4-477d-91e9-0cd6d12a55dd\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"63Ol33FoI7UBV95e0p71uZ\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:04.938Z\",\"updatedAt\":\"2024-10-24T15:18:03.962Z\",\"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\":\"play_btn.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/3ulkPeVOwSYtww6gBNSYh4/5505e7722a95f69a6b150fb8ccdb054e/play_btn.png\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3d4b2032-03e9-4045-9776-8b24b7d86420?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3d4b2032-03e9-4045-9776-8b24b7d86420?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013223886489868164,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3d4b2032-03e9-4045-9776-8b24b7d86420?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: \"5465235444026156463\"\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: 886446\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740024-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.592544,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: d5fe7d04-fdbd-416f-b3a0-6e852467fe9a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"3d4b2032-03e9-4045-9776-8b24b7d86420\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:23.838Z\",\"updatedAt\":\"2024-10-24T15:06:23.838Z\",\"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\":\"personal-stories\",\"content\":\"Jay & Diane\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e23bcb2b-8199-45e7-9f35-8e5b142f9d69?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e23bcb2b-8199-45e7-9f35-8e5b142f9d69?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012957096099853516,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e23bcb2b-8199-45e7-9f35-8e5b142f9d69?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: 951\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: \"15463294819056352054\"\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: 4561\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740034-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.605855,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: 1e3d1d54-8b70-4830-a401-cf5529b5ef77\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"e23bcb2b-8199-45e7-9f35-8e5b142f9d69\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:26.939Z\",\"updatedAt\":\"2024-10-24T15:06:26.939Z\",\"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\":\"personal-stories\",\"content\":\"<p>Diane’s husband, Jay, experiences hallucinations and delusions related to\\nParkinson’s disease (PD). In this video, Diane talks about the challenges of caregiving and how learning about other people's experiences with PD has helped her feel less alone.</p>\\n<p>Learn more about the <a href=\\\"/about-pd-related-hallucinations-and-delusions#about-challenges\\\">impact of PD-related hallucinations and delusions.</a></p>\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1FbLJ50oBPitmPvmVhE5LH?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1FbLJ50oBPitmPvmVhE5LH?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012791872024536133,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1FbLJ50oBPitmPvmVhE5LH?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: 676\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: \"13231583868898003166\"\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: 504861\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.619089,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: 8eebb763-14d5-430a-a4ff-086ba0809dcc\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1FbLJ50oBPitmPvmVhE5LH\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:30.118Z\",\"updatedAt\":\"2024-10-24T15:19:36.204Z\",\"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\":\"video-poster-joe-mariann.jpg\",\"contentType\":\"image/jpeg\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/CgzRsThbNE7NhuGXi6Oax/fdb14c540bd6fcbba64a171e75f7913f/video-poster-joe-mariann.jpg\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2580a82c-1ef9-4727-8f4c-84506e2a463d?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2580a82c-1ef9-4727-8f4c-84506e2a463d?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012679100036621094,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2580a82c-1ef9-4727-8f4c-84506e2a463d?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: \"16605993516942352860\"\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: 886446\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.632121,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: aaf17f59-a0a2-483d-ad1f-42fd94bae1db\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2580a82c-1ef9-4727-8f4c-84506e2a463d\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:24.107Z\",\"updatedAt\":\"2024-10-24T15:06:24.107Z\",\"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\":\"personal-stories\",\"content\":\"Joe & Mariann\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3e9944f4-aedf-4060-9417-a5eafbe75825?locale=en-US (0.015s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3e9944f4-aedf-4060-9417-a5eafbe75825?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015269994735717773,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3e9944f4-aedf-4060-9417-a5eafbe75825?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: \"15105387705432326972\"\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: 453208\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740063-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.646368,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: 8fc86e62-01ec-440b-9049-519432046b39\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"3e9944f4-aedf-4060-9417-a5eafbe75825\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:27.322Z\",\"updatedAt\":\"2024-10-24T15:06:27.322Z\",\"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\":\"personal-stories\",\"content\":\"<p>In this video, Joe and his friend Mariann, discuss his experience living with PD-related hallucinations and delusions. Joe talks about how the hallucinations have affected him, and how he started to speak to his healthcare provider to address them. </p>\\n<p>See more about how people with PD<a href=\\\"/about-pd-related-hallucinations-and-delusions#about-describe\\\"> describe their hallucinations and delusions.</a></p>\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4jfvy0UV2SW6XXOlDUPfQV?locale=en-US (0.015s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4jfvy0UV2SW6XXOlDUPfQV?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.01456308364868164,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4jfvy0UV2SW6XXOlDUPfQV?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: 644\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: \"3163652372541381278\"\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: 504862\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.660715,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: 7904a681-d4f6-46da-823d-3b19ac78eb7a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"4jfvy0UV2SW6XXOlDUPfQV\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:07.294Z\",\"updatedAt\":\"2024-10-24T15:19:14.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\":\"line_div.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/50YJyCEIuGR52Z67U9b6Ah/5e6001a5b2884173b7d67bc9819519d1/line_div.png\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1e9cbbdf-0b65-4647-84fd-e5fc92d82fc7?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1e9cbbdf-0b65-4647-84fd-e5fc92d82fc7?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.01293492317199707,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1e9cbbdf-0b65-4647-84fd-e5fc92d82fc7?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: 563\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: \"9804414710717522158\"\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: 4561\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740026-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.675587,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: 894f11b1-d0e4-448b-98b2-eece46cf2ba4\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1e9cbbdf-0b65-4647-84fd-e5fc92d82fc7\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:24.440Z\",\"updatedAt\":\"2024-10-24T15:06:24.440Z\",\"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\":\"personal-stories\",\"content\":\"Talking to your healthcare provider\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2qXnzfhVAkYhLSvxBxOjlR?locale=en-US (0.012s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2qXnzfhVAkYhLSvxBxOjlR?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012198209762573242,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2qXnzfhVAkYhLSvxBxOjlR?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: 721\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: \"18409501060017090957\"\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\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nAge: 4561\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 2\r\nX-Timer: S1781986754.688704,VS0,VE0\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: 6301bffb-24d6-44fc-8908-714b6ec9a8cb\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2qXnzfhVAkYhLSvxBxOjlR\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:17.779Z\",\"updatedAt\":\"2024-10-24T15:21:37.182Z\",\"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\":\"personal-stories-micheal-renee-video-thumbnail.jpg\",\"contentType\":\"image/jpeg\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/25QnDJneFhFpBdKTobXIw9/398840e1f8c24e9f6eab3b0f55536628/personal-stories-micheal-renee-video-thumbnail.jpg\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f3975e94-d4ef-4aca-ad42-1d458302ae96?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f3975e94-d4ef-4aca-ad42-1d458302ae96?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012915849685668945,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f3975e94-d4ef-4aca-ad42-1d458302ae96?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: 543\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: \"11671570085845306916\"\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: 4561\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740038-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.701165,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: 187afd8c-2f27-4d3e-bf3b-b5306d5883dc\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"f3975e94-d4ef-4aca-ad42-1d458302ae96\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:24.740Z\",\"updatedAt\":\"2024-10-24T15:06:24.740Z\",\"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\":\"personal-stories\",\"content\":\"Michael & Renee\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/b9d2b50e-0ef8-4f98-a0be-5e0ba5e13281?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/b9d2b50e-0ef8-4f98-a0be-5e0ba5e13281?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012779951095581055,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/b9d2b50e-0ef8-4f98-a0be-5e0ba5e13281?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: 955\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: \"2403303636798200099\"\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: 886446\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740056-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.714473,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: b1fb4fc3-1272-4f90-89e1-afc309032af4\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"b9d2b50e-0ef8-4f98-a0be-5e0ba5e13281\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:27.605Z\",\"updatedAt\":\"2024-10-24T15:06:27.605Z\",\"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\":\"personal-stories\",\"content\":\"<p>Seven years after being diagnosed with PD, Michael began to experience related hallucinations and delusions. In this video, his wife, Renee, shares their experiences and explains why reporting to your healthcare provider is so important.<p>\\n<p>Use the <a href=\\\"/talking-to-your-healthcare-provider#symptom-discussion-guide\\\">Symptom Discussion Guide</a> to have a meaningful conversation with your healthcare provider. <p>\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3dqxBtZ28HA8Vk516kvHRM?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3dqxBtZ28HA8Vk516kvHRM?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012729167938232422,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3dqxBtZ28HA8Vk516kvHRM?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: \"15371744513925606058\"\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: 4561\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.727329,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: 31338deb-cb13-4a84-b946-c39833495f3d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"3dqxBtZ28HA8Vk516kvHRM\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:18.015Z\",\"updatedAt\":\"2024-10-24T15:21:41.873Z\",\"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\":\"personal-stories-ruth-jody-video-thumbnail.jpg\",\"contentType\":\"image/jpeg\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/7TDaQ8HgPR0ooMtYRIw49/189d67905dbe91e2de7bff7c1414fffa/personal-stories-ruth-jody-video-thumbnail.jpg\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/80002165-1c68-4d8a-8c73-aced2dfc236a?locale=en-US (0.015s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/80002165-1c68-4d8a-8c73-aced2dfc236a?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.01464700698852539,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/80002165-1c68-4d8a-8c73-aced2dfc236a?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: \"8348208820131971407\"\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: 4560\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740067-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.740324,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: 9a869897-b18b-4e79-802a-42e06d7dee5d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"80002165-1c68-4d8a-8c73-aced2dfc236a\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:25.100Z\",\"updatedAt\":\"2024-10-24T15:06:25.100Z\",\"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\":\"personal-stories\",\"content\":\"Jody & Ruth\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/eb8c5b41-6e2c-477f-acc1-076e0fabb4b3?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/eb8c5b41-6e2c-477f-acc1-076e0fabb4b3?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012835979461669922,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/eb8c5b41-6e2c-477f-acc1-076e0fabb4b3?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: 991\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: \"13668761272497736941\"\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: 4560\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.755374,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: 9902a8ca-a62b-486f-b82f-03c9eac87186\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"eb8c5b41-6e2c-477f-acc1-076e0fabb4b3\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:27.909Z\",\"updatedAt\":\"2024-10-24T15:06:27.909Z\",\"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\":\"personal-stories\",\"content\":\"<p>Jody’s mother, Ruth, started experiencing hallucinations and delusions after her PD diagnosis. In this video, Jody talks about how she found relief in talking to the doctor about these symptoms, as well as reassurance that hallucinations and delusions are part of the disease.</p>\\n<p>If you or your loved one is experiencing PD-related hallucinations and delusions, learn about <a href=\\\"/about-nuplazid#heading-0\\\">a treatment option that may help</a>.</p>\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2c1b23bd-ba1b-4fc0-95ea-f0a6dd44dc9a?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2c1b23bd-ba1b-4fc0-95ea-f0a6dd44dc9a?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.0141448974609375,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2c1b23bd-ba1b-4fc0-95ea-f0a6dd44dc9a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 600\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12882163185931218537\"\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: 453207\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.768459,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: 14493de4-c0ae-4461-8060-0f2c508a953e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2c1b23bd-ba1b-4fc0-95ea-f0a6dd44dc9a\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:25.372Z\",\"updatedAt\":\"2024-10-24T15:06:25.372Z\",\"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\":\"personal-stories\",\"content\":\"The impact of Parkinson's disease–related hallucinations and delusions\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/CJqmFEZRh77qS9iYDY4oD?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/CJqmFEZRh77qS9iYDY4oD?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013371944427490234,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/CJqmFEZRh77qS9iYDY4oD?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: \"5322902239525601656\"\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: 4560\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740073-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.782938,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: bcc051c4-6ac6-4233-a505-5a9df4d6e65f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"CJqmFEZRh77qS9iYDY4oD\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:18.291Z\",\"updatedAt\":\"2024-10-24T15:21:46.268Z\",\"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\":\"personal-stories-ruth-zoey-video-thumbnail.jpg\",\"contentType\":\"image/jpeg\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/7oNm0Tn6VqqofUlGmKOOHB/e8f6ab99becacba18a280541449fc56c/personal-stories-ruth-zoey-video-thumbnail.jpg\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2dfd4c3c-dae8-4ebd-bd7c-47f0833302a1?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2dfd4c3c-dae8-4ebd-bd7c-47f0833302a1?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012840032577514648,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2dfd4c3c-dae8-4ebd-bd7c-47f0833302a1?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: \"12258109171667845046\"\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: 4560\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740071-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.796387,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: 26f63541-a6c8-461a-9e5d-3507cd9ccb3b\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2dfd4c3c-dae8-4ebd-bd7c-47f0833302a1\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:25.640Z\",\"updatedAt\":\"2024-10-24T15:06:25.640Z\",\"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\":\"personal-stories\",\"content\":\"Ruth & Zoey\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8a23b91e-d04c-4c73-b4ec-9c88f92aa938?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8a23b91e-d04c-4c73-b4ec-9c88f92aa938?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.014438152313232422,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8a23b91e-d04c-4c73-b4ec-9c88f92aa938?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/\"5289872693227189394\"\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: 886445\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740035-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.809844,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: 3b082a54-f152-4a42-b993-bca0df132876\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 593\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"8a23b91e-d04c-4c73-b4ec-9c88f92aa938\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:28.721Z\",\"updatedAt\":\"2024-10-24T15:06:28.721Z\",\"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\":\"personal-stories\",\"content\":\"<p>Zoey helps care for her grandmother, Ruth, who is living with PD-related hallucinations and delusions. Zoey speaks about her experience—including how difficult it was for the family to understand what was happening when the hallucinations started. She also shares how caring for a relative with these symptoms can affect the whole family.</p>\\n<p><a href=\\\"/about-nuplazid\\\">Watch more personal stories</a> from people living with PD-related hallucinations and delusions, and their caregivers.</p>\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2109e3b5-c042-48d4-8aa2-02b8d1f5d130?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2109e3b5-c042-48d4-8aa2-02b8d1f5d130?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013025999069213867,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2109e3b5-c042-48d4-8aa2-02b8d1f5d130?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: \"4800119240823107681\"\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: 4560\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.824185,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: d1d6c7e5-4ba3-496e-b718-48913bcdc2ab\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2109e3b5-c042-48d4-8aa2-02b8d1f5d130\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:29.625Z\",\"updatedAt\":\"2024-10-24T15:06:29.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\":\"personal-stories\",\"content\":\"Back to top\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1is6kXHyklWd6Ob7dZyyzw?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1is6kXHyklWd6Ob7dZyyzw?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012959003448486328,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1is6kXHyklWd6Ob7dZyyzw?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: \"4499021740676698040\"\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: 4560\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740074-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.837488,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: 4e3bea9c-8d90-477d-b88e-a943b6c386c0\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1is6kXHyklWd6Ob7dZyyzw\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:16.698Z\",\"updatedAt\":\"2024-10-24T15:21:50.838Z\",\"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\":\"discussion-icon.svg\",\"contentType\":\"image/svg+xml\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/17yfTMAnctSqcQYJRcmpwF/1d67976eecf30cad8f5e0d0c1b9eb5a7/discussion-icon.svg\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3373d22b-a7e0-4711-866d-856870d709b4?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3373d22b-a7e0-4711-866d-856870d709b4?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012763023376464844,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3373d22b-a7e0-4711-866d-856870d709b4?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: \"16443607244425200685\"\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: 4560\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.850627,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: 359a52d5-891f-4f1d-a194-f69a487b1cac\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"3373d22b-a7e0-4711-866d-856870d709b4\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:25.900Z\",\"updatedAt\":\"2024-10-24T15:06:25.900Z\",\"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\":\"personal-stories\",\"content\":\"Talk about new or worsening symptoms <br> with your doctor\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a01f2b03-2b9d-4fb3-8ef8-083bdcfcc605?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a01f2b03-2b9d-4fb3-8ef8-083bdcfcc605?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013559818267822266,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a01f2b03-2b9d-4fb3-8ef8-083bdcfcc605?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: 559\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: \"11927882719092500773\"\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: 4560\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.863617,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: d2f92b40-23fc-406a-9808-32950edcf304\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"a01f2b03-2b9d-4fb3-8ef8-083bdcfcc605\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:28.985Z\",\"updatedAt\":\"2024-10-24T15:06:28.985Z\",\"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\":\"personal-stories\",\"content\":\"<b>Symptom Discussion Guide</b>\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7B4tyyhhBUI2jzUQxMP4Iw?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7B4tyyhhBUI2jzUQxMP4Iw?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.014422893524169922,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7B4tyyhhBUI2jzUQxMP4Iw?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 662\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"16798586130721773697\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 262480\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740091-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.877462,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: 0ed12d5e-f672-42f2-98f0-9ac087783c8d\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/64f4c81b-9cef-4518-9c91-71c64dfa4ca1?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/64f4c81b-9cef-4518-9c91-71c64dfa4ca1?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.01388406753540039,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/64f4c81b-9cef-4518-9c91-71c64dfa4ca1?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: 629\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: \"7049044300178319087\"\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: 453207\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740083-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.892118,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: 117486ee-efd4-47b0-bc16-2dad79acbbaf\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"64f4c81b-9cef-4518-9c91-71c64dfa4ca1\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:26.370Z\",\"updatedAt\":\"2024-10-24T15:06:26.370Z\",\"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\":\"personal-stories\",\"content\":\"Get more information about <span class=\\\"text-nowrap\\\">PD-related</span> hallucinations and delusions\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/95b7cc06-484f-4fb3-b0ef-42e7ccd1be12?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/95b7cc06-484f-4fb3-b0ef-42e7ccd1be12?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013468027114868164,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/95b7cc06-484f-4fb3-b0ef-42e7ccd1be12?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: \"17531653925278071153\"\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: 4560\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.906201,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: 8dd9447a-8954-411e-a07e-1059c9930f65\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"95b7cc06-484f-4fb3-b0ef-42e7ccd1be12\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:28.188Z\",\"updatedAt\":\"2024-10-24T15:06:28.188Z\",\"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\":\"personal-stories\",\"content\":\"<b>Sign up now</b>\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9d5a77c0-8682-410e-821b-9c9398589b16?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9d5a77c0-8682-410e-821b-9c9398589b16?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013836145401000977,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9d5a77c0-8682-410e-821b-9c9398589b16?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 625\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"1185424058145791807\"\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: 4560\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.920026,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: 4a958db5-8db8-4276-b778-ad70fda2bbce\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"9d5a77c0-8682-410e-821b-9c9398589b16\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:29.347Z\",\"updatedAt\":\"2024-10-24T15:06:29.347Z\",\"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\":\"personal-stories\",\"content\":\"<span markdown=0>Talking to Your&nbsp;<br class=\\\"d-block d-md-none\\\"/>Healthcare Provider</span>\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a359eeca-c47b-4fb0-b0f0-b2376bd04194?locale=en-US (0.014s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a359eeca-c47b-4fb0-b0f0-b2376bd04194?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013571023941040039,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a359eeca-c47b-4fb0-b0f0-b2376bd04194?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: 621\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: \"14182585712651419840\"\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: 886445\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740044-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.934070,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: 49a06cfe-2611-4626-9bcb-bc78edcfc5d6\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"a359eeca-c47b-4fb0-b0f0-b2376bd04194\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:28.456Z\",\"updatedAt\":\"2024-10-24T15:06:28.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\":\"personal-stories\",\"content\":\"<span markdown=0>About&nbsp;<br class=\\\"d-block d-md-none\\\"/>NUPLAZID<sup>&#174;</sup></span>\"}}\n",
    "exception": "N;"
}
INFO 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f5592632-49e4-4964-a2a3-f6fc6af8122e?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f5592632-49e4-4964-a2a3-f6fc6af8122e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012712955474853516,
    "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: 422795\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781986754.956356,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: be2feb4f-cdda-4501-b367-bfb41bd67761\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:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db071491-fb8e-4649-af22-bb884a2db0dc?locale=en-US (0.013s)
DEBUG 20:19:13 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db071491-fb8e-4649-af22-bb884a2db0dc?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012905120849609375,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db071491-fb8e-4649-af22-bb884a2db0dc?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 666\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12897026762856047177\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 422795\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740070-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.969402,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: 9876bb9e-b2b2-4ec5-923f-11f7909517b5\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:19:13 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.013s)
DEBUG 20:19:13 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.012707948684692383,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/910139d3-619f-432a-a69a-2ba93b043a6a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 882\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12574531174344669923\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 270043\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.982499,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: 6aaf6c2a-a0f2-4efd-8b89-f3caeb203dd8\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US (0.014s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013883829116821289,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 598\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"3933309708259859053\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 263605\r\nDate: Sat, 20 Jun 2026 20:19:13 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.995403,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: 7101c0a1-fc5e-4459-9acf-8577357dfd81\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:19:14 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.015s)
DEBUG 20:19:14 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.014624834060668945,
    "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: 422795\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.009996,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: 3a28bd59-4854-4d25-a46a-8f5c4e2a217d\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013171911239624023,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 799\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6217699729541491152\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 402401\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740039-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.024677,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: db7757a3-6436-46d3-9ee1-f1afd66de319\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012901067733764648,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 618\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6701230827623311653\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1154611\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.038122,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: 1148da0c-4bff-4c8c-9c4f-b2ec8496099e\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b31470c-12b4-407a-8dbb-91b82bdfe978?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b31470c-12b4-407a-8dbb-91b82bdfe978?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013051033020019531,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b31470c-12b4-407a-8dbb-91b82bdfe978?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"17419741518652993093\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 422819\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.051258,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: f50bc54f-9390-48dc-bfd0-f35cd7e7e75a\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012635946273803711,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 612\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"7247011680971114803\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 263605\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740049-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.064538,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: 65ddc13b-9d24-4320-8482-84ed81682f61\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:19:14 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.013s)
DEBUG 20:19:14 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.013499975204467773,
    "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: 1082280\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740079-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.077537,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: d6fa6b37-6a23-4868-bc4f-7425d43122d3\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012996912002563477,
    "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: 782352\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740068-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.091389,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: 506f6b92-d55b-48ec-addf-f0c5da1d68ec\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:19:14 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.013s)
DEBUG 20:19:14 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.01335000991821289,
    "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: 1082280\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.104664,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: 7cf4c143-62c2-4bf0-ba01-50a7e992b9ba\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6dd0c5df-a84e-4b30-a53c-68aedadba574?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6dd0c5df-a84e-4b30-a53c-68aedadba574?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012762069702148438,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6dd0c5df-a84e-4b30-a53c-68aedadba574?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 878\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11157647150451450614\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 868287\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.118273,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: 24277732-1972-4ecc-8c27-5d477174677c\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/020ff2f1-dc0a-4022-aa98-e99b32428c21?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/020ff2f1-dc0a-4022-aa98-e99b32428c21?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012681007385253906,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/020ff2f1-dc0a-4022-aa98-e99b32428c21?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 540\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15857313354771499893\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 891353\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.131230,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: 89c9cb95-f19d-4058-aa25-b87145c10533\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:19:14 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.013s)
DEBUG 20:19:14 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.012892007827758789,
    "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: 1417907\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740035-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.144151,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: d13187b9-2542-4a0e-8352-7cc2b8fcdc7f\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/37ed4dde-cd2b-4bd9-b353-bb4f2af75af7?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/37ed4dde-cd2b-4bd9-b353-bb4f2af75af7?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013296127319335938,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/37ed4dde-cd2b-4bd9-b353-bb4f2af75af7?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 557\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"18345851553706813524\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 422795\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740071-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.157574,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: a69033f2-b342-41ed-a424-d2865ff37828\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5632da9-db49-4181-8170-2e42d198a6e0?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5632da9-db49-4181-8170-2e42d198a6e0?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.01276707649230957,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5632da9-db49-4181-8170-2e42d198a6e0?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 913\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15364284737718214347\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1420029\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.171008,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: 74168d9e-df6e-488f-8be1-d20d73e389e9\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:19:14 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.015s)
DEBUG 20:19:14 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.014774084091186523,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7e86b57d-3fc9-45e2-820d-4c087144ee20?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 820\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"2495470355627892120\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 745375\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.184107,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: 421934e9-980b-4b3e-bd27-8cbe3a3eff9f\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/71ed97b4-9253-40f4-b928-2ab95f70842c?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/71ed97b4-9253-40f4-b928-2ab95f70842c?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012552022933959961,
    "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: 610600\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.199169,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: 40761c54-b542-4cb5-8021-1cf04de805c3\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90636f8e-95c7-4f65-bfcc-e2fb0925bae9?locale=en-US (0.014s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90636f8e-95c7-4f65-bfcc-e2fb0925bae9?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013549089431762695,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90636f8e-95c7-4f65-bfcc-e2fb0925bae9?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 545\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"8156350897180069553\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 422794\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.211957,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: 0486979f-bb04-49d4-9239-b691a3da56a4\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7cd6d07a-89e4-4545-b732-53f591428b93?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7cd6d07a-89e4-4545-b732-53f591428b93?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012835025787353516,
    "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: 1553136\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740078-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.230305,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: 8b47a6e4-911a-488f-89fd-87002ddcb923\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ed1719e3-9685-45f8-8a24-8304e232348e?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ed1719e3-9685-45f8-8a24-8304e232348e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012719154357910156,
    "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: 1082280\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.243265,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: 053bc6ec-471c-4c2c-914b-7d00556fcf92\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31d18885-f2a9-47c7-8bfe-e7be843c6cb5?locale=en-US (0.014s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31d18885-f2a9-47c7-8bfe-e7be843c6cb5?locale=en-US (0.014s)
{
    "api": "DELIVERY",
    "duration": 0.013618946075439453,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31d18885-f2a9-47c7-8bfe-e7be843c6cb5?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"4115664593656388453\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 270024\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740033-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781986754.256225,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: 273e3604-8b24-401b-b57d-92d050df6489\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/795afa38-572d-4cb7-9a06-ea0ab59db44e?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/795afa38-572d-4cb7-9a06-ea0ab59db44e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012629032135009766,
    "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: 263604\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740026-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781986754.270080,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: 5cde3347-4dd5-4c7f-9587-a56ebc3b5fd0\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:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US (0.013s)
DEBUG 20:19:14 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012555837631225586,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 673\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12432701020741044937\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 835791\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740062-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.282919,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: 38fb8db8-cb89-4267-b429-879001bc75c4\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:19:14 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.016s)
DEBUG 20:19:14 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016321182250976562,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/23b9796d-03b2-41e3-8e4e-44192a131fc2?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 595\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11543160015497312453\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1066565\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781986754.295743,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: 226a1208-b1fa-408b-920b-ed39bcef9744\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:19:14 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.014s)
DEBUG 20:19:14 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.014s)
{
    "api": "DELIVERY",
    "duration": 0.013583898544311523,
    "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: 979156\r\nDate: Sat, 20 Jun 2026 20:19:14 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-chi-kmdw8640020-CHI\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781986754.312438,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: b3ea3a3b-ad2f-4285-8798-1934ab9c64c6\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:19:14 security Populated the TokenStorage with an anonymous Token.
DEBUG 20:19:14 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 20:19:14 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 20:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 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:19:14 php Uncaught Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/f7/39/d739f7): failed to open stream: operation failed
{
    "exception": {}
}
CRITICAL 20:19:14 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/f7/39/d739f7): failed to open stream: operation failed" at /home/site/wwwroot/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175
{
    "exception": {}
}
DEBUG 20:19: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:19: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:19:14 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 20:19: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:19: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:19: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:19: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:19: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:19: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:19: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:19: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:19: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:19: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:19: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:19: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:19: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:19: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:19: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:19: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"
}

Stack Trace

ErrorException

ErrorException:
Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/f7/39/d739f7): 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/22/99/359922): 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/22/99/359922): 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/22/99/359922): 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))