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

Support for managing
Parkinson’s
disease–related hallucinations
and delusions 

Connect with a Care Coordinator for medication support

Actor portrayal of smiling woman, an Acadia Connect® Care Coordinator

Committed organizations

These organizations can provide you with more information about the nonmotor symptoms associated with PD.

Logo for The Parkinson’s Foundation

The Parkinson’s Foundation makes life better for people with Parkinson's disease by improving care and advancing research toward a cure. In everything we do, we build on the energy, experience, and passion of our global Parkinson’s community.

Phone: (800) 473-4636
Logo for The American Parkinson Disease Association (APDA)

The American Parkinson Disease Association (APDA) is the largest grassroots network dedicated to fighting PD and works tirelessly to assist those with PD live life to the fullest in the face of this chronic, neurological disorder. APDA provides support nationally through its network of Chapters and Information & Referral (I&R) Centers, as well as a national Research Program and Centers for Advanced Research.

Phone: (800) 223-2732
Logo for The Michael J. Fox Foundation for Parkinson's Research

The Michael J. Fox Foundation is dedicated to finding a cure for Parkinson’s and to ensuring the development of improved therapies for those living with the disease today through an aggressively funded research agenda.

Phone: (800) 708-7644
Logo for The Davis Phinney Foundation for Parkinson's

The Davis Phinney Foundation provides resources and connections that enable people living with Parkinson's to take action that can immediately improve their quality of life. The organization impacts hundreds of thousands of individuals and families each year through community programs, the funding of quality of life research, and extensive online content.

Phone: (866) 358-0285
Logo for Parkinson & Movement Disorder Alliance (PMD Alliance)

Parkinson & Movement Disorder Alliance (PMD Alliance) is a community of movers and motivators working hand-in-hand with those living with a diagnosis, their care partners, adult children, and support group leaders to deliver education and connection to those impacted by movement disorders.

Phone: (800) 256-0966
Brain icon representing changes associated with PD-related hallucinations and delusions

PD-related hallucinations and delusions may be more common than you think

Icon of a capsule representing NUPLAZID® clinical study and dosing information

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

IMPORTANT SAFETY INFORMATION and INDICATION

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

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

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

Who should not take NUPLAZID?

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

What other warnings should I know about NUPLAZID?

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

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

What medicine might interact with NUPLAZID?

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

What are the common side effects of NUPLAZID?

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

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

Indication

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

How should I take NUPLAZID?

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

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

Please read the full Prescribing Information, including Boxed WARNING.

Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/4f/db/1ddb4f): 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/4f/db/1ddb4f): 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 2

