A dedicated Care Coordinator will assist you with accessing and affording your medication.
Learn more about Care Coordinators at acadiaconnect.com

NUPLAZID® is an FDA-approved treatment for hallucinations and delusions associated with Parkinson's disease psychosis.

Don’t wait to speak up about Parkinson’s disease–related hallucinations and delusions

Telling your healthcare provider about your symptoms can make all the difference

Actor portrayals of a man with PD-related hallucinations and delusions looking at his caregiver
Innovation mark

Ask your healthcare provider about treatment

If you or your loved one is seeing, hearing, or experiencing things that others don't (hallucinations) or believing things that aren't true (delusions), NUPLAZID may help.

NUPLAZID is the only medicine approved to treat hallucinations and delusions associated with Parkinson's disease (PD). You can download the Treatment Discussion Guide and bring it to your next doctor's appointment to start the conversation about a treatment option.

Learn about NUPLAZID

Parkinson’s disease–related hallucinations and delusions may be more common than you think

Around 50% of people living with Parkinson’s disease (PD) may experience hallucinations and/or delusions over the course of their disease, and these symptoms can get worse over time.

Whether these symptoms occur sometimes or have become more frequent, it’s important to share your experiences with your healthcare provider. The sooner your doctor knows about new or worsening symptoms, the sooner they can help.

Half shaded circle perimeter with the inside that reads "around 50%"
Acadia Connect® helps navigate insurance approvals, manage costs, and guide patients, caregivers, and their healthcare providers to useful financial resources. Acadia Connect® helps navigate insurance approvals, manage costs, and guide patients, caregivers, and their healthcare providers to useful financial resources.
Acadia Connect® logo for patient, caregiver, and healthcare professional support website

Help at every step

Enroll in Acadia Connect® to be paired with a Care Coordinator. They will be your dedicated contact, getting to know your unique situation and working with your healthcare provider to offer the insurance and prescription assistance that's right for you.

Sign up. Stay informed.

Learn more about NUPLAZID and PD-related hallucinations and delusions, including what to look for and how to get help.