Level Channel Message
INFO 09:28:15 request Matched route "app_catchall_index".
{
    "route": "app_catchall_index",
    "route_parameters": {
        "_route": "app_catchall_index",
        "slug": "support-and-resources",
        "_controller": "App\\Controller\\CatchAllController::index"
    },
    "request_uri": "http://nuplazid-dev.azurewebsites.net/support-and-resources",
    "method": "GET"
}
DEBUG 09:28:15 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 09:28:15 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 09:28:15 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 09:28:15 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 09:28:15 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 09:28:15 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 09:28:15 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 09:28:15 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 09:28:15 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 09:28:15 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 09:28:15 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 09:28:15 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 09:28:15 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 09:28:15 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 09:28:15 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 09:28:15 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 09:28:15 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 09:28:15 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 09:28:15 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 09:28:15 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 09:28:15 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 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US (0.100s)
DEBUG 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/RPjVeD1QCwqnX7ILJljLG?locale=en-US (0.100s)
{
    "api": "DELIVERY",
    "duration": 0.09969687461853027,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"2328309738187629171\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=50, total;dur=65\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 132174\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-ewr-kewr1740023-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 28fa5d10-ab69-48ca-ae5b-8fa179734b0c\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 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4e1ddac1-2cd5-4b4f-a841-e2a0591470fb?locale=en-US (0.013s)
DEBUG 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4e1ddac1-2cd5-4b4f-a841-e2a0591470fb?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.01253199577331543,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4e1ddac1-2cd5-4b4f-a841-e2a0591470fb?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 823\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"4526502379872753319\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=68, total;dur=82\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356742\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740098-EWR, cache-ewr-kewr1740063-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 6f87060f-132d-4f38-b090-1c4daf5573aa\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"4e1ddac1-2cd5-4b4f-a841-e2a0591470fb\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:42.980Z\",\"updatedAt\":\"2024-10-24T15:06:42.980Z\",\"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\":\"support-and-resources\",\"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 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e1e4dedd-8074-4c6c-928c-92359112bfab?locale=en-US (0.030s)
DEBUG 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e1e4dedd-8074-4c6c-928c-92359112bfab?locale=en-US (0.030s)
{
    "api": "DELIVERY",
    "duration": 0.030408143997192383,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e1e4dedd-8074-4c6c-928c-92359112bfab?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"17260612986445867921\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=55, total;dur=69\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356742\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740099-EWR, cache-ewr-kewr1740072-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: e9330a47-1460-41b3-9d2b-380779d690c5\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"e1e4dedd-8074-4c6c-928c-92359112bfab\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:48.766Z\",\"updatedAt\":\"2024-10-24T15:06:48.766Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Stay</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0eff3f8e-a036-4803-9a46-c7e1630acc12?locale=en-US (0.013s)
DEBUG 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0eff3f8e-a036-4803-9a46-c7e1630acc12?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013139963150024414,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0eff3f8e-a036-4803-9a46-c7e1630acc12?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"421053249475428029\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=51, total;dur=66\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356742\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740042-EWR, cache-ewr-kewr1740042-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: e26cb65b-5e6e-4bff-9672-7ba2cecc3646\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"0eff3f8e-a036-4803-9a46-c7e1630acc12\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:49.034Z\",\"updatedAt\":\"2024-10-24T15:06:49.034Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Continue</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dd5e0e8b-89b8-492a-b09b-d751127eecfc?locale=en-US (0.013s)
DEBUG 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dd5e0e8b-89b8-492a-b09b-d751127eecfc?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013283014297485352,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"15483633956964152125\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=58, total;dur=76\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 662307\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740061-EWR, cache-ewr-kewr1740061-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 85d16786-0e3d-47f6-b524-bcd65f4b7d6c\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 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2e52fa82-65ea-4ea7-acd2-a87b32c2eb03?locale=en-US (0.013s)
DEBUG 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2e52fa82-65ea-4ea7-acd2-a87b32c2eb03?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012907981872558594,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"17241246573409747622\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=35, total;dur=54\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 662307\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-ewr-kewr1740066-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: fdfc3018-23dc-49a3-b42f-c73c17d9366d\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 09:28:15 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.012s)
DEBUG 09:28:15 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012388944625854492,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"3343150302604692438\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=58, total;dur=73\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 108482\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-ewr-kewr1740023-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 6c51cc1d-9659-4f6e-9b43-08ec6a59da57\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 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0abed34d-77b4-4e26-8f97-bcbdd3ee6eab?locale=en-US (0.013s)
DEBUG 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0abed34d-77b4-4e26-8f97-bcbdd3ee6eab?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013061046600341797,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0abed34d-77b4-4e26-8f97-bcbdd3ee6eab?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 587\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"4342635639604986446\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=36, total;dur=59\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 349815\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740071-EWR, cache-ewr-kewr1740084-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 877e8035-ebfc-4773-bbfe-303cffd8f855\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 09:28:15 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.013s)
DEBUG 09:28:15 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.012959003448486328,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"12485884042010755160\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=31, total;dur=49\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 662307\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740047-EWR, cache-ewr-kewr1740047-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 6e6400d6-d6d9-41f7-9cf7-23cd77e025bf\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 09:28:15 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.014s)
DEBUG 09:28:15 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.014s)
{
    "api": "DELIVERY",
    "duration": 0.014362096786499023,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dc4a2cad-10e4-43e4-a927-3c1ee2ae242a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 626\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"10495669395077474904\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=37, total;dur=54\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 176117\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-ewr-kewr1740075-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 40e20f6f-82b2-4b60-9d81-9ae98eebdba6\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 09:28:15 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.013s)
DEBUG 09:28:15 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.013099908828735352,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"2334043889685994480\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=41, total;dur=58\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 662307\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740069-EWR, cache-ewr-kewr1740069-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: bc1f8401-2270-4d9e-aaae-0a09d70a6983\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 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a42ea7c3-77f3-4306-a053-7a26277d58e6?locale=en-US (0.013s)
DEBUG 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a42ea7c3-77f3-4306-a053-7a26277d58e6?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013222217559814453,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a42ea7c3-77f3-4306-a053-7a26277d58e6?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11460474804834152316\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=59, total;dur=75\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 81021\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-ewr-kewr1740022-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: d044370d-954e-461f-a99f-4df139edfcad\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 09:28:15 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.013s)
DEBUG 09:28:15 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.012921810150146484,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"8727587309928303211\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=35, total;dur=53\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 662305\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740040-EWR, cache-ewr-kewr1740040-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 96addcb5-590e-4115-9822-5d3a9bb600bb\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 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1fdc00ca-84b2-4bee-857c-bb0d9c20980d?locale=en-US (0.013s)
DEBUG 09:28:15 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1fdc00ca-84b2-4bee-857c-bb0d9c20980d?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012617111206054688,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"18016179835843396703\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=42, total;dur=57\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 662306\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740083-EWR, cache-ewr-kewr1740051-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: cf891b92-964e-478a-ad90-efc2cbb7b79e\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 09:28:15 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.013s)
DEBUG 09:28:15 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.01310586929321289,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"6764149622231551615\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=35, total;dur=52\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 662305\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740034-EWR, cache-ewr-kewr1740034-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: a3ed1036-ad76-429a-8da8-2aa9c270e51b\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 09:28:15 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 09:28:15 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.01612091064453125,
    "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: 662306\r\nDate: Sat, 19 Sep 2026 09:28:15 GMT\r\nX-Served-By: cache-ewr-kewr1740065-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 04112e83-1f55-4dc5-9ec1-1c9354bc2162\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 09:28:16 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.012s)
DEBUG 09:28:16 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012242794036865234,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a200c1f-a008-4bde-85d1-76ecd789974e?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 600\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"5576391153642058800\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=38, total;dur=53\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 190410\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 9036e286-5de2-42bf-b05b-d37c98ead522\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 09:28:16 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.012s)
DEBUG 09:28:16 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012386083602905273,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f9f15574-1c4e-4506-acd3-f7fc7553c921?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 599\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"1976563385804116599\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=38, total;dur=53\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 662305\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 1ff5ce01-6e8d-41f9-bcbc-21156f05e986\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 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2heilTmQgqN1Be74BeEpSE?locale=en-US (0.039s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2heilTmQgqN1Be74BeEpSE?locale=en-US (0.039s)
{
    "api": "DELIVERY",
    "duration": 0.038832902908325195,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2heilTmQgqN1Be74BeEpSE?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 638\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"6264626640654669586\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=39, total;dur=54\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740070-EWR, cache-ewr-kewr1740070-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: 4057328d-4f93-4564-bd72-facaeb1f3bc0\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2heilTmQgqN1Be74BeEpSE\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:23.589Z\",\"updatedAt\":\"2024-10-24T15:22:36.291Z\",\"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\":\"hero6.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/6j5rhww6dfCyfqSjstLxfs/86b6562d530a1b4e2711330bfacd0715/hero6.png\"}}\n",
    "exception": "N;"
}
INFO 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8d650099-bfb7-4093-aa15-58ed834db604?locale=en-US (0.119s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8d650099-bfb7-4093-aa15-58ed834db604?locale=en-US (0.119s)
{
    "api": "DELIVERY",
    "duration": 0.11907792091369629,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8d650099-bfb7-4093-aa15-58ed834db604?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 667\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"16926498000917772836\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=71, total;dur=85\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740050-EWR, cache-ewr-kewr1740035-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: d9b4df34-4c67-4fc5-b7a3-4ce77511b40b\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"8d650099-bfb7-4093-aa15-58ed834db604\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:43.368Z\",\"updatedAt\":\"2024-10-24T15:06:43.368Z\",\"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\":\"support-and-resources\",\"content\":\"NUPLAZID<sup>&#174;</sup> is an FDA-approved treatment for hallucinations and delusions associated with Parkinson's disease psychosis.\"}}\n",
    "exception": "N;"
}
INFO 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/03ca9cf9-3c48-4293-8556-555056bc207f?locale=en-US (0.037s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/03ca9cf9-3c48-4293-8556-555056bc207f?locale=en-US (0.037s)
{
    "api": "DELIVERY",
    "duration": 0.03710198402404785,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/03ca9cf9-3c48-4293-8556-555056bc207f?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"17422889031312634213\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=71, total;dur=85\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740048-EWR, cache-ewr-kewr1740048-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: cada0410-ea13-4343-9fd9-40ffd6ca885f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"03ca9cf9-3c48-4293-8556-555056bc207f\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:41.952Z\",\"updatedAt\":\"2024-10-24T15:06:41.952Z\",\"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\":\"support-and-resources\",\"content\":\"Support for managing <br class=\\\"desktop\\\">Parkinson&rsquo;s  <br class=\\\"d-none d-lg-block d-xl-none\\\">disease–related hallucinations <br class=\\\"desktop\\\"> and delusions&nbsp;\"}}\n",
    "exception": "N;"
}
INFO 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/IHOqhq4bxKqBecJDEN4Rb?locale=en-US (0.037s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/IHOqhq4bxKqBecJDEN4Rb?locale=en-US (0.037s)
{
    "api": "DELIVERY",
    "duration": 0.03742218017578125,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/IHOqhq4bxKqBecJDEN4Rb?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 572\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"7980444336997224105\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=45, total;dur=59\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740096-EWR, cache-ewr-kewr1740046-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: 7e3c3d38-9011-4bad-9a1e-3350819cb943\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"IHOqhq4bxKqBecJDEN4Rb\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:25.760Z\",\"updatedAt\":\"2024-10-24T15:07:25.760Z\",\"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\":\"support-and-resources\",\"content\":\"Connect with a Care Coordinator for medication support\"}}\n",
    "exception": "N;"
}
ERROR 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/72685d18-293c-4344-9bb9-5865b2e299c8?locale=en-US (0.482s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/72685d18-293c-4344-9bb9-5865b2e299c8?locale=en-US (0.482s)
{
    "api": "DELIVERY",
    "duration": 0.48151397705078125,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/72685d18-293c-4344-9bb9-5865b2e299c8?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 404 Not Found\r\nConnection: keep-alive\r\nContent-Length: 267\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nserver-timing: total;dur=64\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\naccess-control-max-age: 86400\r\netag: \"7409060250935720829\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\ncontentful-api: cda\r\naccess-control-allow-origin: *\r\naccess-control-allow-headers: Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,Destination,Dnt,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Contentful-Content-Type,X-Contentful-Enable-Alpha-Feature,X-Contentful-Extensions-Sourcemap,X-Contentful-Locale-Based-Publishing,X-Contentful-Organization,X-Contentful-Personal-Intercept,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Version,X-Http-Method-Override,X-Mx-Reqtoken,X-Requested-With\r\naccess-control-expose-headers: Etag\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740081-EWR, cache-ewr-kewr1740040-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: dd27eee7-232b-49d6-b380-0f244b337ff6\r\n\r\n{\"sys\":{\"type\":\"Error\",\"id\":\"NotFound\"},\"message\":\"The resource could not be found.\",\"details\":{\"type\":\"Entry\",\"id\":\"72685d18-293c-4344-9bb9-5865b2e299c8\",\"environment\":\"2.6.2_remove-opt-in\",\"space\":\"5op9sxpwqnmz\"},\"requestId\":\"dd27eee7-232b-49d6-b380-0f244b337ff6\"}\n",
    "exception": "C:43:\"Contentful\\Core\\Exception\\NotFoundException\":2450:{a:7:{s:7:\"message\";s:32:\"The resource could not be found.\";s:4:\"code\";i:0;s:4:\"file\";s:32:\"The resource could not be found.\";s:4:\"line\";i:94;s:9:\"requestId\";s:36:\"dd27eee7-232b-49d6-b380-0f244b337ff6\";s:7:\"request\";s:444:\"GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/72685d18-293c-4344-9bb9-5865b2e299c8?locale=en-US HTTP/1.1\r\nUser-Agent: GuzzleHttp/7\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n\";s:8:\"response\";s:1756:\"HTTP/1.1 404 Not Found\r\nConnection: keep-alive\r\nContent-Length: 267\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nserver-timing: total;dur=64\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\naccess-control-max-age: 86400\r\netag: \"7409060250935720829\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\ncontentful-api: cda\r\naccess-control-allow-origin: *\r\naccess-control-allow-headers: Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,Destination,Dnt,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Contentful-Content-Type,X-Contentful-Enable-Alpha-Feature,X-Contentful-Extensions-Sourcemap,X-Contentful-Locale-Based-Publishing,X-Contentful-Organization,X-Contentful-Personal-Intercept,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Version,X-Http-Method-Override,X-Mx-Reqtoken,X-Requested-With\r\naccess-control-expose-headers: Etag\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740081-EWR, cache-ewr-kewr1740040-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: dd27eee7-232b-49d6-b380-0f244b337ff6\r\n\r\n{\"sys\":{\"type\":\"Error\",\"id\":\"NotFound\"},\"message\":\"The resource could not be found.\",\"details\":{\"type\":\"Entry\",\"id\":\"72685d18-293c-4344-9bb9-5865b2e299c8\",\"environment\":\"2.6.2_remove-opt-in\",\"space\":\"5op9sxpwqnmz\"},\"requestId\":\"dd27eee7-232b-49d6-b380-0f244b337ff6\"}\n\";}}"
}
INFO 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/H8RvsaTEejj270f8FuFuL?locale=en-US (0.012s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/H8RvsaTEejj270f8FuFuL?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012295961380004883,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"6326215881104654198\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=35, total;dur=58\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 85548\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-ewr-kewr1740027-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: b8a40928-9917-4878-b642-b920f669c5d5\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 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f4efc2c5-673c-4415-9c65-316e93fa4d7d?locale=en-US (0.013s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f4efc2c5-673c-4415-9c65-316e93fa4d7d?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013463973999023438,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f4efc2c5-673c-4415-9c65-316e93fa4d7d?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 578\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"1590997950563647846\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=37, total;dur=52\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356742\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-ewr-kewr1740085-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 92412400-dff6-46e6-b546-5b1b65192235\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"f4efc2c5-673c-4415-9c65-316e93fa4d7d\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:49.436Z\",\"updatedAt\":\"2024-10-24T15:06:49.436Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Visit Acadia Connect<sup> &#174;</sup></b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/255c0660-796e-4420-9865-d6602582a65c?locale=en-US (0.013s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/255c0660-796e-4420-9865-d6602582a65c?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013212919235229492,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/255c0660-796e-4420-9865-d6602582a65c?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 556\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: \"832298552684892662\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356742\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740040-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 2cd1433d-ab31-4763-987a-43e9b7513591\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"255c0660-796e-4420-9865-d6602582a65c\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:42.228Z\",\"updatedAt\":\"2024-10-24T15:06:42.228Z\",\"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\":\"support-and-resources\",\"content\":\"Committed organizations\"}}\n",
    "exception": "N;"
}
INFO 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/20a0f325-f797-49b2-8580-a33aaee05182?locale=en-US (0.030s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/20a0f325-f797-49b2-8580-a33aaee05182?locale=en-US (0.030s)
{
    "api": "DELIVERY",
    "duration": 0.02963995933532715,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/20a0f325-f797-49b2-8580-a33aaee05182?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 638\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11831298070457460661\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=46, total;dur=59\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-ewr-kewr1740080-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: 479aae26-91f2-43b3-8b01-a75342fe095d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"20a0f325-f797-49b2-8580-a33aaee05182\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:43.818Z\",\"updatedAt\":\"2024-10-24T15:06:43.818Z\",\"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\":\"support-and-resources\",\"content\":\"These organizations can provide you with more information about the nonmotor symptoms associated with PD.\"}}\n",
    "exception": "N;"
}
INFO 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6cR9o2zoMEiadqa3SkBccv?locale=en-US (0.036s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6cR9o2zoMEiadqa3SkBccv?locale=en-US (0.036s)
{
    "api": "DELIVERY",
    "duration": 0.03551793098449707,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6cR9o2zoMEiadqa3SkBccv?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 678\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"6516306101358595216\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=43, total;dur=57\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: 06a88eb3-1ae2-4c0b-ba58-726d3a898d54\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6cR9o2zoMEiadqa3SkBccv\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:21.806Z\",\"updatedAt\":\"2024-10-24T15:22:42.785Z\",\"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\":\"parkinsonsfoundation-copy.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/6hhzGB7R1n3Zh2dn6oUPmc/6868eff7f5bf3f11e44c9a9da34dde2c/parkinsonsfoundation-copy.png\"}}\n",
    "exception": "N;"
}
INFO 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0902f56e-3534-4ed1-b710-e0fc2c86ad03?locale=en-US (0.033s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0902f56e-3534-4ed1-b710-e0fc2c86ad03?locale=en-US (0.033s)
{
    "api": "DELIVERY",
    "duration": 0.03337597846984863,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0902f56e-3534-4ed1-b710-e0fc2c86ad03?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 780\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"5775877208523682243\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=45, total;dur=57\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740099-EWR, cache-ewr-kewr1740041-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: 696ff3b5-dca5-4031-9eb0-1ae7b10ec595\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"0902f56e-3534-4ed1-b710-e0fc2c86ad03\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:44.111Z\",\"updatedAt\":\"2024-10-24T15:06:44.111Z\",\"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\":\"support-and-resources\",\"content\":\"The Parkinson’s Foundation makes life better for people with Parkinson's disease  by improving care and advancing research toward a cure. In everything we do, we build on the energy, experience, and passion of our global Parkinson’s community.\"}}\n",
    "exception": "N;"
}
INFO 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e20ec497-771c-4e38-9c76-2c083adb4ddd?locale=en-US (0.013s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e20ec497-771c-4e38-9c76-2c083adb4ddd?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012652873992919922,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e20ec497-771c-4e38-9c76-2c083adb4ddd?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 590\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"4648665590920788146\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=43, total;dur=57\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740074-EWR, cache-ewr-kewr1740074-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 9758ba02-4c3f-4532-a69e-6c96c51ff02a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"e20ec497-771c-4e38-9c76-2c083adb4ddd\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:45.166Z\",\"updatedAt\":\"2024-10-24T15:06:45.166Z\",\"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\":\"support-and-resources\",\"content\":\"**Phone:  <font color=\\\"#0C1C8E\\\">(800) 473-4636**</font>\"}}\n",
    "exception": "N;"
}
INFO 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3bd65bb9-e36a-415d-bed4-01b28c89ed60?locale=en-US (0.013s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3bd65bb9-e36a-415d-bed4-01b28c89ed60?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.01260995864868164,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3bd65bb9-e36a-415d-bed4-01b28c89ed60?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 823\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: \"11432157273187041803\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740052-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 7e14a1c2-9c36-4e65-820f-1af09f9d6c4f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"3bd65bb9-e36a-415d-bed4-01b28c89ed60\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:44.411Z\",\"updatedAt\":\"2024-10-24T15:06:44.411Z\",\"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\":\"support-and-resources\",\"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 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6a71ddb7-f62d-418f-bc9f-b3ed90763483?locale=en-US (0.080s)
DEBUG 09:28:16 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6a71ddb7-f62d-418f-bc9f-b3ed90763483?locale=en-US (0.080s)
{
    "api": "DELIVERY",
    "duration": 0.08005595207214355,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6a71ddb7-f62d-418f-bc9f-b3ed90763483?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"12851582859122882669\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=33, total;dur=48\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 19 Sep 2026 09:28:16 GMT\r\nX-Served-By: cache-ewr-kewr1740050-EWR, cache-ewr-kewr1740050-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: 2772be54-d2e5-40cf-b688-9f3036152d41\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6a71ddb7-f62d-418f-bc9f-b3ed90763483\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:50.035Z\",\"updatedAt\":\"2024-10-24T15:06:50.035Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Stay</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3f9bf8b7-1dca-45f0-9298-cfcb5648f0f2?locale=en-US (0.036s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3f9bf8b7-1dca-45f0-9298-cfcb5648f0f2?locale=en-US (0.036s)
{
    "api": "DELIVERY",
    "duration": 0.035974979400634766,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3f9bf8b7-1dca-45f0-9298-cfcb5648f0f2?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"15984031015413506720\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=39, total;dur=52\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740096-EWR, cache-ewr-kewr1740075-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: e5899baf-3062-4e34-951b-5e724840f924\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"3f9bf8b7-1dca-45f0-9298-cfcb5648f0f2\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:50.289Z\",\"updatedAt\":\"2024-10-24T15:06:50.289Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Continue</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e6ddd986-9107-4410-9cc4-17b073e16452?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e6ddd986-9107-4410-9cc4-17b073e16452?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012555837631225586,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e6ddd986-9107-4410-9cc4-17b073e16452?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 559\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"5343915830939637428\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=42, total;dur=57\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740058-EWR, cache-ewr-kewr1740079-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 60c8d498-0418-4a59-abac-c8978a43344c\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"e6ddd986-9107-4410-9cc4-17b073e16452\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:49.758Z\",\"updatedAt\":\"2024-10-24T15:06:49.758Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Visit their website</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6a99MOXYO3RYhzfSLUHT3?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6a99MOXYO3RYhzfSLUHT3?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012644052505493164,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6a99MOXYO3RYhzfSLUHT3?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-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: \"9504570237542291054\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740067-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: df882886-96eb-407b-ab4b-5040320520ed\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6a99MOXYO3RYhzfSLUHT3\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:22.119Z\",\"updatedAt\":\"2024-10-24T15:22:47.185Z\",\"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\":\"apda-logo-506x130-1.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/39DScqCCExuow9gumMaCyv/43bf616cfaefeca04e0e97b58bca0c10/apda-logo-506x130-1.png\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/582da4c2-89c6-436b-9cf9-1660e29f7f69?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/582da4c2-89c6-436b-9cf9-1660e29f7f69?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013210058212280273,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/582da4c2-89c6-436b-9cf9-1660e29f7f69?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 944\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"14140646921436718104\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=47, total;dur=60\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740025-EWR, cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: ec2a307d-3a09-4f4e-8cd8-b98b663725e4\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"582da4c2-89c6-436b-9cf9-1660e29f7f69\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:44.706Z\",\"updatedAt\":\"2024-10-24T15:06:44.706Z\",\"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\":\"support-and-resources\",\"content\":\"The American Parkinson Disease Association (APDA) is the largest grassroots network dedicated to fighting PD and works tirelessly to assist those with PD live life to the fullest in the face of this chronic, neurological disorder. APDA provides support nationally through its network of Chapters and Information & Referral (I&R) Centers, as well as a national Research Program and Centers for Advanced Research.\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3f396c27-6e1d-4443-bc63-f1376e86afe4?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3f396c27-6e1d-4443-bc63-f1376e86afe4?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.01330709457397461,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3f396c27-6e1d-4443-bc63-f1376e86afe4?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 589\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: \"12466787094885131477\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740041-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 530cad78-963c-4313-8e5c-362f2d0eec3b\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"3f396c27-6e1d-4443-bc63-f1376e86afe4\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:45.527Z\",\"updatedAt\":\"2024-10-24T15:06:45.527Z\",\"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\":\"support-and-resources\",\"content\":\"**Phone: <font color=\\\"#0C1C8E\\\">(800) 223-2732</font>**\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/02afd63e-eaf1-49ae-be0d-1347b3b06098?locale=en-US (0.031s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/02afd63e-eaf1-49ae-be0d-1347b3b06098?locale=en-US (0.031s)
{
    "api": "DELIVERY",
    "duration": 0.030503034591674805,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/02afd63e-eaf1-49ae-be0d-1347b3b06098?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 823\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"10604761128023351438\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=38, total;dur=52\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740028-EWR, cache-ewr-kewr1740028-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: f3ee603d-c79b-4401-9ab5-5927cb7e1065\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"02afd63e-eaf1-49ae-be0d-1347b3b06098\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:45.845Z\",\"updatedAt\":\"2024-10-24T15:06:45.845Z\",\"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\":\"support-and-resources\",\"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 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/d4cb3b07-94c3-4bfa-a4bc-c03dbb43aa9e?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/d4cb3b07-94c3-4bfa-a4bc-c03dbb43aa9e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013356924057006836,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/d4cb3b07-94c3-4bfa-a4bc-c03dbb43aa9e?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"6853451387880911908\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=46, total;dur=59\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740089-EWR, cache-ewr-kewr1740035-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 45489746-e1ce-47ed-b370-a67dc79f835d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"d4cb3b07-94c3-4bfa-a4bc-c03dbb43aa9e\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:50.754Z\",\"updatedAt\":\"2024-10-24T15:06:50.754Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Stay</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a036941-e13d-4c6c-a2de-bb5768a1780a?locale=en-US (0.032s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a036941-e13d-4c6c-a2de-bb5768a1780a?locale=en-US (0.032s)
{
    "api": "DELIVERY",
    "duration": 0.032460927963256836,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/9a036941-e13d-4c6c-a2de-bb5768a1780a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11875137751120433207\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=41, total;dur=56\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740064-EWR, cache-ewr-kewr1740064-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: ea0a18da-c6d6-4cd8-af53-1a803f53cc16\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"9a036941-e13d-4c6c-a2de-bb5768a1780a\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:50.990Z\",\"updatedAt\":\"2024-10-24T15:06:50.990Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Continue</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1000acfc-35fa-476e-9ba5-bc7c1d257970?locale=en-US (0.012s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1000acfc-35fa-476e-9ba5-bc7c1d257970?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012373924255371094,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1000acfc-35fa-476e-9ba5-bc7c1d257970?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 559\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"9572098174763712308\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=41, total;dur=54\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740099-EWR, cache-ewr-kewr1740051-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 22e39e8a-ada7-4cd1-ac10-4d5c7974c7fd\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1000acfc-35fa-476e-9ba5-bc7c1d257970\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:50.530Z\",\"updatedAt\":\"2024-10-24T15:06:50.530Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Visit their website</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5LFjKo4LOUYJuc90PNWbRl?locale=en-US (0.085s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5LFjKo4LOUYJuc90PNWbRl?locale=en-US (0.085s)
{
    "api": "DELIVERY",
    "duration": 0.08524799346923828,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/5LFjKo4LOUYJuc90PNWbRl?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 636\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"13316661421826277614\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=38, total;dur=52\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-ewr-kewr1740032-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: 42d1f869-5b53-4f58-b2ea-fc3c60d5543f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"5LFjKo4LOUYJuc90PNWbRl\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:22.501Z\",\"updatedAt\":\"2024-10-24T15:22:51.466Z\",\"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\":\"mjff.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/29DxkPVlohBhss1oiiAdav/1b16edb5c2be2f26bce1f16b2316a0f8/mjff.png\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/46ff9c2e-fd14-43bd-aa96-60226525a668?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/46ff9c2e-fd14-43bd-aa96-60226525a668?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013195991516113281,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/46ff9c2e-fd14-43bd-aa96-60226525a668?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 753\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"14107883829331466493\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=35, total;dur=49\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356741\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740044-EWR, cache-ewr-kewr1740051-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 43ef1d1a-b424-4c89-bd28-95d4a936c939\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"46ff9c2e-fd14-43bd-aa96-60226525a668\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:46.116Z\",\"updatedAt\":\"2024-10-24T15:06:46.116Z\",\"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\":\"support-and-resources\",\"content\":\"The Michael J. Fox Foundation is dedicated to finding a cure for Parkinson’s and to ensuring the development of improved therapies for those living with the disease today through an aggressively funded research agenda.\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/85b45fec-dbf8-42be-8006-27043e1f3c76?locale=en-US (0.035s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/85b45fec-dbf8-42be-8006-27043e1f3c76?locale=en-US (0.035s)
{
    "api": "DELIVERY",
    "duration": 0.035494089126586914,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/85b45fec-dbf8-42be-8006-27043e1f3c76?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 589\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"17493525091784538434\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=39, total;dur=52\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740056-EWR, cache-ewr-kewr1740079-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: fac0d9db-717e-493e-add5-127a355cc08d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"85b45fec-dbf8-42be-8006-27043e1f3c76\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:46.655Z\",\"updatedAt\":\"2024-10-24T15:06:46.655Z\",\"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\":\"support-and-resources\",\"content\":\"**Phone: <font color=\\\"#0C1C8E\\\">(800) 708-7644</font>**\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/65da7157-20c3-4de7-b8c0-3534ea2dcdcc?locale=en-US (0.012s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/65da7157-20c3-4de7-b8c0-3534ea2dcdcc?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012470006942749023,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/65da7157-20c3-4de7-b8c0-3534ea2dcdcc?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 823\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"2902050724895774748\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=38, total;dur=53\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-ewr-kewr1740060-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 08503172-9632-4acf-9acb-ffbb3e072518\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"65da7157-20c3-4de7-b8c0-3534ea2dcdcc\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:47.382Z\",\"updatedAt\":\"2024-10-24T15:06:47.382Z\",\"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\":\"support-and-resources\",\"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 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e0705df7-08aa-403f-aee3-46f8ce4d1159?locale=en-US (0.012s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e0705df7-08aa-403f-aee3-46f8ce4d1159?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012437820434570312,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e0705df7-08aa-403f-aee3-46f8ce4d1159?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"5638945706418331291\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=42, total;dur=57\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-ewr-kewr1740035-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 95ebe5df-b884-4f6a-af0a-692d5e42e16f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"e0705df7-08aa-403f-aee3-46f8ce4d1159\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:51.574Z\",\"updatedAt\":\"2024-10-24T15:06:51.574Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Stay</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/75c8ebc0-7856-46ed-9841-b1dc4df625f1?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/75c8ebc0-7856-46ed-9841-b1dc4df625f1?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013230085372924805,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/75c8ebc0-7856-46ed-9841-b1dc4df625f1?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"5381117575088244012\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=41, total;dur=55\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: cde80b9d-33dc-43e5-a077-079f565d1b20\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"75c8ebc0-7856-46ed-9841-b1dc4df625f1\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:51.886Z\",\"updatedAt\":\"2024-10-24T15:06:51.886Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Continue</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6ec05b46-fe3b-4bb7-b7d6-c0e2c0dab2c3?locale=en-US (0.036s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6ec05b46-fe3b-4bb7-b7d6-c0e2c0dab2c3?locale=en-US (0.036s)
{
    "api": "DELIVERY",
    "duration": 0.03649592399597168,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6ec05b46-fe3b-4bb7-b7d6-c0e2c0dab2c3?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 559\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"177400851687873937\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740051-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: fad98838-fb25-4d90-b14a-3b30c2be762f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6ec05b46-fe3b-4bb7-b7d6-c0e2c0dab2c3\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:51.316Z\",\"updatedAt\":\"2024-10-24T15:06:51.316Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Visit their website</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3pGVEaLhyMByRMaMJHnERF?locale=en-US (0.030s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3pGVEaLhyMByRMaMJHnERF?locale=en-US (0.030s)
{
    "api": "DELIVERY",
    "duration": 0.02977609634399414,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/3pGVEaLhyMByRMaMJHnERF?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 651\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"15716315707113702006\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=48, total;dur=64\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-ewr-kewr1740053-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: c5790e03-6ee8-4ef7-9df2-0fa0a7e21e54\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"3pGVEaLhyMByRMaMJHnERF\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:22.813Z\",\"updatedAt\":\"2024-10-24T15:23:05.815Z\",\"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\":\"davisphinney.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/mmZV4y01OfRpFYzhbf8Xm/c8b2fd89df3f7d0b4c2918d9a269c52d/davisphinney.png\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/34e0db03-3dc3-45ec-a6c9-44761e733eda?locale=en-US (0.012s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/34e0db03-3dc3-45ec-a6c9-44761e733eda?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012367963790893555,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/34e0db03-3dc3-45ec-a6c9-44761e733eda?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 890\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"4427789902236506482\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=38, total;dur=53\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740047-EWR, cache-ewr-kewr1740047-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: a940d479-79fc-4cfd-8f23-aa5a36f01fce\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"34e0db03-3dc3-45ec-a6c9-44761e733eda\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:46.380Z\",\"updatedAt\":\"2024-10-24T15:06:46.380Z\",\"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\":\"support-and-resources\",\"content\":\"The Davis Phinney Foundation provides resources and connections that enable people living with Parkinson's to take action that can immediately improve their quality of life. The organization impacts hundreds of thousands of individuals and families each year through community programs, the funding of quality of life research, and extensive online content.\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a804b942-578c-40ea-973e-1a2a4067e12b?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a804b942-578c-40ea-973e-1a2a4067e12b?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013075113296508789,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a804b942-578c-40ea-973e-1a2a4067e12b?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 589\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"2478121512615720085\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=33, total;dur=49\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-ewr-kewr1740041-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 8b01769a-420c-4065-996a-d285003c279b\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"a804b942-578c-40ea-973e-1a2a4067e12b\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:47.678Z\",\"updatedAt\":\"2024-10-24T15:06:47.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\":\"support-and-resources\",\"content\":\"**Phone: <font color=\\\"#0C1C8E\\\">(866) 358-0285</font>**\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2652dd30-822a-450d-8513-dd6fa515cae9?locale=en-US (0.030s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2652dd30-822a-450d-8513-dd6fa515cae9?locale=en-US (0.030s)
{
    "api": "DELIVERY",
    "duration": 0.03001093864440918,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2652dd30-822a-450d-8513-dd6fa515cae9?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 823\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"10331978991919107798\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=25, total;dur=40\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740020-EWR, cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: 36092358-9f59-4d69-bf96-be2088712389\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2652dd30-822a-450d-8513-dd6fa515cae9\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:46.989Z\",\"updatedAt\":\"2024-10-24T15:06:46.989Z\",\"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\":\"support-and-resources\",\"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 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/128a3e22-cbbc-4fe6-a11f-5343ba1b29a8?locale=en-US (0.076s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/128a3e22-cbbc-4fe6-a11f-5343ba1b29a8?locale=en-US (0.076s)
{
    "api": "DELIVERY",
    "duration": 0.07574105262756348,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/128a3e22-cbbc-4fe6-a11f-5343ba1b29a8?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"18075686767035422514\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=38, total;dur=52\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-ewr-kewr1740026-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: a59c9dff-9215-4203-8882-0efd7b247299\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"128a3e22-cbbc-4fe6-a11f-5343ba1b29a8\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:52.359Z\",\"updatedAt\":\"2024-10-24T15:06:52.359Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Stay</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8176dc4d-dee8-4e37-8e0c-e19f34bf68b4?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8176dc4d-dee8-4e37-8e0c-e19f34bf68b4?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012814998626708984,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8176dc4d-dee8-4e37-8e0c-e19f34bf68b4?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-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: \"17756033545159458082\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740030-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 2c8e14b1-cee8-458d-a4dc-76d100a8dad8\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"8176dc4d-dee8-4e37-8e0c-e19f34bf68b4\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:52.600Z\",\"updatedAt\":\"2024-10-24T15:06:52.600Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Continue</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/bd76ef07-d68d-47b7-90e7-62f550b2415f?locale=en-US (0.032s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/bd76ef07-d68d-47b7-90e7-62f550b2415f?locale=en-US (0.032s)
{
    "api": "DELIVERY",
    "duration": 0.03246784210205078,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/bd76ef07-d68d-47b7-90e7-62f550b2415f?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 559\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"4607932967719515106\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=36, total;dur=49\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-ewr-kewr1740037-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 2, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 863522ba-e5e8-4d15-a7ca-e8db6f7792d3\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"bd76ef07-d68d-47b7-90e7-62f550b2415f\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:52.115Z\",\"updatedAt\":\"2024-10-24T15:06:52.115Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Visit their website</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6xBWPlB2AKtfYPoAWSmdl1?locale=en-US (0.035s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6xBWPlB2AKtfYPoAWSmdl1?locale=en-US (0.035s)
{
    "api": "DELIVERY",
    "duration": 0.034919023513793945,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6xBWPlB2AKtfYPoAWSmdl1?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"9520202202963329805\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=41, total;dur=54\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356739\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740038-EWR, cache-ewr-kewr1740038-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: d9e8cff3-8d68-4ab1-8875-bdd83d95e601\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"6xBWPlB2AKtfYPoAWSmdl1\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:23.062Z\",\"updatedAt\":\"2024-10-24T15:23:10.020Z\",\"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\":\"pmdalliance.png\",\"contentType\":\"image/png\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/6nTI6GIqWfME3qMkBVUIy9/c11cce5d75e9a815a8685560be9cc2ff/pmdalliance.png\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1c6ccd46-0f83-43be-852d-6306c580521d?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1c6ccd46-0f83-43be-852d-6306c580521d?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013248920440673828,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1c6ccd46-0f83-43be-852d-6306c580521d?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 824\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"2712555196055840480\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=38, total;dur=53\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740077-EWR, cache-ewr-kewr1740034-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 3e2debc4-98fa-41e7-9205-044333b19fe2\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1c6ccd46-0f83-43be-852d-6306c580521d\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:48.015Z\",\"updatedAt\":\"2024-10-24T15:06:48.015Z\",\"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\":\"support-and-resources\",\"content\":\"Parkinson & Movement Disorder Alliance (PMD Alliance) is a community of  movers and motivators working hand-in-hand with those living with a diagnosis, their care partners, adult children, and support group leaders to deliver education and connection to those impacted by movement disorders.\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1b7f1d7c-9795-4348-832e-faefce6e1235?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1b7f1d7c-9795-4348-832e-faefce6e1235?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013200044631958008,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1b7f1d7c-9795-4348-832e-faefce6e1235?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 589\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: \"16756579602083610367\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 9f6ee93e-a30b-4a6a-ae11-cf205f8ccff1\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"1b7f1d7c-9795-4348-832e-faefce6e1235\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:48.282Z\",\"updatedAt\":\"2024-10-24T15:06:48.282Z\",\"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\":\"support-and-resources\",\"content\":\"**Phone: <font color=\\\"#0C1C8E\\\">(800) 256-0966</font>**\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/57c98ae0-9f0e-4ec4-8c6f-c8665a00cb05?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/57c98ae0-9f0e-4ec4-8c6f-c8665a00cb05?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013422012329101562,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/57c98ae0-9f0e-4ec4-8c6f-c8665a00cb05?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 823\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11781357908788551077\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=41, total;dur=56\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740020-EWR, cache-ewr-kewr1740063-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: fc66a225-3762-4c4d-a6e6-3979ceee85cb\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"57c98ae0-9f0e-4ec4-8c6f-c8665a00cb05\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:48.514Z\",\"updatedAt\":\"2024-10-24T15:06:48.514Z\",\"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\":\"support-and-resources\",\"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 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/966acef8-6416-424e-b15b-185aeaf9559b?locale=en-US (0.012s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/966acef8-6416-424e-b15b-185aeaf9559b?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012290000915527344,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/966acef8-6416-424e-b15b-185aeaf9559b?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"3614449645710046579\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=42, total;dur=57\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356739\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740098-EWR, cache-ewr-kewr1740055-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: d942a7da-6a9b-4c4d-a2a8-511864403527\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"966acef8-6416-424e-b15b-185aeaf9559b\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:53.116Z\",\"updatedAt\":\"2024-10-24T15:06:53.116Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Stay</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fc969965-9c61-469a-aba6-f7f2cbbc80a4?locale=en-US (0.041s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fc969965-9c61-469a-aba6-f7f2cbbc80a4?locale=en-US (0.041s)
{
    "api": "DELIVERY",
    "duration": 0.04105091094970703,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fc969965-9c61-469a-aba6-f7f2cbbc80a4?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-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\nserver-timing: total;dur=9\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"12840797124611035196\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356739\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-ewr-kewr1740045-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: f3e56f64-3e57-4bb2-819f-e24cfc95ec55\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"fc969965-9c61-469a-aba6-f7f2cbbc80a4\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:53.432Z\",\"updatedAt\":\"2024-10-24T15:06:53.432Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Continue</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/69520ffe-a0a6-4392-9198-abb27772c783?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/69520ffe-a0a6-4392-9198-abb27772c783?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012627124786376953,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/69520ffe-a0a6-4392-9198-abb27772c783?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 559\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11644408464536944736\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=44, total;dur=57\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356739\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740030-EWR, cache-ewr-kewr1740030-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 80ad408d-6e36-437b-870f-03b75bb255f8\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"69520ffe-a0a6-4392-9198-abb27772c783\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:52.842Z\",\"updatedAt\":\"2024-10-24T15:06:52.842Z\",\"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\":\"support-and-resources\",\"content\":\"<b>Visit their website</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/b361f589-a3cd-4fee-8caa-550df97734d0?locale=en-US (0.012s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/b361f589-a3cd-4fee-8caa-550df97734d0?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012353181838989258,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/b361f589-a3cd-4fee-8caa-550df97734d0?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"2352106835671789622\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=43, total;dur=56\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356740\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-ewr-kewr1740053-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: e40e37ce-6e1b-4149-844a-5ffa8f741884\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"b361f589-a3cd-4fee-8caa-550df97734d0\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:54.759Z\",\"updatedAt\":\"2024-10-24T15:06:54.759Z\",\"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\":\"support-and-resources\",\"content\":\"Back to top\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4VYlnPw2Vhza9QNgOEMPeK?locale=en-US (0.012s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4VYlnPw2Vhza9QNgOEMPeK?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.01241302490234375,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/4VYlnPw2Vhza9QNgOEMPeK?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 662\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"13975479298537828156\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=44, total;dur=67\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 646240\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-ewr-kewr1740026-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 5a62728e-b53f-4e16-8405-63b79ad6dfa5\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"4VYlnPw2Vhza9QNgOEMPeK\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:09.115Z\",\"updatedAt\":\"2024-10-24T15:19:46.836Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"icons-new-ml-43.svg\",\"contentType\":\"image/svg+xml\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/4IBFzNCTUVlxC5j2ak4Q6X/7d4317915ef70296d2a916219a0b2eb8/icons-new-ml-43.svg\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7869c31b-737c-4e50-b2f4-2a77d4d4d2a4?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7869c31b-737c-4e50-b2f4-2a77d4d4d2a4?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.01320195198059082,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7869c31b-737c-4e50-b2f4-2a77d4d4d2a4?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 606\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: \"12692675903623502107\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356739\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740071-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 3a99b9a0-9165-4aa4-bc43-61ac5bc4a344\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"7869c31b-737c-4e50-b2f4-2a77d4d4d2a4\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:42.466Z\",\"updatedAt\":\"2024-10-24T15:06:42.466Z\",\"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\":\"support-and-resources\",\"content\":\"PD-related hallucinations and delusions may be more common than you think\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fcc4e98a-2019-475b-ab54-f1537f96da04?locale=en-US (0.012s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fcc4e98a-2019-475b-ab54-f1537f96da04?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012480020523071289,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fcc4e98a-2019-475b-ab54-f1537f96da04?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 550\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"10502051086028749717\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=40, total;dur=53\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356739\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740089-EWR, cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: e6ed45da-b924-493c-bc14-dac93e5b5469\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"fcc4e98a-2019-475b-ab54-f1537f96da04\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:53.724Z\",\"updatedAt\":\"2024-10-24T15:06:53.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\":\"support-and-resources\",\"content\":\"<b>Learn more</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Gaao6XF1SPvxujOMLyxAx?locale=en-US (0.012s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Gaao6XF1SPvxujOMLyxAx?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012235164642333984,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/2Gaao6XF1SPvxujOMLyxAx?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 662\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11313682289679043532\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=33, total;dur=46\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nAge: 646877\r\nX-Served-By: cache-ewr-kewr1740099-EWR, cache-ewr-kewr1740077-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 0ab72011-b6fb-4572-b90f-0c14df4ae9e9\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"2Gaao6XF1SPvxujOMLyxAx\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:07:04.149Z\",\"updatedAt\":\"2024-10-24T15:18:50.507Z\",\"environment\":{\"sys\":{\"id\":\"2.6.2_remove-opt-in\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"assetItem\"}},\"locale\":\"en-US\"},\"fields\":{\"fileName\":\"icons-new-ml-52.svg\",\"contentType\":\"image/svg+xml\",\"url\":\"https://images.ctfassets.net/5op9sxpwqnmz/1kczkaihOmRNq8QMW5U8gP/76e601a42123012091f084d527473bef/icons-new-ml-52.svg\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e14ee50c-2a14-4ebe-81df-000c1d8f0175?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e14ee50c-2a14-4ebe-81df-000c1d8f0175?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013170957565307617,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e14ee50c-2a14-4ebe-81df-000c1d8f0175?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 608\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"5950534171726749597\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=43, total;dur=55\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356739\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740097-EWR, cache-ewr-kewr1740051-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 94da23b5-a0b9-4bf7-8db2-fcc4a6769c8d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"e14ee50c-2a14-4ebe-81df-000c1d8f0175\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:42.703Z\",\"updatedAt\":\"2024-10-24T15:06:42.703Z\",\"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\":\"support-and-resources\",\"content\":\"See how NUPLAZID can help with&nbsp;PD-related hallucinations and delusions\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8298a505-275d-41cd-9445-93f93868c967?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8298a505-275d-41cd-9445-93f93868c967?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013009071350097656,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8298a505-275d-41cd-9445-93f93868c967?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11924586600874593680\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=42, total;dur=58\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356739\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740088-EWR, cache-ewr-kewr1740067-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: e73c95a5-6ef2-41d7-9917-b3e7053b37eb\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"8298a505-275d-41cd-9445-93f93868c967\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:54.022Z\",\"updatedAt\":\"2024-10-24T15:06:54.022Z\",\"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\":\"support-and-resources\",\"content\":\"<b>About NUPLAZID</b>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5c23cc1-d647-42e9-927e-fa30cc5f91b4?locale=en-US (0.040s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5c23cc1-d647-42e9-927e-fa30cc5f91b4?locale=en-US (0.040s)
{
    "api": "DELIVERY",
    "duration": 0.03970193862915039,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5c23cc1-d647-42e9-927e-fa30cc5f91b4?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 613\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11584394437504637368\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=49, total;dur=62\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356738\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-ewr-kewr1740022-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: MISS\r\nx-contentful-request-id: 28d04129-02b1-4b78-bb45-c32801c06daf\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"a5c23cc1-d647-42e9-927e-fa30cc5f91b4\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:54.286Z\",\"updatedAt\":\"2024-10-24T15:06:54.286Z\",\"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\":\"support-and-resources\",\"content\":\"<span markdown=0>Safety&nbsp;<br class=\\\"d-block d-md-none\\\"/>Information</span>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dceca1f3-1c20-42d7-bdb7-30b91454f5e6?locale=en-US (0.040s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dceca1f3-1c20-42d7-bdb7-30b91454f5e6?locale=en-US (0.040s)
{
    "api": "DELIVERY",
    "duration": 0.03974199295043945,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/dceca1f3-1c20-42d7-bdb7-30b91454f5e6?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 659\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: \"9999674084178921238\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 356738\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nX-Served-By: cache-ewr-kewr1740090-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 2645e0d0-7b7b-4206-b443-df1d8234a9b9\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"5op9sxpwqnmz\"}},\"id\":\"dceca1f3-1c20-42d7-bdb7-30b91454f5e6\",\"type\":\"Entry\",\"createdAt\":\"2024-10-24T15:06:54.524Z\",\"updatedAt\":\"2024-10-24T15:06:54.524Z\",\"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\":\"support-and-resources\",\"content\":\"<span markdown=0>Frequently<br class=\\\"d-block d-md-none\\\"/>&nbsp;Asked<br class=\\\"d-block d-md-none\\\"/>&nbsp;Questions</span>\"}}\n",
    "exception": "N;"
}
INFO 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f5592632-49e4-4964-a2a3-f6fc6af8122e?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/f5592632-49e4-4964-a2a3-f6fc6af8122e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013424158096313477,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"9111292140016402444\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=42, total;dur=60\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nAge: 662303\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-ewr-kewr1740060-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 7754ba0a-e0b1-4604-908c-9f5eda42d6d3\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 09:28:17 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.012s)
DEBUG 09:28:17 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012391090393066406,
    "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\nserver-timing: total;dur=4\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"12897026762856047177\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nAge: 662303\r\nX-Served-By: cache-ewr-kewr1740099-EWR, cache-ewr-kewr1740025-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: a77339ce-6c7a-41fd-a656-214e95460d60\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 09:28:17 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.012s)
DEBUG 09:28:17 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012339115142822266,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/910139d3-619f-432a-a69a-2ba93b043a6a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 882\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12574531174344669923\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nAge: 662304\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: e3f349b0-3854-4f64-9ef9-70fdce097026\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 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013126850128173828,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/45iK4N3Re0cKDJxg7V2714?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 598\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"3933309708259859053\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=30, total;dur=73\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nAge: 132175\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-ewr-kewr1740053-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 41aad1e3-7976-41b0-8b63-2772c38bae8d\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 09:28:17 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.013s)
DEBUG 09:28:17 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.013339996337890625,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"4890919478120485640\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=37, total;dur=56\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nAge: 149665\r\nX-Served-By: cache-ewr-kewr1740085-EWR, cache-ewr-kewr1740085-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 28aaa7ac-46e2-4aff-9146-c7f8e249d97a\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 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US (0.012s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012437820434570312,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ATsnttJxj28YtOcbluXGV?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 799\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: 5op9sxpwqnmz\r\nCF-Environment-Id: 2.6.2_remove-opt-in\r\nCF-Environment-Uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"6217699729541491152\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nAge: 662303\r\nX-Served-By: cache-ewr-kewr1740039-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 0, 1\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 7987fa9f-a612-4202-bdb7-d4fb495414ee\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 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US (0.013s)
DEBUG 09:28:17 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012857913970947266,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7GkX4Ykj3ECQd2j6Jym6fX?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 618\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"6701230827623311653\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=40, total;dur=59\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nAge: 662303\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 8e6c44b6-7419-4b21-b62e-364114228f50\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 09:28:17 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.012s)
DEBUG 09:28:17 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012449979782104492,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/0b31470c-12b4-407a-8dbb-91b82bdfe978?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: W/\"17419741518652993093\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=38, total;dur=59\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:17 GMT\r\nAge: 190411\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-ewr-kewr1740037-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 98fd0c54-2522-485b-948d-91a55da0d0ef\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 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US (0.012s)
DEBUG 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012300968170166016,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6u5GHBfNaOdcWCM6M4l94P?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 612\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"7247011680971114803\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=33, total;dur=70\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662303\r\nX-Served-By: cache-ewr-kewr1740049-EWR, cache-ewr-kewr1740049-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 5f7f91bd-75bb-43a2-a55f-910b4a3c3796\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 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e0f4579d-0308-4518-857e-7fa5d8bfaa17?locale=en-US (0.013s)
DEBUG 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/e0f4579d-0308-4518-857e-7fa5d8bfaa17?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013074159622192383,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"15361680911725515560\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=44, total;dur=59\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662303\r\nX-Served-By: cache-ewr-kewr1740079-EWR, cache-ewr-kewr1740079-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 39bc0155-cb9e-43bf-9646-976b315c0491\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 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US (0.013s)
DEBUG 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6VPDwIkcWGPMwKEkOSd97q?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012617111206054688,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"13056461598287959631\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=37, total;dur=53\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 176118\r\nX-Served-By: cache-ewr-kewr1740068-EWR, cache-ewr-kewr1740068-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 7d73f6a5-87a5-499f-97e4-15f107cfed68\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 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1ee93639-d430-461b-99ca-78756fae9b5f?locale=en-US (0.013s)
DEBUG 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/1ee93639-d430-461b-99ca-78756fae9b5f?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.013054132461547852,
    "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\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"6841407700963274506\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=41, total;dur=56\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662302\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-ewr-kewr1740086-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 602e4e32-cddc-4d7e-ac5f-b072abfd5bd9\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 09:28:18 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.012s)
DEBUG 09:28:18 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012254953384399414,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/6dd0c5df-a84e-4b30-a53c-68aedadba574?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 878\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11157647150451450614\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=33, total;dur=48\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662302\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-ewr-kewr1740075-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 2bb7791e-31c7-4efc-b86e-ea6664073f4c\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 09:28:18 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.012s)
DEBUG 09:28:18 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012346982955932617,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/020ff2f1-dc0a-4022-aa98-e99b32428c21?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 540\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"15857313354771499893\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=34, total;dur=54\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662302\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-ewr-kewr1740022-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 8198d55c-ce92-4693-b9f0-b7446f207c3c\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 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/d548440c-e3fa-4b8a-a9af-241857427770?locale=en-US (0.013s)
DEBUG 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/d548440c-e3fa-4b8a-a9af-241857427770?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012710809707641602,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"4069148858612808608\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=39, total;dur=58\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662302\r\nX-Served-By: cache-ewr-kewr1740035-EWR, cache-ewr-kewr1740035-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 132a3903-d130-4ad2-b39c-b795d28b37f3\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 09:28:18 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.012s)
DEBUG 09:28:18 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012286901473999023,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/37ed4dde-cd2b-4bd9-b353-bb4f2af75af7?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 557\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"18345851553706813524\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=40, total;dur=55\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 94248\r\nX-Served-By: cache-ewr-kewr1740071-EWR, cache-ewr-kewr1740071-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: a77ca55e-2f37-4d07-aa9b-3574d91c448e\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 09:28:18 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.012s)
DEBUG 09:28:18 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.01235198974609375,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/a5632da9-db49-4181-8170-2e42d198a6e0?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 913\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"15364284737718214347\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=32, total;dur=49\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662302\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-ewr-kewr1740060-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: e2a04cc7-f52b-4022-a804-71f0ecbb2b7b\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 09:28:18 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.012s)
DEBUG 09:28:18 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012480974197387695,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/7e86b57d-3fc9-45e2-820d-4c087144ee20?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 820\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"2495470355627892120\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=37, total;dur=54\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662302\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-ewr-kewr1740022-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 9b211074-c9e2-4367-951a-70863ba30955\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 09:28:18 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.012s)
DEBUG 09:28:18 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012343168258666992,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11891348236072066770\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=35, total;dur=53\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 180947\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 8616403e-c8e2-46de-8bbd-1338cb85f507\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 09:28:18 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.013s)
DEBUG 09:28:18 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.013096809387207031,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"8156350897180069553\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=36, total;dur=54\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662300\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: a6dc40be-c086-478f-bb01-757923ab5128\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 09:28:18 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.012s)
DEBUG 09:28:18 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012439966201782227,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"15910106825742585690\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=35, total;dur=55\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662301\r\nX-Served-By: cache-ewr-kewr1740078-EWR, cache-ewr-kewr1740078-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: a25005d1-d457-4909-a191-54446146f3eb\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 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ed1719e3-9685-45f8-8a24-8304e232348e?locale=en-US (0.013s)
DEBUG 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/ed1719e3-9685-45f8-8a24-8304e232348e?locale=en-US (0.013s)
{
    "api": "DELIVERY",
    "duration": 0.012541055679321289,
    "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\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"16694745377287895780\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=38, total;dur=54\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662301\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-ewr-kewr1740057-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 20f9797f-a45b-4950-bfa8-5d1d366e7654\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 09:28:18 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.013s)
DEBUG 09:28:18 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.013s)
{
    "api": "DELIVERY",
    "duration": 0.013047933578491211,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/31d18885-f2a9-47c7-8bfe-e7be843c6cb5?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 544\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"4115664593656388453\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=36, total;dur=54\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662301\r\nX-Served-By: cache-ewr-kewr1740033-EWR, cache-ewr-kewr1740033-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: ca606a33-77d6-44a0-9373-780844f8c9d0\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 09:28:18 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.012s)
DEBUG 09:28:18 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012342214584350586,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"7893319370740560268\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=85, total;dur=105\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662301\r\nX-Served-By: cache-ewr-kewr1740088-EWR, cache-ewr-kewr1740026-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: cb27d5cf-f3fa-4689-8107-f2a98a236f62\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 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US (0.012s)
DEBUG 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US (0.012s)
{
    "api": "DELIVERY",
    "duration": 0.012403011322021484,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/8U7fcj1IUBwx3QRk9h96a?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 673\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"12432701020741044937\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=31, total;dur=50\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662301\r\nX-Served-By: cache-ewr-kewr1740062-EWR, cache-ewr-kewr1740062-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 45fea80f-3df7-4515-b435-6e19475b8ff2\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 09:28:18 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.012s)
DEBUG 09:28:18 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.012s)
{
    "api": "DELIVERY",
    "duration": 0.012491941452026367,
    "request": "GET /spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/23b9796d-03b2-41e3-8e4e-44192a131fc2?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.1.0; sdk contentful.php/6.0.5; platform PHP/7.3.27; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer lRzj2SIrbl-UcukRbaRBW6TDRru28Z4mitiO4zneFcQ\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 595\r\ncontent-type: application/vnd.contentful.delivery.v1+json\r\nx-contentful-ratelimit-second-limit: 150\r\ncf-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"11543160015497312453\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=34, total;dur=51\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662300\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-ewr-kewr1740032-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 75a71b0f-6cc6-4110-b79d-6ae63eca7284\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 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fbccc97f-4a4c-4fe8-beaa-ca8d58c43a0a?locale=en-US (0.019s)
DEBUG 09:28:18 app GET https://cdn.contentful.com/spaces/5op9sxpwqnmz/environments/2.6.2_remove-opt-in/entries/fbccc97f-4a4c-4fe8-beaa-ca8d58c43a0a?locale=en-US (0.019s)
{
    "api": "DELIVERY",
    "duration": 0.01900196075439453,
    "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-environment-uuid: e892f65c-ca0b-48ab-aa26-6627f8bb1bc8\r\ncf-organization-id: 6AK7JXzYfDGtxR8WVj1mwu\r\netag: \"12939619960788279001\"\r\nx-content-type-options: nosniff\r\nserver: Contentful\r\nserver-timing: miss, origin;dur=37, total;dur=53\r\ncontentful-api: cda\r\ncache-control: s-maxage=2592000\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nDate: Sat, 19 Sep 2026 09:28:18 GMT\r\nAge: 662301\r\nX-Served-By: cache-ewr-kewr1740027-EWR, cache-ewr-kewr1740027-EWR, cache-chi-kmdw8640045-CHI\r\nX-Cache-Hits: 1, 1\r\naccess-control-allow-headers: X-Contentful-Extensions-Sourcemap,X-Contentful-Personal-Intercept,accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: c174d273-9810-46f4-a381-c3b7cde8a906\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 09:28:18 security Populated the TokenStorage with an anonymous Token.
DEBUG 09:28:18 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 09:28:18 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 09:28:18 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 09:28:18 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 09:28:18 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 09:28:18 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 09:28:18 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 09:28:18 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 09:28:18 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 09:28:18 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 09:28:18 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 09:28:18 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 09:28:18 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 09:28:18 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 09:28:18 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 09:28:18 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 09:28:18 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 09:28:18 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
WARNING 09:28:18 php Uncaught Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/4f/db/1ddb4f): failed to open stream: operation failed
{
    "exception": {}
}
CRITICAL 09:28:18 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/4f/db/1ddb4f): failed to open stream: operation failed" at /home/site/wwwroot/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175
{
    "exception": {}
}
DEBUG 09:28:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 09:28:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 09:28:18 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 09:28:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 09:28:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 09:28:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 09:28:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 09:28:18 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 09:28:18 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 09:28:18 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 09:28:18 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 09:28:18 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 09:28:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 09:28:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 09:28:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 09:28:18 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 09:28:18 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 09:28:18 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 09:28:18 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/4f/db/1ddb4f): failed to open stream: operation failed

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

Exception

ErrorException

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

Stack Trace

ErrorException

ErrorException:
Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/61/e8/fce861): failed to open stream: operation failed

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