Sign up now
Paper with check mark on it going into an envelope representing sign-up form for email communications

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/47/1d/d01d47): 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/47/1d/d01d47): 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 17:13:17 request Matched route "app_catchall_index".
{
    "route": "app_catchall_index",
    "route_parameters": {
        "_route": "app_catchall_index",
        "slug": "home",
        "_controller": "App\\Controller\\CatchAllController::index"
    },
    "request_uri": "http://nuplazid-dev.azurewebsites.net/",
    "method": "GET"
}
DEBUG 17:13:17 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 17:13:17 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 17:13:17 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 17:13:17 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 17:13:17 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 17:13:17 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 17:13:17 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 17:13:17 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 17:13:17 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 17:13:17 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 17:13:17 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 17:13:17 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 17:13:17 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 17:13:17 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 17:13:17 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 17:13:17 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 17:13:17 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 17:13:17 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 17:13:17 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 17:13:17 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 17:13:17 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 17:13:18 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.326s)
DEBUG 17:13:18 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.326s)
{
    "api": "DELIVERY",
    "duration": 0.32610607147216797,
    "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: 1366632\r\nDate: Fri, 19 Jun 2026 17:13:18 GMT\r\nX-Served-By: cache-ewr-kewr1740061-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889198.255722,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: ddff81c2-87e3-4276-bd3a-e829ebe7ba9c\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 17:13:18 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.016s)
DEBUG 17:13:18 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.015527963638305664,
    "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: 725031\r\nDate: Fri, 19 Jun 2026 17:13:18 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889199.867137,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: 7be52974-69d8-410c-ace8-635145f93984\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 17:13:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31aa1b92-67f0-4f3e-a567-c9c56483e65c?locale=en-US (0.016s)
DEBUG 17:13:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31aa1b92-67f0-4f3e-a567-c9c56483e65c?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.0159151554107666,
    "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: 325266\r\nDate: Fri, 19 Jun 2026 17:13:18 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889199.882986,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: 5fe2f409-4d38-4d13-a9ab-743ed4fb19b1\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 17:13:18 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.016s)
DEBUG 17:13:18 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.015522003173828125,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0abed34d-77b4-4e26-8f97-bcbdd3ee6eab?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 587\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"4342635639604986446\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1278748\r\nDate: Fri, 19 Jun 2026 17:13:18 GMT\r\nX-Served-By: cache-ewr-kewr1740084-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.899317,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: 89baa33c-42f4-4900-b2fb-eeb191562a1d\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 17:13:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90776f61-26f5-4b5d-a112-363b79ef783e?locale=en-US (0.016s)
DEBUG 17:13:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90776f61-26f5-4b5d-a112-363b79ef783e?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016400814056396484,
    "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: 1308740\r\nDate: Fri, 19 Jun 2026 17:13:18 GMT\r\nX-Served-By: cache-ewr-kewr1740047-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.915075,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: 2c69f726-4b37-485a-8c09-4f75422c1243\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 17:13:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dc4a2cad-10e4-43e4-a927-3c1ee2ae242a?locale=en-US (0.016s)
DEBUG 17:13:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dc4a2cad-10e4-43e4-a927-3c1ee2ae242a?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015844106674194336,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dc4a2cad-10e4-43e4-a927-3c1ee2ae242a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 626\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"10495669395077474904\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 172472\r\nDate: Fri, 19 Jun 2026 17:13:18 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.931830,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: aef37c8a-5643-4536-b820-5831c64ba921\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 17:13:19 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.155s)
DEBUG 17:13:19 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.155s)
{
    "api": "DELIVERY",
    "duration": 0.15537500381469727,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ee0ea2b2-9b93-4ae1-afcd-42e09a379e32?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 546\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"2334043889685994480\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740069-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889199.947923,VS0,VE141\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: e2a41688-3217-4a99-a2b6-c2730da2cbc5\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 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a42ea7c3-77f3-4306-a053-7a26277d58e6?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a42ea7c3-77f3-4306-a053-7a26277d58e6?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016167879104614258,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a42ea7c3-77f3-4306-a053-7a26277d58e6?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11460474804834152316\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 745823\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781889199.103749,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: ceeefe4e-5f56-4520-be0b-4d923d9c2b77\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 17:13:19 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.015s)
DEBUG 17:13:19 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.015368938446044922,
    "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: 1308741\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740040-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889199.120270,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: aa9dc0e6-1e74-4199-ae8b-04cc58f91b89\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 17:13:19 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.015s)
DEBUG 17:13:19 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.015133857727050781,
    "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: 1320353\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740051-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.135775,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: 3ff1afe6-a92f-49b9-9afa-5438dcce39ec\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 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/710a3289-1373-4491-b7b9-80712ca6df71?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/710a3289-1373-4491-b7b9-80712ca6df71?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015989065170288086,
    "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: 1455583\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740034-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 4, 0\r\nX-Timer: S1781889199.151213,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: 1fa94838-1e8c-4feb-b126-de8548fbee6d\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 17:13:19 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.016s)
DEBUG 17:13:19 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016301870346069336,
    "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: 2341291\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740065-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 6, 0\r\nX-Timer: S1781889199.167625,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: 74d48a06-4995-47ce-9cdd-25a33c1dac7f\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 17:13:19 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.017s)
DEBUG 17:13:19 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.01708197593688965,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a200c1f-a008-4bde-85d1-76ecd789974e?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 600\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"5576391153642058800\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 745823\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.184258,VS0,VE3\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 177bbc02-448a-4476-8e2f-e27f79a44be3\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 17:13:19 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.015s)
DEBUG 17:13:19 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.015386819839477539,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f9f15574-1c4e-4506-acd3-f7fc7553c921?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 599\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"1976563385804116599\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 166053\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.201559,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: d357c491-89cf-4ddd-a33d-8f6c57fff578\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 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015019893646240234,
    "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: 325266\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.217097,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: 7683d2c0-4c4b-4bf9-9752-fcb4f522787d\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 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/556313a1-dbd4-49e5-a902-ed6466d58cab?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/556313a1-dbd4-49e5-a902-ed6466d58cab?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015278816223144531,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/556313a1-dbd4-49e5-a902-ed6466d58cab?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: 788\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: \"17540302828990915115\"\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: 969011\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740089-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781889199.291066,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: 19834d62-420e-458b-befd-65321eda3c1b\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"556313a1-dbd4-49e5-a902-ed6466d58cab\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:17.437Z\",\"updatedAt\":\"2024-10-24T15:06:17.437Z\",\"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\":\"home\",\"content\":\"A dedicated Care Coordinator will assist you with accessing and affording your medication.\\n<br>\\n<a href=\\\"https://www.acadiaconnect.com/patient-caregivers\\\" target=\\\"_blank\\\" style=\\\"color: #0C1C8E\\\"><u>**Learn more about Care Coordinators at acadiaconnect.com**</u></a>\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1GXhlB6fF53ETJP1F79Mqn?locale=en-US (0.019s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1GXhlB6fF53ETJP1F79Mqn?locale=en-US (0.019s)
{
    "api": "DELIVERY",
    "duration": 0.018791913986206055,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1GXhlB6fF53ETJP1F79Mqn?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: 670\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: \"15785058378503997553\"\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: 757117\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740065-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.307636,VS0,VE4\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 4b028020-f272-4b2c-9914-05146c3fd9dd\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1GXhlB6fF53ETJP1F79Mqn\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:15.835Z\",\"updatedAt\":\"2024-10-24T15:20:45.569Z\",\"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\":\"hero_banner_home_page.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/7tAcLlj5QgU1WuP0Jf5VLk/7039764c4c336c6200edd8099706b7b7/hero_banner_home_page.png\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/63f3ebbc-6dbc-4cec-ac88-400cc98fad62?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/63f3ebbc-6dbc-4cec-ac88-400cc98fad62?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016066789627075195,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/63f3ebbc-6dbc-4cec-ac88-400cc98fad62?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: 650\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: \"5712147291163430350\"\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: 591625\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740056-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889199.325602,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: 798e0277-4dde-480f-9eac-8b8d9755af44\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"63f3ebbc-6dbc-4cec-ac88-400cc98fad62\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:17.682Z\",\"updatedAt\":\"2024-10-24T15:06:17.682Z\",\"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\":\"home\",\"content\":\"NUPLAZID<sup>&#174;</sup> is an FDA-approved treatment for hallucinations and delusions associated with Parkinson's disease psychosis.\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db7e56ff-6d0c-4e36-85dd-cf9d7a8d75f0?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db7e56ff-6d0c-4e36-85dd-cf9d7a8d75f0?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016139984130859375,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db7e56ff-6d0c-4e36-85dd-cf9d7a8d75f0?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\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: \"1375779069610264409\"\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: 828256\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740040-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.342244,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: 84fd96b8-19fb-4c35-ab7b-850390f7035c\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"db7e56ff-6d0c-4e36-85dd-cf9d7a8d75f0\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:15.909Z\",\"updatedAt\":\"2024-10-30T14:04:11.981Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":13,\"revision\":7,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"contentItem\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"home\",\"content\":\"Don&rsquo;t wait to speak up about Parkinson&rsquo;s disease–related hallucinations and delusions\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5lymQOnbtKsqieIR1ElIgi?locale=en-US (0.021s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5lymQOnbtKsqieIR1ElIgi?locale=en-US (0.021s)
{
    "api": "DELIVERY",
    "duration": 0.020814895629882812,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5lymQOnbtKsqieIR1ElIgi?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 660\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15846328899716812121\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 325265\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781889199.363833,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: 19780edb-b7b2-478a-864c-c4650373ab2f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"5lymQOnbtKsqieIR1ElIgi\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:12.366Z\",\"updatedAt\":\"2024-10-24T15:20:27.931Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"rule-below-titlw.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/5DM5dOZtDQFSsFpzvFoM7Y/6dadca8803cfa45a1ae6de61139da736/rule-below-titlw.png\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/cc712dd8-076f-4a55-b7bb-670920e194c1?locale=en-US (0.017s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/cc712dd8-076f-4a55-b7bb-670920e194c1?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016559123992919922,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/cc712dd8-076f-4a55-b7bb-670920e194c1?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: 596\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: \"14201640368009906780\"\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: 166116\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740089-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.380325,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: fd176c96-350c-416e-bef2-823c5fc9a18e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"cc712dd8-076f-4a55-b7bb-670920e194c1\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:17.991Z\",\"updatedAt\":\"2024-10-24T15:06:17.991Z\",\"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\":\"home\",\"content\":\"Telling your healthcare provider about your symptoms can make all the difference\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1atWjqSTQItaprdm3sKkAC?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1atWjqSTQItaprdm3sKkAC?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015257120132446289,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1atWjqSTQItaprdm3sKkAC?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: 649\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: \"17558461318288383967\"\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: 757117\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740062-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781889199.396595,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: 3ff0af48-75eb-4276-8825-79d494017b6b\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1atWjqSTQItaprdm3sKkAC\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:14.375Z\",\"updatedAt\":\"2024-10-24T15:20:49.794Z\",\"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\":\"hero-image.jpg\",\"contentType\":\"image/jpeg\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/4CABLE9IxwstxNcyNmNa7p/58318d95a057f5394c9ca5035fea6ffe/hero-image.jpg\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3XVmoDC49n6US630jtf5Ps?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3XVmoDC49n6US630jtf5Ps?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015408992767333984,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3XVmoDC49n6US630jtf5Ps?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: 640\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: \"4681037735152271474\"\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: 166052\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.412273,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: 69ce90c9-7f6f-44d5-bb9e-698f72cef038\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"3XVmoDC49n6US630jtf5Ps\",\"type\":\"Entry\",\"createdAt\":\"2024-10-25T15:40:47.704Z\",\"updatedAt\":\"2024-10-25T15:40:47.704Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":5,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"play_btn.png\",\"contentType\":\"Image\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/3ulkPeVOwSYtww6gBNSYh4/5505e7722a95f69a6b150fb8ccdb054e/play_btn.png\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4YFrOw545rgVVwPDNGNybw?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4YFrOw545rgVVwPDNGNybw?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015185832977294922,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4YFrOw545rgVVwPDNGNybw?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: 647\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: \"10110870446580013223\"\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: 969011\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740082-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889199.427791,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: 35c6341f-5b36-446e-822c-11e7ee315944\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"4YFrOw545rgVVwPDNGNybw\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:16.341Z\",\"updatedAt\":\"2024-10-24T15:20:54.004Z\",\"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\":\"group-365a.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/Y4kLjbqbDgk9KkyKOYNtc/e3a5bfe91d6223fc91f53cf793fd4896/group-365a.png\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7ItBF9yFQurU3B7K00YpXF?locale=en-US (0.017s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7ItBF9yFQurU3B7K00YpXF?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.017066001892089844,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7ItBF9yFQurU3B7K00YpXF?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: 639\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: \"14311160451405655107\"\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: 166052\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740069-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.443472,VS0,VE3\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 5ea87329-dffc-43fb-9872-bd659deae36f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"7ItBF9yFQurU3B7K00YpXF\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:04.678Z\",\"updatedAt\":\"2024-10-24T15:17:39.056Z\",\"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\":\"vector.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/tqso11J2BvxCOBhU2Hghj/f371fc2428fc625265784b7b60fb4f71/vector.png\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5efad972-ad1b-44e7-98c8-53ac119079f1?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5efad972-ad1b-44e7-98c8-53ac119079f1?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016211986541748047,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5efad972-ad1b-44e7-98c8-53ac119079f1?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: 597\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: \"12640874306667714465\"\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: 684799\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740046-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889199.460925,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: ca3de1f6-87ad-45c1-8a10-02f032b0b2da\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"5efad972-ad1b-44e7-98c8-53ac119079f1\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:16.638Z\",\"updatedAt\":\"2024-10-24T15:06:16.638Z\",\"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\":\"home\",\"content\":\"Ask your healthcare provider about treatment <span class=\\\"text-nowrap\\\"></span> \"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1GXQcRDn2PfzZEBHbV4iyt?locale=en-US (0.017s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1GXQcRDn2PfzZEBHbV4iyt?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.017338991165161133,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1GXQcRDn2PfzZEBHbV4iyt?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 648\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"17081955135599661664\"\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: 793799\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740029-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889199.477487,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: 8e0d142a-7215-4b2d-a398-e0abdcad928d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1GXQcRDn2PfzZEBHbV4iyt\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:05.268Z\",\"updatedAt\":\"2024-10-24T15:19:40.515Z\",\"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-white.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/5D6UYCiV4XqPiC2QPJsEN8/755c4f7d46d66abfbd71a71e2b49b1e9/rule-white.png\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/03ac91b1-5dab-4874-b6cc-e7926bef934e?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/03ac91b1-5dab-4874-b6cc-e7926bef934e?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015347003936767578,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/03ac91b1-5dab-4874-b6cc-e7926bef934e?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/\"16828753936763611212\"\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: 757117\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889199.495100,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: 4bfc24cc-00f9-4eeb-b451-7bf5d235d072\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 638\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"03ac91b1-5dab-4874-b6cc-e7926bef934e\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:19.961Z\",\"updatedAt\":\"2024-10-24T15:06:19.961Z\",\"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\":\"home\",\"content\":\"If you or your loved one is seeing, hearing, or experiencing things that others don't (hallucinations) or believing things that aren't true (delusions), NUPLAZID may help.\\n\\nNUPLAZID is the only medicine approved to treat hallucinations and delusions associated with Parkinson's disease (PD). You can download the <a href=\\\"/pdf/treatment-discussion-guide.pdf\\\" style=\\\"text-decoration: underline; font-weight:bold;\\\" target=\\\"_blank\\\">Treatment Discussion Guide</a> and bring it to your next doctor's appointment to start the conversation about a treatment option.\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/82045232-81dc-46c6-9d0c-58f2848824f0?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/82045232-81dc-46c6-9d0c-58f2848824f0?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016499996185302734,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/82045232-81dc-46c6-9d0c-58f2848824f0?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: 554\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: \"7448679858518555945\"\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: 325266\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740078-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781889200.510805,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: 0ebf1e12-aec6-4940-96e1-f326df70de49\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"82045232-81dc-46c6-9d0c-58f2848824f0\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:20.769Z\",\"updatedAt\":\"2024-10-24T15:06:20.769Z\",\"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\":\"home\",\"content\":\"<b markdown=0>Learn about NUPLAZID</b>\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5y6Iurr64XnWlsFSl1CQUj?locale=en-US (0.017s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5y6Iurr64XnWlsFSl1CQUj?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.01650214195251465,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5y6Iurr64XnWlsFSl1CQUj?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 646\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"5077004027945097023\"\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: 416616\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740082-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.527658,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: 0cc830dd-946b-4d34-8edc-f78c20a6fa6a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"5y6Iurr64XnWlsFSl1CQUj\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:14.141Z\",\"updatedAt\":\"2024-10-24T15:20:58.543Z\",\"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\":\"close_btn.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/7HlXE0hk3xXfco1rEfj96g/cc34b0c829c42ab40e88e4c357dc3057/close_btn.png\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/aa53cfdf-afb2-4f57-b100-75b034043542?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/aa53cfdf-afb2-4f57-b100-75b034043542?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015426874160766602,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/aa53cfdf-afb2-4f57-b100-75b034043542?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: \"4460957746102903820\"\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: 1320353\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740076-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.544503,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: ce3bd393-e979-4ec9-b07f-4ca72380d0a8\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"aa53cfdf-afb2-4f57-b100-75b034043542\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:16.150Z\",\"updatedAt\":\"2024-10-24T15:06:16.150Z\",\"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\":\"home\",\"content\":\"Parkinson’s disease–related hallucinations and delusions may be more common than you think\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/PpC9b4pyeortiT3ejjsT8?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/PpC9b4pyeortiT3ejjsT8?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01611804962158203,
    "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: 724971\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781889200.560364,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: a833b623-95ed-40b8-8f47-3c66ff141def\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 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1cc610ae-6858-4b56-ab72-9d07f0219ddf?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1cc610ae-6858-4b56-ab72-9d07f0219ddf?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01564502716064453,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1cc610ae-6858-4b56-ab72-9d07f0219ddf?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: 936\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: \"6521002027447718611\"\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: 1232729\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740091-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.576727,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: 0bdba446-ea5d-4bae-96f7-8da81d6ad0cd\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1cc610ae-6858-4b56-ab72-9d07f0219ddf\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:18.311Z\",\"updatedAt\":\"2024-10-24T15:06:18.311Z\",\"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\":\"home\",\"content\":\"Around 50% of people living with Parkinson’s disease (PD) may experience hallucinations and/or delusions over the course of their disease, and these symptoms can get worse over time.\\n\\nWhether these symptoms occur sometimes or have become more frequent, it’s important to share your experiences with your healthcare provider. The sooner your doctor knows about new or worsening symptoms, the sooner they can help.\\n\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/13cc618c-4c35-4b69-9024-b8e8f9cf0ed6?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/13cc618c-4c35-4b69-9024-b8e8f9cf0ed6?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015196800231933594,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/13cc618c-4c35-4b69-9024-b8e8f9cf0ed6?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: 594\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: \"243067631160069323\"\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: 166052\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740049-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781889200.592731,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: 12ea5109-0a3f-4586-8c11-90dc573ae277\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"13cc618c-4c35-4b69-9024-b8e8f9cf0ed6\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:20.275Z\",\"updatedAt\":\"2024-10-24T15:06:20.275Z\",\"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\":\"home\",\"content\":\"<b><span class=\\\"text-nowrap\\\" markdown=0>More about these symptoms</span></b>\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2F8TeEYpeFKqRe9stfeZQc?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2F8TeEYpeFKqRe9stfeZQc?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015676021575927734,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2F8TeEYpeFKqRe9stfeZQc?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 646\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\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: \"14277510563218067336\"\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: 605548\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.608203,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: 847a9ee3-e697-41e1-9226-095d6d1b1727\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2F8TeEYpeFKqRe9stfeZQc\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:08.875Z\",\"updatedAt\":\"2024-10-24T15:19:10.144Z\",\"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\":\"50percent.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/2oAYO1vS9y1hB6iYG2LyOu/9749897cac67fcddab0d75410a92be52/50percent.png\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6gLKWaBVtyTXScp0cKoqR5?locale=en-US (0.017s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6gLKWaBVtyTXScp0cKoqR5?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016598939895629883,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6gLKWaBVtyTXScp0cKoqR5?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: \"10178428660272681221\"\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: 591625\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740081-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.624546,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: da0c78ed-4654-41af-be50-2920ae7cb01e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6gLKWaBVtyTXScp0cKoqR5\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:34.676Z\",\"updatedAt\":\"2024-10-24T15:21:11.676Z\",\"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\":\"ac-thumbnail\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/7oKjmVaabIN4syfJnNFrJo/ae1aba2f127be048535d21827f723698/ac-thumbnail\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/H8RvsaTEejj270f8FuFuL?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/H8RvsaTEejj270f8FuFuL?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015685081481933594,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/H8RvsaTEejj270f8FuFuL?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: 665\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: \"6326215881104654198\"\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: 793799\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.641398,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: b59a8400-77f5-47b9-b218-f1c6e2c27eb6\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"H8RvsaTEejj270f8FuFuL\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:12.046Z\",\"updatedAt\":\"2024-10-24T15:20:19.345Z\",\"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-connect-logo.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/3dOoH1nhSDzXK1118ckWSQ/86993977acbd8319bba941407d9273be/acadia-connect-logo.png\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1NK3DIzwhNLSfRicNIgKew?locale=en-US (0.018s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1NK3DIzwhNLSfRicNIgKew?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.01831197738647461,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1NK3DIzwhNLSfRicNIgKew?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: 520\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: \"2757028169125183833\"\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: 1320342\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.657206,VS0,VE4\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 88b611f1-b8ee-4ae9-9531-cfeab3dd8633\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1NK3DIzwhNLSfRicNIgKew\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:26.494Z\",\"updatedAt\":\"2024-10-24T15:07:26.494Z\",\"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\":\"home\",\"content\":\"Help at every step\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/26492577-44a8-489c-869d-bc048fffefc7?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/26492577-44a8-489c-869d-bc048fffefc7?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015851974487304688,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/26492577-44a8-489c-869d-bc048fffefc7?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: 784\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: \"6866893327060402291\"\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: 325265\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781889200.675976,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: 1bd44374-2672-434f-8b3b-16b6c6fe09f8\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"26492577-44a8-489c-869d-bc048fffefc7\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:19.032Z\",\"updatedAt\":\"2024-10-24T15:06:19.032Z\",\"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\":\"home\",\"content\":\"Enroll in Acadia Connect<sup>&reg;</sup> to be paired with a Care Coordinator. They will be your dedicated contact, getting to know your unique situation and working with your healthcare provider to offer the insurance and prescription assistance that's right for you.\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/081a2aea-f891-48ca-a10a-53ada22b631b?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/081a2aea-f891-48ca-a10a-53ada22b631b?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016347169876098633,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/081a2aea-f891-48ca-a10a-53ada22b631b?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"16332466780304123074\"\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: 691861\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781889200.692310,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: 51251c78-7481-487d-a98d-fa6d7e2c0f35\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"081a2aea-f891-48ca-a10a-53ada22b631b\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:21.402Z\",\"updatedAt\":\"2024-10-24T15:06:21.402Z\",\"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\":\"home\",\"content\":\"<b markdown=0>Learn more</b>\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/321b737d-0cf1-436d-b5cb-04cbae62949a?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/321b737d-0cf1-436d-b5cb-04cbae62949a?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015282869338989258,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/321b737d-0cf1-436d-b5cb-04cbae62949a?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: 527\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: \"3835451366617445225\"\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: 745823\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740043-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781889200.709022,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: b11dae53-4314-4c0e-854e-a3728c0a59ea\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"321b737d-0cf1-436d-b5cb-04cbae62949a\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:22.451Z\",\"updatedAt\":\"2024-10-24T15:06:22.451Z\",\"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\":\"home\",\"content\":\"Back to top\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Wy3IVXS1NM9Zmefz3WxLk?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Wy3IVXS1NM9Zmefz3WxLk?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015398979187011719,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Wy3IVXS1NM9Zmefz3WxLk?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 648\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"10703271597400869480\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 605548\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740050-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.724678,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: 4400a4f0-8489-4e8a-859a-217ffd2612fc\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2Wy3IVXS1NM9Zmefz3WxLk\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:13.145Z\",\"updatedAt\":\"2024-10-24T15:20:23.635Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"with-lines.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/4keh44S5CmS6Xab6arWumY/e2bbfe73f558e919a324719c5e6b0616/with-lines.png\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f7229091-4f25-44de-ba3f-89791cc0aba4?locale=en-US (0.017s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f7229091-4f25-44de-ba3f-89791cc0aba4?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.0173490047454834,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f7229091-4f25-44de-ba3f-89791cc0aba4?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: \"11817579271388261963\"\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: 684798\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740058-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781889200.741445,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: 336ab25c-1872-4e54-a40b-3172d94f0624\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"f7229091-4f25-44de-ba3f-89791cc0aba4\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:16.924Z\",\"updatedAt\":\"2024-10-24T15:06:16.924Z\",\"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\":\"home\",\"content\":\"Sign up. Stay informed.\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1ade432f-ee49-4b65-ae5e-03709f943478?locale=en-US (0.018s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1ade432f-ee49-4b65-ae5e-03709f943478?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.018499135971069336,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1ade432f-ee49-4b65-ae5e-03709f943478?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: 634\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: \"5038424381396292339\"\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: 166051\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740026-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.757836,VS0,VE4\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 9d14c5b7-d13a-4e8c-887f-ee112ec6b9c4\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1ade432f-ee49-4b65-ae5e-03709f943478\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:19.337Z\",\"updatedAt\":\"2024-10-24T15:06:19.337Z\",\"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\":\"home\",\"content\":\"Learn more about NUPLAZID and PD-related hallucinations and delusions, including what to look for and how to get help.\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2d63f061-5f89-4665-8a6a-222236aa534c?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2d63f061-5f89-4665-8a6a-222236aa534c?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.0160830020904541,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2d63f061-5f89-4665-8a6a-222236aa534c?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: 534\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: \"15978739555939889918\"\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: 1278747\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740049-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.776784,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: ed001d06-70b5-42e1-a6ed-5567699d0cba\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2d63f061-5f89-4665-8a6a-222236aa534c\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:21.676Z\",\"updatedAt\":\"2024-10-24T15:06:21.676Z\",\"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\":\"home\",\"content\":\"<b>Sign up now</b>\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4GhJJmZgT3eeRO7cOWcDjP?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4GhJJmZgT3eeRO7cOWcDjP?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016377925872802734,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4GhJJmZgT3eeRO7cOWcDjP?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 648\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"7306858328771206992\"\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: 793732\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740044-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781889200.793333,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: f7c1d3dd-70f2-4287-a0aa-41edee443744\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"4GhJJmZgT3eeRO7cOWcDjP\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:12.643Z\",\"updatedAt\":\"2024-10-24T15:20:32.122Z\",\"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\":\"asset-14.svg\",\"contentType\":\"image/svg+xml\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/6IS8QTDRkYG6NDP4EETDR7/35abcc5be06a3ee758bb9cc2fb21bf52/asset-14.svg\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/65dceeb4-a7f3-4c19-9cc9-666854944b42?locale=en-US (0.018s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/65dceeb4-a7f3-4c19-9cc9-666854944b42?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.017834901809692383,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/65dceeb4-a7f3-4c19-9cc9-666854944b42?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: 623\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: \"4047719139772862920\"\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: 793732\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.810169,VS0,VE3\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: a60a2989-68be-4aef-844d-01d510978389\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"65dceeb4-a7f3-4c19-9cc9-666854944b42\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:21.942Z\",\"updatedAt\":\"2024-10-24T15:06:21.942Z\",\"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\":\"home\",\"content\":\"<span markdown=0>About PD-related<br class=\\\"d-block d-md-none\\\"/>&nbsp;Hallucinations and Delusions</span>\"}}\n",
    "exception": "N;"
}
INFO 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f5592632-49e4-4964-a2a3-f6fc6af8122e?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f5592632-49e4-4964-a2a3-f6fc6af8122e?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015583038330078125,
    "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: 881601\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.837643,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: 7ad75d84-623e-433a-81ed-7cc2556b9cee\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 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db071491-fb8e-4649-af22-bb884a2db0dc?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db071491-fb8e-4649-af22-bb884a2db0dc?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01563096046447754,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/db071491-fb8e-4649-af22-bb884a2db0dc?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 666\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12897026762856047177\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1322476\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740070-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 2, 0\r\nX-Timer: S1781889200.853762,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: ae3506fc-07e5-4a0a-81cf-43b257ee5316\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 17:13:19 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.016s)
DEBUG 17:13:19 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.01637101173400879,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/910139d3-619f-432a-a69a-2ba93b043a6a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 882\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12574531174344669923\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 2501090\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 3, 0\r\nX-Timer: S1781889200.869720,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: 6f41a2fc-088f-4980-b01e-634bcbea348f\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 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US (0.015s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015486001968383789,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 598\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"3933309708259859053\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1152049\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.886759,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: 30b55cea-eca5-44eb-8840-ea227f5298a1\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 17:13:19 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 17:13:19 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.015095949172973633,
    "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: 325240\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.902498,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: 494f4cd6-96d5-4276-8dad-6d762ab422dc\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 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01610088348388672,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 799\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6217699729541491152\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1232729\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740039-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.918012,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: c64cd288-74d6-4208-8421-8527dc7b41d5\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 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US (0.019s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US (0.019s)
{
    "api": "DELIVERY",
    "duration": 0.018764019012451172,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 618\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6701230827623311653\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 355652\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.934533,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: 06cae52f-88c6-4701-be26-d8a9cb05451e\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 17:13:19 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.015s)
DEBUG 17:13:19 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.015107154846191406,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b31470c-12b4-407a-8dbb-91b82bdfe978?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"17419741518652993093\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 325265\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 6, 0\r\nX-Timer: S1781889200.953638,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: 0c90b5a1-f7db-4b96-ac81-ef11a8844d68\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 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US (0.016s)
DEBUG 17:13:19 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01569199562072754,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 612\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"7247011680971114803\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1322475\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740049-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.969497,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: f3f09ad9-bc49-40eb-b0da-6f28c294585d\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 17:13:19 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.016s)
DEBUG 17:13:19 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.016157150268554688,
    "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: 355652\r\nDate: Fri, 19 Jun 2026 17:13:19 GMT\r\nX-Served-By: cache-ewr-kewr1740079-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.985355,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: 67a7bc68-e14a-4265-8f81-7581e23af5b2\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 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US (0.015s)
DEBUG 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015407800674438477,
    "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: 684798\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740068-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.001955,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: 2d7460ac-27da-4543-bdce-577484ea8dda\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 17:13:20 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.017s)
DEBUG 17:13:20 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.016557931900024414,
    "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: 738235\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.017804,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: 2fe6302b-089e-48f8-bf96-60026f7532b9\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 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6dd0c5df-a84e-4b30-a53c-68aedadba574?locale=en-US (0.016s)
DEBUG 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6dd0c5df-a84e-4b30-a53c-68aedadba574?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016337156295776367,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6dd0c5df-a84e-4b30-a53c-68aedadba574?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 878\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11157647150451450614\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1232728\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.034633,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: bfe9c989-af5b-4bc8-a692-48c1932d7b6c\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 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/020ff2f1-dc0a-4022-aa98-e99b32428c21?locale=en-US (0.016s)
DEBUG 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/020ff2f1-dc0a-4022-aa98-e99b32428c21?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015529870986938477,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/020ff2f1-dc0a-4022-aa98-e99b32428c21?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 540\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15857313354771499893\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 793799\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.051477,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: 1476ce28-ecce-4ae1-9dc4-50c0ade91b7b\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 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/d548440c-e3fa-4b8a-a9af-241857427770?locale=en-US (0.016s)
DEBUG 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/d548440c-e3fa-4b8a-a9af-241857427770?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01556706428527832,
    "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: 1320353\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740035-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.067215,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: 3e84a2d2-3cc9-4a32-96d8-24eadec05d48\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 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/37ed4dde-cd2b-4bd9-b353-bb4f2af75af7?locale=en-US (0.016s)
DEBUG 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/37ed4dde-cd2b-4bd9-b353-bb4f2af75af7?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015697002410888672,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/37ed4dde-cd2b-4bd9-b353-bb4f2af75af7?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 557\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"18345851553706813524\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 325240\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740071-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.083629,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: be7d1966-d0cc-4186-81df-bbdd99ad7203\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 17:13:20 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.015s)
DEBUG 17:13:20 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.015250205993652344,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5632da9-db49-4181-8170-2e42d198a6e0?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 913\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"15364284737718214347\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 763701\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.099345,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: 811dedce-4b84-4555-922c-f134cc9553bd\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 17:13:20 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 17:13:20 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.015190839767456055,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7e86b57d-3fc9-45e2-820d-4c087144ee20?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 820\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"2495470355627892120\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 647820\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.114816,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: dbf6f945-6e35-4c6a-852a-5755a3693b93\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 17:13:20 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.015s)
DEBUG 17:13:20 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.01523590087890625,
    "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: 513045\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.130287,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: 5ffac2f4-7364-4f72-8bea-b2b014f20a7b\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 17:13:20 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.015s)
DEBUG 17:13:20 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.015180110931396484,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/90636f8e-95c7-4f65-bfcc-e2fb0925bae9?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 545\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"8156350897180069553\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 325241\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.145938,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: 1d6e993f-6dc1-44ed-987c-e3838bb188a5\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 17:13:20 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.015s)
DEBUG 17:13:20 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.015453815460205078,
    "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: 738236\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740078-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.292617,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: 6a980738-0f90-451c-b482-3b9acb106e78\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 17:13:20 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.016s)
DEBUG 17:13:20 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.015892982482910156,
    "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: 166050\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.308545,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: 9f032123-dca3-4265-8ead-b9cefffb6752\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 17:13:20 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.016s)
DEBUG 17:13:20 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.016s)
{
    "api": "DELIVERY",
    "duration": 0.0163729190826416,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31d18885-f2a9-47c7-8bfe-e7be843c6cb5?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"4115664593656388453\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 172471\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740033-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.324791,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: 7ddf5e3e-3604-48b8-80bf-6ae792c33cac\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 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/795afa38-572d-4cb7-9a06-ea0ab59db44e?locale=en-US (0.016s)
DEBUG 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/795afa38-572d-4cb7-9a06-ea0ab59db44e?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015801191329956055,
    "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: 166051\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740026-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 0, 0\r\nX-Timer: S1781889200.341438,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: af5ce5a8-9636-484f-a302-07601c74f940\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 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US (0.016s)
DEBUG 17:13:20 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015745162963867188,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 673\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12432701020741044937\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 738236\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740062-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.357616,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: 5e4fa2d1-7eb7-40df-8e58-a812618bd31e\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 17:13:20 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.015s)
DEBUG 17:13:20 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.015s)
{
    "api": "DELIVERY",
    "duration": 0.015255928039550781,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/23b9796d-03b2-41e3-8e4e-44192a131fc2?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 595\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"11543160015497312453\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1183707\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.373715,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: db9bfde1-bb40-4a30-86ef-0d8ee1f52e20\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 17:13:20 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.017s)
DEBUG 17:13:20 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.017s)
{
    "api": "DELIVERY",
    "duration": 0.01663684844970703,
    "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: 325265\r\nDate: Fri, 19 Jun 2026 17:13:20 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-dfw-kdfw8210161-DFW\r\nX-Cache-Hits: 1, 0\r\nX-Timer: S1781889200.389591,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: 8bc53d09-611b-48cb-a714-1e9560449511\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 17:13:20 security Populated the TokenStorage with an anonymous Token.
DEBUG 17:13:20 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 17:13:20 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 17:13:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 17:13:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 17:13:20 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 17:13:20 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 17:13:20 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 17:13:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 17:13:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 17:13:20 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 17:13:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 17:13:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 17:13:20 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 17:13:20 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 17:13:20 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 17:13:20 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 17:13:20 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 17:13:20 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
WARNING 17:13:20 php Uncaught Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/47/1d/d01d47): failed to open stream: operation failed
{
    "exception": {}
}
CRITICAL 17:13:20 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/47/1d/d01d47): failed to open stream: operation failed" at /home/site/wwwroot/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175
{
    "exception": {}
}
DEBUG 17:13:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 17:13:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 17:13:20 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 17:13:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 17:13:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 17:13:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 17:13:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 17:13:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 17:13:20 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 17:13:20 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 17:13:20 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 17:13:20 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 17:13:20 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 17:13:20 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 17:13:20 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 17:13:20 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 17:13:20 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 17:13:20 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 17:13:20 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/47/1d/d01d47): 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)