There's More You can do to take on Parkinson's

Ryan Reynolds sitting in a chair during an interview

If you or the person you care for has Parkinson's, answer these 4 questions and share them with your doctor. This will help your doctor determine if you are experiencing some of the nonmotor symptoms of PD.*

*Please know that we do not save your information.

If you prefer to complete the 4-question screener later, you can download the screener to fill out and take to your next doctor’s visit. For a full evaluation, download both the screener and the discussion guide, as these tools work together to provide a more complete assessment.

En Español
Answer four-question screener

Four-Question Screener

A guide for families living with Parkinson's

Navigating the challenges of Parkinson's disease (PD)-related hallucinations and delusions as a care partner can be overwhelming. This guide offers insights and practical advice tailored specifically for care partners and other members of the family.

Download the guide

En Español

A SPECIALIST CAN HELP

Hallucinations and delusions can be a confusing part of PD, but you are not alone. A specialist—an expert in managing both motor and nonmotor symptoms—can provide clarity and support. Connect with a specialist to better understand these symptoms and discuss treatment options.

Ready to learn about
a treatment option?

You’ve taken an important step by learning about PD-related hallucinations and delusions. Now plan your next move by exploring a possible treatment option. Remember, only your doctor can determine if a treatment option is right for you.

Learn about a treatment option

Build a connection

These committed organizations can give you more information about PD-related hallucinations and delusions.

Select a logo to learn more

The Davis Phinney Foundation

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 Visit their website

Independent Parkinson's Network (IPN)

The Independent Parkinson's Network (IPN) is a network of professionals helping other professionals. Unlike other national organizations serving the Parkinson’s community, IPN is the only organization of its kind in the US. We are not a national organization, but rather a consortium of independent parties providing “boots on the ground” and locally-funded services to the PD community to include education, support and exercise.

Phone: (412) 837-2961 Visit their website

The Michael J. Fox Foundation

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

Phone: (800) 708-7644 Visit their website

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 Visit their website

Parkinson’s Foundation

The Parkinson’s Foundation makes life better for people with PD 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 Visit their website

Upcoming PD Events

Register for an upcoming Parkinson's disease event. These events offer a chance to connect, learn about Parkinson's disease, and discover the latest developments in care. Sign up for an event near you.

MJFF Parkinson's IQ + You - Minneapolis

Saturday, May 17, 2025 | Minneapolis, MN

MJFF Parkinson's IQ + You - Nashville

Saturday, September 6, 2025 | Nashville, TN

MJFF Parkinson's IQ + You - Honolulu

Saturday, October 4, 2025 | Honolulu, HI

Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/01/17/fb1701): 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/01/17/fb1701): failed to open stream: operation failed

Exception

ErrorException

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

Logs 1

Level Channel Message
INFO 21:54:57 request Matched route "app_catchall_index".
{
    "route": "app_catchall_index",
    "route_parameters": {
        "_route": "app_catchall_index",
        "slug": "next-steps",
        "_controller": "App\\Controller\\CatchAllController::index"
    },
    "request_uri": "http://moretoparkinsons-uat.azurewebsites.net/next-steps",
    "method": "GET"
}
DEBUG 21:54:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 21:54:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 21:54:57 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 21:54:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 21:54:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 21:54:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 21:54:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 21:54:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 21:54:57 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 21:54:57 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 21:54:57 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 21:54:57 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 21:54:57 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 21:54:57 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 21:54:57 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 21:54:57 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 21:54:57 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 21:54:57 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 21:54:57 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 21:54:57 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/Z7giC8jD2UFUmQwSWQOM6?locale=en-US (0.128s)
DEBUG 21:54:57 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/Z7giC8jD2UFUmQwSWQOM6?locale=en-US (0.128s)
{
    "api": "DELIVERY",
    "duration": 0.1283421516418457,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/Z7giC8jD2UFUmQwSWQOM6?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"16142830664595370692\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1782081923.643295,VS0,VS0,VE66\r\nAccept-Ranges: bytes\r\nAge: 2363796\r\nDate: Sun, 26 Jul 2026 21:54:57 GMT\r\nX-Served-By: cache-ewr-kewr1740070-EWR, cache-dfw-kdal2120146-DFW\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: c86c550a-c1e4-4c99-b595-9edf0ff73cd5\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 1298\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"Z7giC8jD2UFUmQwSWQOM6\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:58.785Z\",\"updatedAt\":\"2025-02-25T16:38:13.872Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":13,\"revision\":6,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerPageSeoMetadata\"}},\"locale\":\"en-US\"},\"fields\":{\"homepageTitleTag\":\"Parkinson's-related Hallucinations and Delusions | More to Parkinson's\",\"homepageDescriptionTag\":\"Parkinson's-related Hallucinations and Delusions, Hallucinations and Delusions\",\"homepageOgTitle\":\"Parkinson's-related Hallucinations and Delusions | More to Parkinson's\",\"homepageOgDescription\":\"Parkinson's-related Hallucinations and Delusions\",\"homepageTwitterTitle\":\"Parkinson's-related Hallucinations and Delusions | More to Parkinson's\",\"homepageTwitterDescription\":\"Parkinson's-related Hallucinations and Delusions\",\"whoIsRiskTitleTag\":\"Who Is At Risk? | More to Parkinson's\",\"whoIsRiskDescriptionTag\":\"Learn about the 2 major types of Parkinson's disease symptoms, motor symptoms and nonmotor symptoms and who might be at risk.\",\"whoIsRiskOgTitle\":\"Who Is At Risk? | More to Parkinson's\",\"whoIsRiskOgDescription\":\"Learn about the 2 major types of Parkinson's disease symptoms, motor symptoms and nonmotor symptoms and who might be at risk.\",\"whoIsRiskTwitterTitle\":\"Who Is At Risk? | More to Parkinson's\",\"whoIsRiskTwitterDescription\":\"Learn about the 2 major types of Parkinson's disease symptoms, motor symptoms and nonmotor symptoms and who might be at risk.\",\"whatAreSignsTitleTag\":\"What Are the Signs? | More to Parkinson's\",\"whatAreSignsDescriptionTag\":\"Discover the warning signs of Parkinson's disease–related hallucinations and delusions, and watch a video about their personal impact.\",\"whatAreSignsOgTitle\":\"What Are the Signs? | More to Parkinson's\",\"whatAreSignsOgDescription\":\"Discover the warning signs of Parkinson's disease–related hallucinations and delusions, and watch a video about their personal impact.\",\"whatAreSignsTwitterTitle\":\"What Are the Signs? | More to Parkinson's\",\"whatAreSignsTwitterDescription\":\"Discover the warning signs of Parkinson's disease–related hallucinations and delusions, and watch a video about their personal impact.\",\"personalStoriesTitleTag\":\"Personal Stories | More to Parkinson's\",\"personalStoriesDescriptionTag\":\"Watch personal stories of Ryan Reynolds and others who have been affected by Parkinson's-related hallucinations and delusions.\",\"personalStoriesOgTitle\":\"Personal Stories | More to Parkinson's\",\"personalStoriesOgDescription\":\"Watch personal stories of people who have been affected by Parkinson's disease–related hallucinations and delusions, as they speak with a neurologist.\",\"personalStoriesTwitterTitle\":\"Personal Stories | More to Parkinson's\",\"personalStoriesTwitterDescription\":\"Watch personal stories of people who have been affected by Parkinson's disease–related hallucinations and delusions, as they speak with a neurologist.\",\"talkingAboutTitleTag\":\"Talking About Symptoms | More to Parkinson's\",\"talkingAboutDescriptionTag\":\"Ryan Reynolds and his mother, Tammy, share the lessons they've learned about talking to a loved one about PD-related hallucinations and delusions.\",\"talkingAboutOgTitle\":\"Talking About Symptoms | More to Parkinson's\",\"talkingAboutOgDescription\":\"Ryan Reynolds and his mother, Tammy, share the lessons they've learned about talking to a loved one about PD-related hallucinations and delusions.\",\"talkingAboutTwitterTitle\":\"Talking About Symptoms | More to Parkinson's\",\"talkingAboutTwitterDescription\":\"Ryan Reynolds and his mother, Tammy, share the lessons they've learned about talking to a loved one about PD-related hallucinations and delusions.\",\"nextStepsTitleTag\":\"Next Steps | More to Parkinson's\",\"nextStepsDescriptionTag\":\"Find resources for Parkinson's disease, including a four-question symptom screener, a specialist locator, and support groups. Additionally, register for upcoming PD events.\",\"nextStepsOgTitle\":\"Next Steps | More to Parkinson's\",\"nextStepsOgDescription\":\"Find resources for Parkinson's disease, including a four-question symptom screener, a specialist locator, and support groups. Additionally, register for upcoming PD events.\",\"nextStepsTwitterTitle\":\"Next Steps | More to Parkinson's\",\"nextStepsTwitterDescription\":\"Find resources for Parkinson's disease, including a four-question symptom screener, a specialist locator, and support groups. Additionally, register for upcoming PD events.\",\"unsubscribeTitleTag\":\"Unsubscribe | More to Parkinson's\",\"unsubscribeDescriptionTag\":\"Unsubscribe from MoreToParkinsons.com news and updates.\",\"unsubscribeOgTitle\":\"Unsubscribe | More to Parkinson's\",\"unsubscribeOgDescription\":\"Unsubscribe from MoreToParkinsons.com news and updates.\",\"unsubscribeTwitterTitle\":\"Unsubscribe | More to Parkinson's\",\"unsubscribeTwitterDescription\":\"Unsubscribe from MoreToParkinsons.com news and updates.\",\"notFound404TitleTag\":\"Page Not Found | More to Parkinson's\",\"notFound404DescriptionTag\":\"MoreToParkinsons.com page not found.\",\"notFound404OgTitle\":\"Page Not Found | More to Parkinson's\",\"notFound404OgDescription\":\"MoreToParkinsons.com page not found.\",\"notFound404TwitterTitle\":\"Page Not Found | More to Parkinson's\",\"notFound404TwitterDescription\":\"MoreToParkinsons.com page not found.\",\"allConsumerOgImage\":\"https://images.ctfassets.net/hac178phwz3f/2twKLwlm5zsOUjmTcpMpFB/3afd86a9958817049a3fe06ea4a75f76/ryan-with-mom-on-couch.jpg\",\"allConsumerTwitterImage\":\"https://images.ctfassets.net/hac178phwz3f/2twKLwlm5zsOUjmTcpMpFB/3afd86a9958817049a3fe06ea4a75f76/ryan-with-mom-on-couch.jpg\"}}\n",
    "exception": "N;"
}
INFO 21:54:57 app GET https://cdn.contentful.com/spaces/xbztif0ye43x (0.019s)
DEBUG 21:54:57 app GET https://cdn.contentful.com/spaces/xbztif0ye43x (0.019s)
{
    "api": "DELIVERY",
    "duration": 0.018553972244262695,
    "request": "GET /spaces/xbztif0ye43x HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 165\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: master\r\nCF-Environment-Uuid: 87c69dcc-837f-4927-86c5-8b2aed0fc253\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:id\r\nETag: \"17126695029986494933\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 185624\r\nDate: Sun, 26 Jul 2026 21:54:57 GMT\r\nX-Served-By: cache-ewr-kewr1740073-EWR, cache-dfw-kdal2120146-DFW\r\nX-Cache-Hits: 2, 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: 5dbab171-15af-44dc-a6c5-6964d64a42c8\r\n\r\n{\"sys\":{\"type\":\"Space\",\"id\":\"xbztif0ye43x\"},\"name\":\"New MTP space\",\"locales\":[{\"code\":\"en-US\",\"default\":true,\"name\":\"English (United States)\",\"fallbackCode\":null}]}\n",
    "exception": "N;"
}
INFO 21:54:57 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/locales (0.017s)
DEBUG 21:54:57 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/locales (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.01713705062866211,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/locales HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 218\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/locales\r\nETag: \"7144313416658342140\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1778635388.310457,VS0,VS0,VE1\r\nAccept-Ranges: bytes\r\nAge: 274527\r\nDate: Sun, 26 Jul 2026 21:54:57 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-dfw-kdal2120146-DFW\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: 55d4cab9-f633-4484-84d1-39001be00bec\r\n\r\n{\"sys\":{\"type\":\"Array\"},\"total\":1,\"skip\":0,\"limit\":1000,\"items\":[{\"code\":\"en-US\",\"name\":\"English (United States)\",\"default\":true,\"fallbackCode\":null,\"sys\":{\"id\":\"1Bp62fVNj2pvIqlkUhfIQh\",\"type\":\"Locale\",\"version\":1}}]}\n",
    "exception": "N;"
}
INFO 21:54:57 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata (0.018s)
DEBUG 21:54:57 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.018123149871826172,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"16184383556608829241\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1782934585.586720,VS0,VS0,VE48\r\nAccept-Ranges: bytes\r\nAge: 2168313\r\nDate: Sun, 26 Jul 2026 21:54:57 GMT\r\nX-Served-By: cache-ewr-kewr1740043-EWR, cache-dfw-kdal2120146-DFW\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: 3011e181-78d0-407f-9e5e-d78f0a4d89bb\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 882\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerPageSeoMetadata\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:13.263Z\",\"updatedAt\":\"2025-01-30T18:26:13.263Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"homepageTitleTag\",\"name\":\"Consumer - Page SEO Metadata\",\"description\":\"\",\"fields\":[{\"id\":\"homepageTitleTag\",\"name\":\"Homepage - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homepageDescriptionTag\",\"name\":\"Homepage - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homepageOgTitle\",\"name\":\"Homepage - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homepageOgDescription\",\"name\":\"Homepage - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homepageTwitterTitle\",\"name\":\"Homepage - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homepageTwitterDescription\",\"name\":\"Homepage - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskTitleTag\",\"name\":\"Who Is Risk - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskDescriptionTag\",\"name\":\"Who Is Risk - Description Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskOgTitle\",\"name\":\"Who Is Risk - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskOgDescription\",\"name\":\"Who Is Risk - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskTwitterTitle\",\"name\":\"Who Is Risk - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskTwitterDescription\",\"name\":\"Who Is Risk - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsTitleTag\",\"name\":\"What are Signs - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsDescriptionTag\",\"name\":\"What are Signs - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsOgTitle\",\"name\":\"What are Signs - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsOgDescription\",\"name\":\"What are Signs - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsTwitterTitle\",\"name\":\"What are Signs - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsTwitterDescription\",\"name\":\"What are Signs - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesTitleTag\",\"name\":\"Personal Stories - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesDescriptionTag\",\"name\":\"Personal Stories - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesOgTitle\",\"name\":\"Personal Stories - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesOgDescription\",\"name\":\"Personal Stories - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesTwitterTitle\",\"name\":\"Personal Stories - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesTwitterDescription\",\"name\":\"Personal Stories - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutTitleTag\",\"name\":\"Talking About - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutDescriptionTag\",\"name\":\"Talking About - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutOgTitle\",\"name\":\"Talking About - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutOgDescription\",\"name\":\"Talking About - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutTwitterTitle\",\"name\":\"Talking About - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutTwitterDescription\",\"name\":\"Talking About - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsTitleTag\",\"name\":\"Next Steps - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsDescriptionTag\",\"name\":\"Next Steps - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsOgTitle\",\"name\":\"Next Steps - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsOgDescription\",\"name\":\"Next Steps - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsTwitterTitle\",\"name\":\"Next Steps - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsTwitterDescription\",\"name\":\"Next Steps - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeTitleTag\",\"name\":\"Unsubscribe - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeDescriptionTag\",\"name\":\"Unsubscribe - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeOgTitle\",\"name\":\"Unsubscribe - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeOgDescription\",\"name\":\"Unsubscribe - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeTwitterTitle\",\"name\":\"Unsubscribe - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeTwitterDescription\",\"name\":\"Unsubscribe - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404TitleTag\",\"name\":\"Not Found 404 - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404DescriptionTag\",\"name\":\"Not Found 404 - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404OgTitle\",\"name\":\"Not Found 404 - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404OgDescription\",\"name\":\"Not Found 404 - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404TwitterTitle\",\"name\":\"Not Found 404 - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404TwitterDescription\",\"name\":\"Not Found 404 - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"allConsumerOgImage\",\"name\":\"ALL Consumer - OG Image\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"allConsumerTwitterImage\",\"name\":\"All Consumer - Twitter Image\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:57 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/0Ic2bm2aeLUg2fJAYDtAg?locale=en-US (0.016s)
DEBUG 21:54:57 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/0Ic2bm2aeLUg2fJAYDtAg?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015932083129882812,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/0Ic2bm2aeLUg2fJAYDtAg?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"2586922128623154496\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1777551089.563779,VS0,VS0,VE0\r\nAccept-Ranges: bytes\r\nAge: 274504\r\nDate: Sun, 26 Jul 2026 21:54:57 GMT\r\nX-Served-By: cache-ewr-kewr1740077-EWR, cache-dfw-kdal2120146-DFW\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: 7d1e11b2-f339-49a2-abb0-f454c2e25df6\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 443\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"0Ic2bm2aeLUg2fJAYDtAg\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:59.664Z\",\"updatedAt\":\"2025-01-30T18:43:59.664Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerPageSeoMetadata2\"}},\"locale\":\"en-US\"},\"fields\":{\"homepageCanonicalUrl\":\"https://www.moretoparkinsons.com/\",\"whoIsRiskCanonicalUrl\":\"https://www.moretoparkinsons.com/who-is-at-risk\",\"whatAreSignsCanonicalUrl\":\"https://www.moretoparkinsons.com/what-are-the-signs\",\"talkingAboutCanonicalUrl\":\"https://www.moretoparkinsons.com/talking-about-symptoms\",\"personalStoriesCanonicalUrl\":\"https://www.moretoparkinsons.com/personal-stories\",\"nextStepsCanonicalUrl\":\"https://www.moretoparkinsons.com/next-steps\",\"unsubscribeCanonicalUrl\":\"https://www.moretoparkinsons.com/unsubscribe/\"}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata2 (0.018s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata2 (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.01845383644104004,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata2 HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"11095011028167899766\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 353247\r\nDate: Sun, 26 Jul 2026 21:54:57 GMT\r\nX-Served-By: cache-ewr-kewr1740089-EWR, cache-dfw-kdal2120146-DFW\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: 176f9c39-a152-4b37-b304-c4220adbb145\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 458\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerPageSeoMetadata2\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:14.124Z\",\"updatedAt\":\"2025-01-30T18:26:14.124Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"homepageCanonicalUrl\",\"name\":\"Consumer - Page SEO Metadata 2\",\"description\":\"\",\"fields\":[{\"id\":\"homepageCanonicalUrl\",\"name\":\"Homepage - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskCanonicalUrl\",\"name\":\"Who Is Risk - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsCanonicalUrl\",\"name\":\"What are Signs - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutCanonicalUrl\",\"name\":\"Talking About - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesCanonicalUrl\",\"name\":\"Personal Stories - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsCanonicalUrl\",\"name\":\"Next Steps - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeCanonicalUrl\",\"name\":\"Unsubscribe - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"page404CanonicalUrl\",\"name\":\"Page 404 - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/3Ni50NIqoexGpa70nIxMJU?locale=en-US (0.018s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/3Ni50NIqoexGpa70nIxMJU?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.017918825149536133,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/3Ni50NIqoexGpa70nIxMJU?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"2929884055035375432\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1782934585.332536,VS0,VS0,VE63\r\nAccept-Ranges: bytes\r\nAge: 78853\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740088-EWR, cache-dfw-kdal2120146-DFW\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: 67f18112-226a-43c7-99ee-037200c0a48f\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 1069\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3Ni50NIqoexGpa70nIxMJU\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:43.461Z\",\"updatedAt\":\"2025-01-30T18:43:43.461Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerInterstitials\"}},\"locale\":\"en-US\"},\"fields\":{\"title\":\"YOU’RE ABOUT TO LEAVE MORETOPARKINSONS.COM\",\"redirectTextTreatmentOption\":\"You will be redirected to a product website with information on a potential treatment option.\",\"redirectTextThirdParty\":\"You will be redirected to a third-party website that will give you more information on a PD event and how you can register.\",\"redirectTextEventRegister\":\"You will be redirected to a third-party website that will give you more information on a PD event and how you can register.\",\"redirectTextHcpSrearch\":\"You are now leaving MoreToParkinsons.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.\",\"wantToContinue\":\"Do you want to continue?\",\"buttonStay\":\"Stay\",\"buttonContinue\":\"Continue\",\"closeIconWhite\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"13KHLMIxGifpqLrgV3isoe\"}},\"closeIconAlt\":\"Click to close pop-up\",\"termsAndConditions\":\"Terms and Conditions\",\"healthcareProviderLocatorService\":\"Acadia Pharmaceuticals Inc. is providing this healthcare provider locator service to assist patients and caregivers find a healthcare provider in their area. No fees have been received by or paid to any healthcare providers for inclusion in this specialist locator directory. Inclusion of a healthcare provider in this directory does not represent an endorsement by or a recommendation from Acadia Pharmaceuticals Inc., nor does it imply that the healthcare provider on the list will determine that Nuplazid is right for you. You are ultimately responsible for the selection of a healthcare professional. This locator tool is just one resource of information available to you.\",\"buttonClose\":\"Close\"}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerInterstitials (0.017s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerInterstitials (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016676902770996094,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerInterstitials HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"5353247031469068411\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1770412209.763574,VS0,VS0,VE58\r\nAccept-Ranges: bytes\r\nAge: 1736772\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740030-EWR, cache-dfw-kdal2120146-DFW\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: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 5cba7194-20e9-443a-987d-326910ff6612\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 572\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerInterstitials\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:58.168Z\",\"updatedAt\":\"2025-01-30T18:25:58.168Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"title\",\"name\":\"Consumer - Interstitials\",\"description\":\"\",\"fields\":[{\"id\":\"title\",\"name\":\"Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"redirectTextTreatmentOption\",\"name\":\"Redirect Text - Treatment Option\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"redirectTextThirdParty\",\"name\":\"Redirect Text - Third Party\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"redirectTextEventRegister\",\"name\":\"Redirect Text - Event Register\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"redirectTextHcpSrearch\",\"name\":\"Redirect Text - HCP Srearch\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"wantToContinue\",\"name\":\"Want to Continue\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonStay\",\"name\":\"Button - Stay\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonContinue\",\"name\":\"Button - Continue\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"closeIconWhite\",\"name\":\"Close Icon - White\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconAlt\",\"name\":\"Close Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"termsAndConditions\",\"name\":\"Terms and Conditions\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"healthcareProviderLocatorService\",\"name\":\"Healthcare Provider Locator Service\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonClose\",\"name\":\"Button - Close\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/13KHLMIxGifpqLrgV3isoe?locale=en-US (0.017s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/13KHLMIxGifpqLrgV3isoe?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016788005828857422,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/13KHLMIxGifpqLrgV3isoe?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 677\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"16288215569457028501\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 374464\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdal2120146-DFW\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: 7c326ca4-4214-49ca-b92f-7bd9e53254b4\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"13KHLMIxGifpqLrgV3isoe\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:56.618Z\",\"updatedAt\":\"2025-01-30T18:35:56.618Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"close-white\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/13KHLMIxGifpqLrgV3isoe/15990732916e3d5a467750da9918ae32/Close-Window-White-Icon.svg\",\"details\":{\"size\":266,\"image\":{\"width\":36,\"height\":36}},\"fileName\":\"Close-Window-White-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/IcooN9zM3YwZ0Uegsn0bW?locale=en-US (0.020s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/IcooN9zM3YwZ0Uegsn0bW?locale=en-US (0.020s)
{
    "api": "DELIVERY",
    "duration": 0.02005910873413086,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/IcooN9zM3YwZ0Uegsn0bW?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"17459805204411913900\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1042120\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdal2120146-DFW\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: 3595e039-bb1a-419a-8fd9-c80af794a95f\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 811\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"IcooN9zM3YwZ0Uegsn0bW\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:49.245Z\",\"updatedAt\":\"2025-01-30T18:43:49.245Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"hcpInterstitials\"}},\"locale\":\"en-US\"},\"fields\":{\"title\":\"YOU’RE ABOUT TO LEAVE MORETOPARKINSONS.COM/HCP\",\"redirectTextTreatmentOption\":\"You will be redirected to a product website with information on <br> a potential treatment option.\",\"wantToContinue\":\"Do you want to continue?\",\"buttonStay\":\"Stay\",\"buttonContinue\":\"Continue\",\"buttonContinueHref\":\"https://www.NuplazidHCP.com/\",\"hrefNuplazidExpertPerspectives\":\"https://nuplazidhcp.com/expert-perspectives\",\"closeIconWhite\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"13KHLMIxGifpqLrgV3isoe\"}},\"closeIconTurquoise\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"34Awa0CbMJqm99fLc8OEhw\"}},\"closeIconAlt\":\"Click to close pop-up\",\"titleAreYouHcp\":\"Are you a healthcare professional? \",\"mainTextAreYouHcp\":\"This information is intended for US healthcare professionals only.\",\"buttonHealthcareProvider\":\"I am a healthcare provider\",\"buttonPatient\":\"I am a patient/care partner\",\"buttonHrefPatient\":\"/\",\"saspapText\":\"You will be redirected to a third-party website that will give you more information on the SASPAP validated screener.\",\"socialIconsText\":\"You will be redirected to a third-party social media website.\"}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/hcpInterstitials (0.018s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/hcpInterstitials (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.017621994018554688,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/hcpInterstitials HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"14846288832792757459\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 397310\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-dfw-kdal2120146-DFW\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: 56ab287c-a82e-4dcb-96eb-dca4005de432\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 625\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"hcpInterstitials\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:04.853Z\",\"updatedAt\":\"2025-01-30T18:26:04.853Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"title\",\"name\":\"HCP - Interstitials\",\"description\":\"\",\"fields\":[{\"id\":\"title\",\"name\":\"Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"redirectTextTreatmentOption\",\"name\":\"Redirect Text - Treatment Option\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"wantToContinue\",\"name\":\"Want to Continue\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonStay\",\"name\":\"Button - Stay\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonContinue\",\"name\":\"Button - Continue\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonContinueHref\",\"name\":\"Button - Continue Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hrefNuplazidExpertPerspectives\",\"name\":\"Href - Nuplazid Expert Perspectives\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"closeIconWhite\",\"name\":\"Close Icon - White\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconTurquoise\",\"name\":\"Close Icon - Turquoise\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconAlt\",\"name\":\"Close Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titleAreYouHcp\",\"name\":\"Title - Are You HCP\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"mainTextAreYouHcp\",\"name\":\"Main Text - Are You HCP\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonHealthcareProvider\",\"name\":\"Button - HealthcareProvider\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonPatient\",\"name\":\"Button - Patient\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonHrefPatient\",\"name\":\"Button href - Patient\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"saspapText\",\"name\":\"saspapText\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"socialIconsText\",\"name\":\"socialIconsText\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/34Awa0CbMJqm99fLc8OEhw?locale=en-US (0.018s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/34Awa0CbMJqm99fLc8OEhw?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.017988204956054688,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/34Awa0CbMJqm99fLc8OEhw?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 679\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"18334266292582083561\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1782739102.965473,VS0,VS0,VE57\r\nAccept-Ranges: bytes\r\nAge: 1736772\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdal2120146-DFW\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: 225e4d9e-8792-4855-953e-9c39f47df369\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"34Awa0CbMJqm99fLc8OEhw\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:57.617Z\",\"updatedAt\":\"2025-01-30T18:35:57.617Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"close-turquoise\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/34Awa0CbMJqm99fLc8OEhw/6d5b5f642ccd9293a3aa0c9629351e1f/Close-Window-Blue-Icon.svg\",\"details\":{\"size\":270,\"image\":{\"width\":36,\"height\":36}},\"fileName\":\"Close-Window-Blue-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2obgsdxvB5LdXJ9VbHEnZ4?locale=en-US (0.020s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2obgsdxvB5LdXJ9VbHEnZ4?locale=en-US (0.020s)
{
    "api": "DELIVERY",
    "duration": 0.02031993865966797,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2obgsdxvB5LdXJ9VbHEnZ4?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"7067986913219091767\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1780920191.509032,VS0,VS0,VE45\r\nAccept-Ranges: bytes\r\nAge: 274526\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdal2120146-DFW\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: 3a6767e9-bed9-4901-9b2f-e5cc13c2bb79\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 915\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"2obgsdxvB5LdXJ9VbHEnZ4\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:43.117Z\",\"updatedAt\":\"2025-01-30T18:43:43.117Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerHeader\"}},\"locale\":\"en-US\"},\"fields\":{\"logo\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"3GBsrGylkOUE28AB0DYhFh\"}},\"logoAlt\":\"Click to visit the More To Parkinson's homepage\",\"logoHref\":\"/\",\"linkTextForHealthcareProviders\":\"For Healthcare Providers\",\"linkHrefForHealthcareProviders\":\"/hcp\",\"linkTextSignUp\":\"Sign up for information\",\"linkHrefSignUp\":\"/next-steps#sign-up\",\"linkTextLearn\":\"Learn about a treatment option\",\"linkHrefLearn\":\"https://www.nuplazid.com/\",\"navLinkTextWhoIsAtRisk\":\"Who Is at Risk?\",\"navLinkHrefWhoIsAtRisk\":\"/who-is-at-risk\",\"navLinkTextWhatAreTheSigns\":\"What Are the Signs?\",\"navLinkHrefWhatAreTheSigns\":\"/what-are-the-signs\",\"navLinkTextTalkingAboutSymptoms\":\"Talking About Symptoms\",\"navLinkHrefTalkingAboutSymptoms\":\"/talking-about-symptoms\",\"navLinkTextPersonalStories\":\"Personal Stories\",\"navLinkHrefPersonalStories\":\"/personal-stories\",\"navLinkTextNextSteps\":\"Next Steps\",\"navLinkHrefNextSteps\":\"/next-steps\",\"navDropdownTextDirectSupportLinks\":\"Quick Links\",\"downIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"0b1Dt2Jxwu6po1BtKz2LE\"}},\"navLinkTextTalkToMyLovedOnes\":\"How do I talk to my loved ones?\",\"navLinkHrefTalkToMyLovedOnes\":\"/next-steps#download-the-guide\",\"navLinkTextTalkToMyDoctor\":\"How do I talk to my doctor?\",\"navLinkHrefTalkToMyDoctor\":\"/next-steps#start-a-conversation\",\"navLinkTextFindASpecialist\":\"How do I find a specialist?\",\"navLinkHrefFindASpecialist\":\"/next-steps#locate-a-specialist\",\"hamburgerMenuIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"2uSxhtDALpfXRvMrL2MJMy\"}},\"hamburgerMenuIconAlt\":\"Menu\",\"closeIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"8hXzN51HmsLHnMvh0tR3l\"}},\"closeIconAlt\":\"Close\"}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerHeader (0.017s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerHeader (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.01651287078857422,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerHeader HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"17169934223389963485\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 274504\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-dfw-kdal2120146-DFW\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: 4a506312-f472-4b13-b29a-d89344ee0248\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 813\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerHeader\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:57.665Z\",\"updatedAt\":\"2025-01-30T18:25:57.665Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"logoAlt\",\"name\":\"Consumer - Header\",\"description\":\"\",\"fields\":[{\"id\":\"logo\",\"name\":\"Logo\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"logoAlt\",\"name\":\"Logo Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"logoHref\",\"name\":\"Logo Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextForHealthcareProviders\",\"name\":\"Link Text - For Healthcare Providers\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefForHealthcareProviders\",\"name\":\"Link href - For Healthcare Providers\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextSignUp\",\"name\":\"Link Text - Sign Up\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefSignUp\",\"name\":\"Link href - Sign Up\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextLearn\",\"name\":\"Link Text - Learn\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefLearn\",\"name\":\"Link Href - Learn\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextWhoIsAtRisk\",\"name\":\"Nav Link Text - Who is at Risk\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefWhoIsAtRisk\",\"name\":\"Nav Link href - Who is at Risk\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextWhatAreTheSigns\",\"name\":\"Nav Link Text - What are the Signs\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefWhatAreTheSigns\",\"name\":\"Nav Link href - What are the Signs\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextTalkingAboutSymptoms\",\"name\":\"Nav Link Text - Talking About Symptoms\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefTalkingAboutSymptoms\",\"name\":\"Nav Link href - Talking About Symptoms\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextPersonalStories\",\"name\":\"Nav Link Text - Personal Stories\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefPersonalStories\",\"name\":\"Nav Link href - Personal Stories\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextNextSteps\",\"name\":\"Nav Link Text - Next Steps\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefNextSteps\",\"name\":\"Nav Link href - Next Steps\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navDropdownTextDirectSupportLinks\",\"name\":\"Nav Dropdown Text - Direct Support Links\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"downIcon\",\"name\":\"Down Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"navLinkTextTalkToMyLovedOnes\",\"name\":\"Nav Link Text - talk to my loved ones\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefTalkToMyLovedOnes\",\"name\":\"Nav Link href - talk to my loved ones\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextTalkToMyDoctor\",\"name\":\"Nav Link Text - talk to my doctor\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefTalkToMyDoctor\",\"name\":\"Nav Link href - talk to my doctor\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextFindASpecialist\",\"name\":\"Nav Link Text - find a specialist\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefFindASpecialist\",\"name\":\"Nav Link href - find a specialist\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hamburgerMenuIcon\",\"name\":\"Hamburger Menu Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"hamburgerMenuIconAlt\",\"name\":\"Hamburger Menu Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"closeIcon\",\"name\":\"Close Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconAlt\",\"name\":\"Close Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3GBsrGylkOUE28AB0DYhFh?locale=en-US (0.016s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3GBsrGylkOUE28AB0DYhFh?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016309022903442383,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3GBsrGylkOUE28AB0DYhFh?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 685\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"10509642602804976143\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 78853\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740089-EWR, cache-dfw-kdal2120146-DFW\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: 89faf2bd-9eb9-42d0-919a-b37598a86773\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3GBsrGylkOUE28AB0DYhFh\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:14.119Z\",\"updatedAt\":\"2025-01-30T18:36:14.119Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"MTP Logo R V RGB\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/3GBsrGylkOUE28AB0DYhFh/41b40cb46173775a179c3a1ccf1ff450/More-to-Parkinsons-Logo.svg\",\"details\":{\"size\":16085,\"image\":{\"width\":251,\"height\":54}},\"fileName\":\"More-to-Parkinsons-Logo.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/0b1Dt2Jxwu6po1BtKz2LE?locale=en-US (0.017s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/0b1Dt2Jxwu6po1BtKz2LE?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.017225980758666992,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/0b1Dt2Jxwu6po1BtKz2LE?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 653\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"17072570391852364320\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 814540\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740074-EWR, cache-dfw-kdal2120146-DFW\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: 090c8a25-d3f5-4aec-9293-aed2a15eeb97\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"0b1Dt2Jxwu6po1BtKz2LE\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:55.823Z\",\"updatedAt\":\"2025-01-30T18:35:55.823Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"chevron-down\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/0b1Dt2Jxwu6po1BtKz2LE/c07628a7d15e49df7070c16edb78af63/chevron-down.svg\",\"details\":{\"size\":208,\"image\":{\"width\":14,\"height\":8}},\"fileName\":\"chevron-down.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2uSxhtDALpfXRvMrL2MJMy?locale=en-US (0.019s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2uSxhtDALpfXRvMrL2MJMy?locale=en-US (0.019s)
{
    "api": "DELIVERY",
    "duration": 0.018902063369750977,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2uSxhtDALpfXRvMrL2MJMy?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 662\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"16211101896138527493\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1770412208.293911,VS0,VS0,VE52\r\nAccept-Ranges: bytes\r\nAge: 274504\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740035-EWR, cache-dfw-kdal2120146-DFW\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: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: b908fe4d-2ebf-4169-aaa1-df2ebc071c2a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"2uSxhtDALpfXRvMrL2MJMy\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:56.363Z\",\"updatedAt\":\"2025-01-30T18:35:56.363Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"hamburger-menu\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/2uSxhtDALpfXRvMrL2MJMy/47bc7c6e84fc9492171aead47e69de11/hamburger-menu.svg\",\"details\":{\"size\":280,\"image\":{\"width\":36,\"height\":20}},\"fileName\":\"hamburger-menu.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/8hXzN51HmsLHnMvh0tR3l?locale=en-US (0.017s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/8hXzN51HmsLHnMvh0tR3l?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016686201095581055,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/8hXzN51HmsLHnMvh0tR3l?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 633\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"12603615007128218081\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 78853\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740079-EWR, cache-dfw-kdal2120146-DFW\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: 78f8a130-8419-4f19-a946-37bb847735c2\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"8hXzN51HmsLHnMvh0tR3l\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:56.086Z\",\"updatedAt\":\"2025-01-30T18:35:56.086Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"close\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/8hXzN51HmsLHnMvh0tR3l/7b28602d2c1bf641bd97c6e66e564d7c/close.svg\",\"details\":{\"size\":261,\"image\":{\"width\":36,\"height\":29}},\"fileName\":\"close.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4FO8FzQpu4P6Cx7VjhqIEI?locale=en-US (0.017s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4FO8FzQpu4P6Cx7VjhqIEI?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.017286062240600586,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4FO8FzQpu4P6Cx7VjhqIEI?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 891\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"14823955928130562645\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474848\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740064-EWR, cache-dfw-kdal2120146-DFW\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: 8a24696a-d9d7-4319-b304-de6951af3c0e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"4FO8FzQpu4P6Cx7VjhqIEI\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:44.762Z\",\"updatedAt\":\"2025-01-30T18:43:44.762Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerNextStepsHero\"}},\"locale\":\"en-US\"},\"fields\":{\"titlePart1\":\"There's More You \",\"titlePart2\":\"can do to take \",\"titlePart3\":\"on Parkinson's\",\"titlePart4\":\" \",\"titlePart5\":\" \",\"advocatingFromExperience\":\"Advocating from experience: Actor Ryan Reynolds supports the PD community in memory of his dad.\",\"heroImage\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"53rt59gueRArTUXy1yiU4M\"}},\"heroImageAlt\":\"Ryan Reynolds sitting in a chair during an interview\"}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsHero (0.019s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsHero (0.019s)
{
    "api": "DELIVERY",
    "duration": 0.018725156784057617,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsHero HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"12811131858231564601\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474848\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740056-EWR, cache-dfw-kdal2120146-DFW\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: acef0dcf-3b2e-4313-95c0-1b8675fb47ca\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 459\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerNextStepsHero\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:59.390Z\",\"updatedAt\":\"2025-01-30T18:25:59.390Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePart1\",\"name\":\"Consumer Next Steps - hero\",\"description\":\"\",\"fields\":[{\"id\":\"titlePart1\",\"name\":\"Title Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart2\",\"name\":\"Title Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart3\",\"name\":\"Title Part 3\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart4\",\"name\":\"Title Part 4\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart5\",\"name\":\"Title Part 5\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"advocatingFromExperience\",\"name\":\"Advocating From Experience\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"heroImage\",\"name\":\"Hero Image\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"heroImageAlt\",\"name\":\"Hero Image Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"takeTheNextStep\",\"name\":\"Take the Next Step\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/53rt59gueRArTUXy1yiU4M?locale=en-US (0.057s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/53rt59gueRArTUXy1yiU4M?locale=en-US (0.057s)
{
    "api": "DELIVERY",
    "duration": 0.05653095245361328,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/53rt59gueRArTUXy1yiU4M?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 703\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"3885701634644640720\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474848\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740081-EWR, cache-dfw-kdal2120146-DFW\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: 74d64fc0-27c6-4958-b9bc-a0f18c1a634c\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"53rt59gueRArTUXy1yiU4M\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:04.626Z\",\"updatedAt\":\"2025-01-30T18:36:04.626Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"ryan-grinning-glasses\",\"description\":\"\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/53rt59gueRArTUXy1yiU4M/d61956f33dc25b080eeeff1e446c5008/Next-Steps_Hero-Image.jpg\",\"details\":{\"size\":224084,\"image\":{\"width\":1520,\"height\":500}},\"fileName\":\"Next-Steps_Hero-Image.jpg\",\"contentType\":\"image/jpeg\"}}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/78wKkUHVLN5NMr2YeoSRLa?locale=en-US (0.020s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/78wKkUHVLN5NMr2YeoSRLa?locale=en-US (0.020s)
{
    "api": "DELIVERY",
    "duration": 0.020244121551513672,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/78wKkUHVLN5NMr2YeoSRLa?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"18195154739276512905\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474848\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-dfw-kdal2120146-DFW\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: 94833a6e-fbe0-45fe-b8a9-74d6ecd13063\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 832\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"78wKkUHVLN5NMr2YeoSRLa\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:42.379Z\",\"updatedAt\":\"2025-06-02T17:59:03.777Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":7,\"revision\":4,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerStartAConversation\"}},\"locale\":\"en-US\"},\"fields\":{\"handImage\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"3HN7PG53lrdHrfNT5ngK0o\"}},\"handImageAlt\":\"Answer four-question screener\",\"title\":\"Four-Question Screener\",\"discussingHallucinations\":\"If you or the person you care for has Parkinson's, answer these 4 questions and share them with your doctor. This will help your doctor determine if you are experiencing some of the nonmotor symptoms of PD.*\",\"pleaseNote\":\"*Please know that we do not save your information.\",\"linkTextCreateYourGuide\":\"Take the screener\",\"linkHrefCreateYourGuide\":\"/pdf/PD-Doctor-Discussion-Guide.pdf\",\"completeGuideLaterPart1\":\"If you prefer to complete the 4-question screener later, you can download\",\"completeGuideLaterPart2LinkText\":\"the screener\",\"completeGuideLaterPart3\":\"to fill out and take to your next doctor’s visit. For a full evaluation, download both\",\"completeGuideLaterPart4LinkText\":\"the screener\",\"completeGuideLaterPart5LinkText\":\"the discussion guide\",\"completeGuideLaterPart6\":\", as these tools work together to provide a more complete assessment.\",\"completeGuideLaterPart7\":\"En Español\",\"downloadScreener\":\"/pdf/PD-Four-Question-Screener.pdf\",\"downloadGuide\":\"/pdf/PD-Doctor-Discussion-Guide.pdf\"}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerStartAConversation (0.018s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerStartAConversation (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.0177309513092041,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerStartAConversation HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"8014149734176333652\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474848\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740082-EWR, cache-dfw-kdal2120146-DFW\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: f5c2eeac-6895-4b13-a7ab-43bc6f2552a0\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 571\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerStartAConversation\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:56.764Z\",\"updatedAt\":\"2025-01-30T18:25:56.764Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"title\",\"name\":\"Consumer - Start a Conversation\",\"description\":\"\",\"fields\":[{\"id\":\"handImage\",\"name\":\"Hand Image\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"handImageAlt\",\"name\":\"Hand Image Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"title\",\"name\":\"Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"discussingHallucinations\",\"name\":\"Discussing Hallucinations\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"pleaseNote\",\"name\":\"Please Note\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextCreateYourGuide\",\"name\":\"Link Text - Create your guide\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefCreateYourGuide\",\"name\":\"Link Href - Create Your Guide\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"completeGuideLaterPart1\",\"name\":\"Complete Guide Later Part 1\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"completeGuideLaterPart2LinkText\",\"name\":\"Complete Guide Later Part 2 - Link Text\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"completeGuideLaterPart3\",\"name\":\"Complete Guide Later Part 3\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"completeGuideLaterPart4LinkText\",\"name\":\"Complete Guide Later Part 4 - Link Text\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"completeGuideLaterPart5LinkText\",\"name\":\"Complete Guide Later Part 5 - Link Text\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"completeGuideLaterPart6\",\"name\":\"Complete Guide Later Part 6\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"completeGuideLaterPart7\",\"name\":\"Complete Guide Later Part 7\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"downloadScreener\",\"name\":\"downloadScreener\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"downloadGuide\",\"name\":\"downloadGuide\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3HN7PG53lrdHrfNT5ngK0o?locale=en-US (0.016s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3HN7PG53lrdHrfNT5ngK0o?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016498088836669922,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3HN7PG53lrdHrfNT5ngK0o?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 672\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"7359692730734157254\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474847\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740060-EWR, cache-dfw-kdal2120146-DFW\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: 70dd4752-e9c7-4693-9e15-2712e9dc2e5e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3HN7PG53lrdHrfNT5ngK0o\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:54.543Z\",\"updatedAt\":\"2025-02-25T17:09:06.474Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":6,\"revision\":2,\"locale\":\"en-US\"},\"fields\":{\"title\":\"doctor\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/3HN7PG53lrdHrfNT5ngK0o/6027110c734b49cb6d3e2315a586bc69/Take-the-Screener-Icon.svg\",\"details\":{\"size\":2572,\"image\":{\"width\":93,\"height\":100}},\"fileName\":\"Take-the-Screener-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1lCfjSZplvdoHeqP39HsUu?locale=en-US (0.020s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1lCfjSZplvdoHeqP39HsUu?locale=en-US (0.020s)
{
    "api": "DELIVERY",
    "duration": 0.01994800567626953,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1lCfjSZplvdoHeqP39HsUu?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"1961435244762871056\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474847\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740026-EWR, cache-dfw-kdal2120146-DFW\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: 92301376-48c9-4c75-bfd8-78dab081234f\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 623\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"1lCfjSZplvdoHeqP39HsUu\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:45.697Z\",\"updatedAt\":\"2025-01-30T18:43:45.697Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerDownloadTheGuide\"}},\"locale\":\"en-US\"},\"fields\":{\"page\":\"next-steps\",\"backgroundColor\":\"bg-white\",\"titlePartOne\":\"A guide for families\",\"titlePartTwo\":\"living with Parkinson's\",\"mainContent\":\"Navigating the challenges of Parkinson's disease <span class=\\\"nowrap\\\">(PD)-related</span> hallucinations and delusions as a care partner can be overwhelming. This guide offers insights and practical advice tailored specifically for care partners and other members of the family.\",\"ctaLink\":\"/pdf/PD-Family-Conversation-Guide.pdf\",\"ctaDescription\":\"Download the guide\",\"enEspanol\":\"En Español\",\"enEspanolCtaLink\":\"/pdf/PD-Family-Conversation-Guide-Spanish.pdf\"}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerDownloadTheGuide (0.018s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerDownloadTheGuide (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.01755213737487793,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerDownloadTheGuide HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"14984373886210274045\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474847\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-dfw-kdal2120146-DFW\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: 156a42f9-f941-42d3-b81d-079ca178fa32\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 452\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerDownloadTheGuide\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:00.397Z\",\"updatedAt\":\"2025-01-30T18:26:00.397Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePartOne\",\"name\":\"Consumer - Download the guide\",\"description\":\"\",\"fields\":[{\"id\":\"page\",\"name\":\"Page\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"backgroundColor\",\"name\":\"Background Color\",\"type\":\"Symbol\",\"localized\":false,\"required\":true,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePartOne\",\"name\":\"Title Part One\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePartTwo\",\"name\":\"Title Part Two\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"mainContent\",\"name\":\"Main Content\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"ctaLink\",\"name\":\"CTA Link\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"ctaDescription\",\"name\":\"CTA Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"enEspanol\",\"name\":\"enEspanol\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"enEspanolCtaLink\",\"name\":\"En Espanol CTA Link\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4LBGrW1pza5JFVkE78JJiS?locale=en-US (0.017s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4LBGrW1pza5JFVkE78JJiS?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.01667499542236328,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4LBGrW1pza5JFVkE78JJiS?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"4369252342763083677\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474847\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740091-EWR, cache-dfw-kdal2120146-DFW\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: a2c6188b-4c36-4863-904a-0ff8a60f3671\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 594\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"4LBGrW1pza5JFVkE78JJiS\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:59.113Z\",\"updatedAt\":\"2025-01-30T18:43:59.113Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerNextStepsSignUp\"}},\"locale\":\"en-US\"},\"fields\":{\"titlePart1\":\"Sign up \",\"titlePart2\":\"for information\",\"envelopeIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"3zLMluA5Pkx3Ix4DuljiYe\"}},\"headerConfirmation\":\"Your enrollment is now complete\",\"thankYouForSigningUp\":\"Thank you for signing up. Our team is currently working on improvements to our email program. Keep an eye out for news and information regarding PD–related hallucinations and delusions. We'll send the information you requested as soon as possible.\",\"linkReturnToHomepage\":\"Return to the homepage\",\"linkHrefReturnToHomepage\":\"/\"}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsSignUp (0.017s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsSignUp (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016511917114257812,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsSignUp HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"12734488929149793808\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474847\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740061-EWR, cache-dfw-kdal2120146-DFW\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: 0aea9390-4923-4660-8035-f7cd0226581e\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 471\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerNextStepsSignUp\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:13.658Z\",\"updatedAt\":\"2025-01-30T18:26:13.658Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePart1\",\"name\":\"Consumer Next Steps - Sign Up\",\"description\":\"\",\"fields\":[{\"id\":\"titlePart1\",\"name\":\"Title Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart2\",\"name\":\"Title Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"envelopeIcon\",\"name\":\"Envelope Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"headerConfirmation\",\"name\":\"Header - Confirmation\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"thankYouForSigningUp\",\"name\":\"Thank You for Signing Up\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkReturnToHomepage\",\"name\":\"Link - Return to Homepage\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefReturnToHomepage\",\"name\":\"Link Href - Return to Homepage\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3zLMluA5Pkx3Ix4DuljiYe?locale=en-US (0.018s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3zLMluA5Pkx3Ix4DuljiYe?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.01752781867980957,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3zLMluA5Pkx3Ix4DuljiYe?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 683\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"6045029793705505785\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1121962\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740041-EWR, cache-dfw-kdal2120146-DFW\r\nX-Cache-Hits: 2, 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: 65bb0540-4fd9-4810-a42e-ec3cb28e0ed5\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3zLMluA5Pkx3Ix4DuljiYe\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:56.848Z\",\"updatedAt\":\"2025-01-30T18:35:56.848Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"Envelope\",\"description\":\"Envelope Icon\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/3zLMluA5Pkx3Ix4DuljiYe/15a81f676c9b58bd5edfa178d8725c5b/Sign-up-icon.svg\",\"details\":{\"size\":1338,\"image\":{\"width\":74,\"height\":77}},\"fileName\":\"Sign-up-icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/32BUFc9fVVHlz5GaBx0D6H?locale=en-US (0.016s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/32BUFc9fVVHlz5GaBx0D6H?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015809059143066406,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/32BUFc9fVVHlz5GaBx0D6H?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"2799017950388927813\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474847\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740088-EWR, cache-dfw-kdal2120146-DFW\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: 945367a2-309b-45ef-ba03-4760d3a606e7\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 782\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"32BUFc9fVVHlz5GaBx0D6H\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:59.394Z\",\"updatedAt\":\"2025-01-30T18:43:59.394Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerNextStepsLocateASpecialist\"}},\"locale\":\"en-US\"},\"fields\":{\"titlePart1\":\"A SPECIALIST \",\"titlePart2\":\"CAN HELP\",\"specialistImage\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"70pCn2RbJ0ZhYAVeFdahSE\"}},\"introParagraph\":\"Hallucinations and delusions can be a confusing part of PD, but you are not alone. A specialist—an expert in managing both motor and nonmotor symptoms—can provide clarity and support. Connect with a specialist to better understand these symptoms and discuss treatment options.\",\"miles50\":\"Within 50 Miles\",\"miles100\":\"Within 100 Miles\",\"miles150\":\"Within 150 Miles\",\"placeholderEnterZipCode\":\"Enter ZIP Code\",\"search\":\"Search\",\"fielsRequired\":\"This field is required\",\"acknowledgement\":\"By checking this box, you acknowledge that you have agreed with the <a href=\\\"#modal-terms\\\" class=\\\"signup-terms-and-privacy\\\" data-toggle=\\\"modal\\\">Terms and Conditions</a>.\",\"pleaseAgree\":\"Please agree to the Terms and Conditions.\"}}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsLocateASpecialist (0.016s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsLocateASpecialist (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016354084014892578,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsLocateASpecialist HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"3321983804864089075\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474847\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740062-EWR, cache-dfw-kdal2120146-DFW\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: 910d65bf-65dc-4d81-afbc-a5a6f4c0b574\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 537\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerNextStepsLocateASpecialist\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:11.470Z\",\"updatedAt\":\"2025-01-30T18:26:11.470Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePart1\",\"name\":\"Consumer Next Steps - locate a specialist\",\"description\":\"\",\"fields\":[{\"id\":\"titlePart1\",\"name\":\"Title Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart2\",\"name\":\"Title Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"specialistImage\",\"name\":\"Specialist Image\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"specialistImageAlt\",\"name\":\"Specialist Image Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"introParagraph\",\"name\":\"Intro Paragraph\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"miles50\",\"name\":\"Miles 50\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"miles100\",\"name\":\"Miles 100\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"miles150\",\"name\":\"Miles 150\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"placeholderEnterZipCode\",\"name\":\"Placeholder - Enter Zip Code\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"search\",\"name\":\"Search\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"fielsRequired\",\"name\":\"Fiels Required\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"acknowledgement\",\"name\":\"Acknowledgement\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"pleaseAgree\",\"name\":\"Please Agree\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/70pCn2RbJ0ZhYAVeFdahSE?locale=en-US (0.033s)
DEBUG 21:54:58 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/70pCn2RbJ0ZhYAVeFdahSE?locale=en-US (0.033s)
{
    "api": "DELIVERY",
    "duration": 0.032572031021118164,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/70pCn2RbJ0ZhYAVeFdahSE?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 680\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"13018622317535512535\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474847\r\nDate: Sun, 26 Jul 2026 21:54:58 GMT\r\nX-Served-By: cache-ewr-kewr1740082-EWR, cache-dfw-kdal2120146-DFW\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: 7b53e0cf-4c42-455c-a2f2-c238362a31aa\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"70pCn2RbJ0ZhYAVeFdahSE\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:54.049Z\",\"updatedAt\":\"2025-01-30T18:35:54.049Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"icon-specialist\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/70pCn2RbJ0ZhYAVeFdahSE/22cc169820097c8c5e8e383584838aa1/Specialist_Icon-Purple.svg\",\"details\":{\"size\":1772,\"image\":{\"width\":74,\"height\":77}},\"fileName\":\"Specialist_Icon-Purple.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/pqurnAW9LuSJWdOpt7p2L?locale=en-US (0.127s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/pqurnAW9LuSJWdOpt7p2L?locale=en-US (0.127s)
{
    "api": "DELIVERY",
    "duration": 0.1265730857849121,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/pqurnAW9LuSJWdOpt7p2L?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"608250515437135262\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740046-EWR, cache-dfw-kdal2120146-DFW\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: 72195241-23bc-46dd-92a4-e0309d663ee9\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 573\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"pqurnAW9LuSJWdOpt7p2L\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:51.942Z\",\"updatedAt\":\"2025-01-30T18:43:51.942Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerLearnAboutATreatmentOption\"}},\"locale\":\"en-US\"},\"fields\":{\"iconImage\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"e8Kdl4HAybp6SmXWZzrKX\"}},\"iconImageAlt\":\"Alt\",\"titlePart1\":\"Ready to learn about\",\"titlePart2\":\"a treatment option?\",\"introParagraph\":\"You’ve taken an important step by learning about PD-related hallucinations and delusions. Now plan your next move by exploring a possible treatment option. Remember, only your doctor can determine if a treatment option is right for you.\",\"linkLearnMore\":\"Learn about a treatment option\",\"linkHrefLearnMore\":\"https://www.nuplazid.com\"}}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerLearnAboutATreatmentOption (0.018s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerLearnAboutATreatmentOption (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.018106937408447266,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerLearnAboutATreatmentOption HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"7787582684121078177\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-dfw-kdal2120146-DFW\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: a6cb234f-bb7e-4733-aec8-4cc96a2bb6c6\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 434\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerLearnAboutATreatmentOption\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:09.007Z\",\"updatedAt\":\"2025-01-30T18:26:09.007Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePart1\",\"name\":\"Consumer - Learn about a treatment option\",\"description\":\"\",\"fields\":[{\"id\":\"iconImage\",\"name\":\"Icon Image\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"iconImageAlt\",\"name\":\"Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart1\",\"name\":\"Title Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart2\",\"name\":\"Title Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"introParagraph\",\"name\":\"Intro Paragraph\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkLearnMore\",\"name\":\"Link - Learn More\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefLearnMore\",\"name\":\"Link Href - Learn More\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/e8Kdl4HAybp6SmXWZzrKX?locale=en-US (0.016s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/e8Kdl4HAybp6SmXWZzrKX?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015532970428466797,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/e8Kdl4HAybp6SmXWZzrKX?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 686\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"15158987797795247093\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740081-EWR, cache-dfw-kdal2120146-DFW\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: 9639bd88-98e4-43e2-b23d-f33615e951ff\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"e8Kdl4HAybp6SmXWZzrKX\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:06.015Z\",\"updatedAt\":\"2025-01-30T18:36:06.015Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"icon mortar-and-pestle\",\"description\":\"\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/e8Kdl4HAybp6SmXWZzrKX/04a2a7e93c465d9d04a1f24f75d6c333/Treatment_Icon.svg\",\"details\":{\"size\":1104,\"image\":{\"width\":58,\"height\":75}},\"fileName\":\"Treatment_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/383CTTIJv7njyYJm06EMz8?locale=en-US (0.017s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/383CTTIJv7njyYJm06EMz8?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.017498016357421875,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/383CTTIJv7njyYJm06EMz8?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 702\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"8373735110290023336\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740081-EWR, cache-dfw-kdal2120146-DFW\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: 9f4cfb4b-2881-4fd5-825c-d62bc94181c0\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"383CTTIJv7njyYJm06EMz8\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:49.872Z\",\"updatedAt\":\"2025-01-30T18:43:49.872Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerNextStepsBuildingAConnectionIntro\"}},\"locale\":\"en-US\"},\"fields\":{\"title\":\"Build a connection\",\"introParagraph\":\"These committed organizations can give you more information about PD-related hallucinations and delusions.\",\"selectALogo\":\"Select a logo to learn more\"}}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsBuildingAConnectionIntro (0.198s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsBuildingAConnectionIntro (0.198s)
{
    "api": "DELIVERY",
    "duration": 0.19757485389709473,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsBuildingAConnectionIntro HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 813\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: \"14691026978937047257\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740082-EWR, cache-dfw-kdal2120146-DFW\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: 96277fe3-4a79-47b7-a459-56ecc98f939c\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerNextStepsBuildingAConnectionIntro\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:05.692Z\",\"updatedAt\":\"2025-01-30T18:26:05.692Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"title\",\"name\":\"Consumer Next Steps - Building a Connection Intro\",\"description\":\"\",\"fields\":[{\"id\":\"title\",\"name\":\"Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"introParagraph\",\"name\":\"Intro Paragraph\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"selectALogo\",\"name\":\"Select a Logo\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/6D6Vk5D144InbvY1yIRQwn?locale=en-US (0.018s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/6D6Vk5D144InbvY1yIRQwn?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.017878055572509766,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/6D6Vk5D144InbvY1yIRQwn?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"4783672262383413847\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740069-EWR, cache-dfw-kdal2120146-DFW\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: f0872b3f-1efe-475b-ab44-e7331ad9cf81\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 735\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"6D6Vk5D144InbvY1yIRQwn\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:35.068Z\",\"updatedAt\":\"2025-01-30T18:43:35.068Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"buildAConnectionCard\"}},\"locale\":\"en-US\"},\"fields\":{\"logo\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"6hAzt4l3pyw8VuuM3K7K3Z\"}},\"logoAlt\":\"The Davis Phinney Foundation for Parkinson's logo. Every victory counts\",\"title\":\"The Davis Phinney Foundation\",\"description\":\"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\":\"Phone: \",\"phoneNumber\":\"18663580285\",\"phoneDisplay\":\"(866) 358-0285\",\"websiteUrl\":\"https://davisphinneyfoundation.org/\",\"learnMore\":\"Learn more\",\"rightArrowIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"5gunnpfjuBVjwOq2sVXBoo\"}},\"visitTheirWebsite\":\"Visit their website\"}}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/buildAConnectionCard (0.108s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/buildAConnectionCard (0.108s)
{
    "api": "DELIVERY",
    "duration": 0.10847902297973633,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/buildAConnectionCard HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"11295616557290005171\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740062-EWR, cache-dfw-kdal2120146-DFW\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: e9a0d096-2f71-485a-a4eb-1087e3bee626\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 478\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"buildAConnectionCard\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:48.847Z\",\"updatedAt\":\"2025-01-30T18:25:48.847Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"logoAlt\",\"name\":\"Build a Connection Card\",\"description\":\"\",\"fields\":[{\"id\":\"logo\",\"name\":\"Logo\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"logoAlt\",\"name\":\"Logo Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"title\",\"name\":\"Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"description\",\"name\":\"Description\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"phone\",\"name\":\"Phone\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"phoneNumber\",\"name\":\"Phone Number\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"phoneDisplay\",\"name\":\"Phone Display\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"websiteUrl\",\"name\":\"Website URL\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"learnMore\",\"name\":\"Learn More\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"rightArrowIcon\",\"name\":\"Right Arrow Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"visitTheirWebsite\",\"name\":\"Visit Their Website\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/5gunnpfjuBVjwOq2sVXBoo?locale=en-US (0.018s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/5gunnpfjuBVjwOq2sVXBoo?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.017899036407470703,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/5gunnpfjuBVjwOq2sVXBoo?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 661\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"11578514288198085208\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740065-EWR, cache-dfw-kdal2120146-DFW\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: ef6d5925-13e7-42ad-9441-05dbf1c48db7\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"5gunnpfjuBVjwOq2sVXBoo\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:02.380Z\",\"updatedAt\":\"2025-01-30T18:36:02.380Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"more-info-icon\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/5gunnpfjuBVjwOq2sVXBoo/88583724b7fdf00b79391c62e0716bbd/more-info-icon.svg\",\"details\":{\"size\":206,\"image\":{\"width\":14,\"height\":8}},\"fileName\":\"more-info-icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6hAzt4l3pyw8VuuM3K7K3Z?locale=en-US (0.016s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6hAzt4l3pyw8VuuM3K7K3Z?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01561284065246582,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6hAzt4l3pyw8VuuM3K7K3Z?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 754\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"4329829524331804276\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740029-EWR, cache-dfw-kdal2120146-DFW\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: 499624a8-d7d5-4dc5-b759-7d8f6f55bbdb\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"6hAzt4l3pyw8VuuM3K7K3Z\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:47.133Z\",\"updatedAt\":\"2025-02-18T17:44:45.869Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":10,\"revision\":3,\"locale\":\"en-US\"},\"fields\":{\"title\":\"Davis Phinney Foundation Logo\",\"description\":\"Davis Phinney Foundation Logo\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/6hAzt4l3pyw8VuuM3K7K3Z/125680e94a23b3961b9b57bff43c3bc2/Davis-Phinney-Foundation-Logo.png\",\"details\":{\"size\":42015,\"image\":{\"width\":710,\"height\":244}},\"fileName\":\"Davis-Phinney-Foundation-Logo.png\",\"contentType\":\"image/png\"}}}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4lbFJ5WnjKDtAf3VWQ6TSR?locale=en-US (0.017s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4lbFJ5WnjKDtAf3VWQ6TSR?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.0173799991607666,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4lbFJ5WnjKDtAf3VWQ6TSR?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"16683135993922637867\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740046-EWR, cache-dfw-kdal2120146-DFW\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: 75009782-0854-4eb1-aff6-9f70cdb1f920\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 653\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"4lbFJ5WnjKDtAf3VWQ6TSR\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:35.390Z\",\"updatedAt\":\"2025-01-30T18:43:35.390Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"buildAConnectionCard\"}},\"locale\":\"en-US\"},\"fields\":{\"logo\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"mj16UkbNucKGlMBy06iTN\"}},\"logoAlt\":\"The Michael J. Fox Foundation logo. For Parkinson's Research\",\"title\":\"The Michael J. Fox Foundation\",\"description\":\"The Michael J. Fox Foundation is dedicated to finding a cure for Parkinson’s and ensuring the development of improved therapies for those living with the disease today through an aggressively funded research agenda.\",\"phone\":\"Phone: \",\"phoneNumber\":\"18007087644\",\"phoneDisplay\":\"(800) 708-7644\",\"websiteUrl\":\"https://www.michaeljfox.org/\",\"learnMore\":\"Learn more\",\"rightArrowIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"5gunnpfjuBVjwOq2sVXBoo\"}},\"visitTheirWebsite\":\"Visit their website\"}}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/mj16UkbNucKGlMBy06iTN?locale=en-US (0.106s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/mj16UkbNucKGlMBy06iTN?locale=en-US (0.106s)
{
    "api": "DELIVERY",
    "duration": 0.1057898998260498,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/mj16UkbNucKGlMBy06iTN?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 755\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"2341092685641383014\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740026-EWR, cache-dfw-kdal2120146-DFW\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: 8cd30ff2-6b73-4cc5-8e20-2680d5e9d76e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"mj16UkbNucKGlMBy06iTN\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:47.382Z\",\"updatedAt\":\"2025-01-30T18:35:47.382Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"Michael J Fox Foundation Logo\",\"description\":\"Michael J Fox Foundation Logo\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/mj16UkbNucKGlMBy06iTN/36ac57c34ceeaf4ac092b0b6e679aa06/Michael-J-Fox-Foundation-Logo.svg\",\"details\":{\"size\":18749,\"image\":{\"width\":355,\"height\":122}},\"fileName\":\"Michael-J-Fox-Foundation-Logo.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2ITGhtu3sF9P5e6wpQMeUA?locale=en-US (0.097s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2ITGhtu3sF9P5e6wpQMeUA?locale=en-US (0.097s)
{
    "api": "DELIVERY",
    "duration": 0.0968010425567627,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2ITGhtu3sF9P5e6wpQMeUA?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"13844067052689238794\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740059-EWR, cache-dfw-kdal2120146-DFW\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: MISS\r\nx-contentful-request-id: 5d333040-052c-424d-9296-aca424410db3\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 675\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"2ITGhtu3sF9P5e6wpQMeUA\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:35.789Z\",\"updatedAt\":\"2025-01-30T18:43:35.789Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"buildAConnectionCard\"}},\"locale\":\"en-US\"},\"fields\":{\"logo\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"5lStGrPX3ezSNBTrbIfqCr\"}},\"logoAlt\":\"The PMD Alliance logo. Parkinson and Movement Disorder Alliance\",\"title\":\"Parkinson & Movement Disorder Alliance (PMD Alliance)\",\"description\":\"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\":\"Phone: \",\"phoneNumber\":\"18002560966\",\"phoneDisplay\":\"(800) 256-0966\",\"websiteUrl\":\"https://www.pmdalliance.org/\",\"learnMore\":\"Learn more\",\"rightArrowIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"5gunnpfjuBVjwOq2sVXBoo\"}},\"visitTheirWebsite\":\"Visit their website\"}}\n",
    "exception": "N;"
}
INFO 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/5lStGrPX3ezSNBTrbIfqCr?locale=en-US (0.101s)
DEBUG 21:54:59 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/5lStGrPX3ezSNBTrbIfqCr?locale=en-US (0.101s)
{
    "api": "DELIVERY",
    "duration": 0.1006920337677002,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/5lStGrPX3ezSNBTrbIfqCr?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 709\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"12629608704533072450\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sun, 26 Jul 2026 21:54:59 GMT\r\nX-Served-By: cache-ewr-kewr1740065-EWR, cache-dfw-kdal2120146-DFW\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: 7bd627d7-8b1b-4777-99d5-68c218fa8d3d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"5lStGrPX3ezSNBTrbIfqCr\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:47.621Z\",\"updatedAt\":\"2025-01-30T18:35:47.621Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"PMD Alliance Logo\",\"description\":\"PMD Alliance Logo\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/5lStGrPX3ezSNBTrbIfqCr/200198d17bb941fcb0fbf50d469ef3c3/PMD-Alliance-Logo.svg\",\"details\":{\"size\":23783,\"image\":{\"width\":355,\"height\":122}},\"fileName\":\"PMD-Alliance-Logo.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/59AOv9MaUVFKmPKDwI2NFL?locale=en-US (0.234s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/59AOv9MaUVFKmPKDwI2NFL?locale=en-US (0.234s)
{
    "api": "DELIVERY",
    "duration": 0.233659029006958,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/59AOv9MaUVFKmPKDwI2NFL?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"8622480282602209943\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740067-EWR, cache-dfw-kdal2120146-DFW\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: 2d389552-6585-4c9c-a2a5-a4996f9482aa\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 652\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"59AOv9MaUVFKmPKDwI2NFL\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:36.196Z\",\"updatedAt\":\"2025-01-30T18:43:36.196Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"buildAConnectionCard\"}},\"locale\":\"en-US\"},\"fields\":{\"logo\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"2mvAUoE7xQfzNQhvEveN21\"}},\"logoAlt\":\"The Parkinson's Foundation logo\",\"title\":\"Parkinson’s Foundation\",\"description\":\"The Parkinson’s Foundation makes life better for people with PD 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\":\"Phone: \",\"phoneNumber\":\"18004734636\",\"phoneDisplay\":\"(800) 473-4636\",\"websiteUrl\":\"https://www.parkinson.org/\",\"learnMore\":\"Learn more\",\"rightArrowIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"5gunnpfjuBVjwOq2sVXBoo\"}},\"visitTheirWebsite\":\"Visit their website\"}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2mvAUoE7xQfzNQhvEveN21?locale=en-US (0.173s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2mvAUoE7xQfzNQhvEveN21?locale=en-US (0.173s)
{
    "api": "DELIVERY",
    "duration": 0.17334508895874023,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2mvAUoE7xQfzNQhvEveN21?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 745\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"7371508785840925444\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740084-EWR, cache-dfw-kdal2120146-DFW\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: b108b18f-124d-4fa1-81f1-6199914b2112\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"2mvAUoE7xQfzNQhvEveN21\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:47.843Z\",\"updatedAt\":\"2025-01-30T18:35:47.843Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"Parkinsons Foundation Logo\",\"description\":\"Parkinsons Foundation Logo\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/2mvAUoE7xQfzNQhvEveN21/337c49222180e49480143c9586ba9b55/Parkinsons-Foundation-Logo.svg\",\"details\":{\"size\":10706,\"image\":{\"width\":355,\"height\":122}},\"fileName\":\"Parkinsons-Foundation-Logo.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2rwguSOZmC03oBg9Zc8e4F?locale=en-US (0.018s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2rwguSOZmC03oBg9Zc8e4F?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.018166065216064453,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2rwguSOZmC03oBg9Zc8e4F?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"12351792409738400149\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-dfw-kdal2120146-DFW\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: f6306258-0f64-4661-b330-48d4072d9827\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 750\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"2rwguSOZmC03oBg9Zc8e4F\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:59.934Z\",\"updatedAt\":\"2025-02-25T17:15:23.049Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"buildAConnectionCard\"}},\"locale\":\"en-US\"},\"fields\":{\"logo\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"19ujHsHKv81lvg3Lp7VH5Z\"}},\"logoAlt\":\"The Independent Parkinson's Network logo\",\"title\":\"Independent Parkinson's Network (IPN)\",\"description\":\"The Independent Parkinson's Network (IPN) is a network of professionals helping other professionals. Unlike other national organizations serving the Parkinson’s community, IPN is the only organization of its kind in the US. We are not a national organization, but rather a consortium of independent parties providing “boots on the ground” and locally-funded services to the PD community to include education, support and exercise.\",\"phone\":\"Phone:\",\"phoneNumber\":\"14128372961\",\"phoneDisplay\":\" (412) 837-2961\",\"websiteUrl\":\"https://parkinsonsnetwork.com/\",\"learnMore\":\"Learn more\",\"rightArrowIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"5gunnpfjuBVjwOq2sVXBoo\"}},\"visitTheirWebsite\":\"Visit their website\"}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/19ujHsHKv81lvg3Lp7VH5Z?locale=en-US (0.018s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/19ujHsHKv81lvg3Lp7VH5Z?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.01805901527404785,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/19ujHsHKv81lvg3Lp7VH5Z?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 725\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"8353440318959845366\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740079-EWR, cache-dfw-kdal2120146-DFW\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: 4200396b-b7c0-4338-9582-513694792ee0\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"19ujHsHKv81lvg3Lp7VH5Z\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:23.067Z\",\"updatedAt\":\"2025-01-30T18:36:23.067Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"Independent-Parkinsons-Network-Logo\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/19ujHsHKv81lvg3Lp7VH5Z/7e39438cef32f3039b9c28bb32f5aee3/Independent-Parkinsons-Network-Logo.png\",\"details\":{\"size\":29684,\"image\":{\"width\":710,\"height\":244}},\"fileName\":\"Independent-Parkinsons-Network-Logo.png\",\"contentType\":\"image/png\"}}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/E5ruSvmpbAhSvxGRWJuDw?locale=en-US (0.169s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/E5ruSvmpbAhSvxGRWJuDw?locale=en-US (0.169s)
{
    "api": "DELIVERY",
    "duration": 0.16902995109558105,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/E5ruSvmpbAhSvxGRWJuDw?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"18275772233377842616\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdal2120146-DFW\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: be8d9522-b29e-480e-8e02-128674e0beeb\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 690\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"E5ruSvmpbAhSvxGRWJuDw\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:56.968Z\",\"updatedAt\":\"2025-05-14T22:46:32.470Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":35,\"revision\":4,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerNextStepsEvents\"}},\"locale\":\"en-US\"},\"fields\":{\"titlePart1\":\"Upcoming \",\"titlePart2\":\"PD Events\",\"introParagraph\":\"Register for an upcoming Parkinson's disease event. These events offer  a chance to connect, learn about Parkinson's disease, and discover the latest developments in care. Sign up for an event near you.\",\"eventContent\":[{\"expires\":\"05-17-2025\",\"title\":\"MJFF Parkinson's IQ + You - Minneapolis\",\"info\":{\"date\":\"Saturday, May 17, 2025 | \",\"place\":\"Minneapolis, MN\"},\"register\":{\"href\":\"https://www.michaeljfox.org/form/parkinsons-iq-you-twin-cities\",\"copy\":\"Register\"}},{\"expires\":\"09-06-2025\",\"title\":\"MJFF Parkinson's IQ + You - Nashville\",\"info\":{\"date\":\"Saturday, September 6, 2025 | \",\"place\":\"Nashville, TN\"},\"register\":{\"href\":\"TBD\",\"copy\":\"Register\"}},{\"expires\":\"10-04-2025\",\"title\":\"MJFF Parkinson's IQ + You - Honolulu\",\"info\":{\"date\":\"Saturday, October 4, 2025 | \",\"place\":\"Honolulu, HI\"},\"register\":{\"href\":\"TBD\",\"copy\":\"Register\"}}]}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsEvents (0.102s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsEvents (0.102s)
{
    "api": "DELIVERY",
    "duration": 0.10164690017700195,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerNextStepsEvents HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 918\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: \"11791079037378512130\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740051-EWR, cache-dfw-kdal2120146-DFW\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: 2a318aae-d0c5-412c-a642-ea87f579ba23\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerNextStepsEvents\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:10.956Z\",\"updatedAt\":\"2025-01-30T18:26:10.956Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePart1\",\"name\":\"Consumer Next Steps - events\",\"description\":\"\",\"fields\":[{\"id\":\"titlePart1\",\"name\":\"Title Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart2\",\"name\":\"Title Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"introParagraph\",\"name\":\"Intro Paragraph\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"eventContent\",\"name\":\"Event Content\",\"type\":\"Object\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1uDdHj3gpkMGIBzk0EtssK?locale=en-US (0.017s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1uDdHj3gpkMGIBzk0EtssK?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016596078872680664,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1uDdHj3gpkMGIBzk0EtssK?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 801\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"12535706250050505362\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740055-EWR, cache-dfw-kdal2120146-DFW\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: 03921429-ef5f-4b5d-8522-167e23d5030a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"1uDdHj3gpkMGIBzk0EtssK\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:46.245Z\",\"updatedAt\":\"2025-01-30T18:43:46.245Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerSignUpSuccessModal\"}},\"locale\":\"en-US\"},\"fields\":{\"title\":\"YOUR ENROLLMENT IS NOW COMPLETE\",\"thankYou\":\"Thank you for signing up. Keep an eye out for news and information regarding <span class=\\\"nowrap\\\">PD–related</span> hallucinations and delusions.\",\"closeIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"34Awa0CbMJqm99fLc8OEhw\"}},\"closeIconAlt\":\"Close\"}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignUpSuccessModal (0.016s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignUpSuccessModal (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015748023986816406,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignUpSuccessModal HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 911\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: \"16760628731445763962\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 474846\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740028-EWR, cache-dfw-kdal2120146-DFW\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: 9471cb81-08b4-4fb3-9391-06882a179760\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerSignUpSuccessModal\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:01.359Z\",\"updatedAt\":\"2025-01-30T18:26:01.359Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"title\",\"name\":\"Consumer - Sign Up Success Modal\",\"description\":\"\",\"fields\":[{\"id\":\"title\",\"name\":\"Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"thankYou\",\"name\":\"Thank You\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"closeIcon\",\"name\":\"Close Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconAlt\",\"name\":\"Close Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4TujrtKesf25DbsDvcN6hY?locale=en-US (0.016s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4TujrtKesf25DbsDvcN6hY?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015640974044799805,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4TujrtKesf25DbsDvcN6hY?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"9540773640250334639\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1774907380.492141,VS0,VS0,VE70\r\nAccept-Ranges: bytes\r\nAge: 2090211\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-dfw-kdal2120146-DFW\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: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: c0308b8a-66dd-4296-880f-a12d96667fa7\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 1445\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"4TujrtKesf25DbsDvcN6hY\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:42.830Z\",\"updatedAt\":\"2025-04-08T00:05:21.029Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":26,\"revision\":7,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerFooter\"}},\"locale\":\"en-US\"},\"fields\":{\"disclaimerConsumer\":\"This website is intended for use by US residents.\",\"disclaimerHcp\":\"This website is intended for US healthcare professionals only.\",\"linkTextPrivacyPolicy\":\"Privacy Policy\",\"linkHrefPrivacyPolicy\":\"https://acadia.com/en-us/legal-policies/privacy\",\"linkTextTermsOfUse\":\"Terms of Use\",\"linkHrefTermsOfUse\":\"https://acadia.com/en-us/legal-policies/terms\",\"linkTextCookiesPolicy\":\"Cookies Policy\",\"linkHrefCookiesPolicy\":\"https://acadia.com/en-us/legal-policies/cookies-policy\",\"linkTextYourPrivacyChoices\":\"Your Privacy Choices\",\"linkTextDataPrivacyFramework\":\"Data Privacy Framework\",\"linkHrefDataPrivacyFramework\":\"https://acadia.com/en-us/legal-policies/data-privacy-framework-notice\",\"linkTextConsumerHealthDataPrivacyPolicy\":\"Consumer Health Data Privacy Policy\",\"linkHrefConsumerHealthDataPrivacyPolicy\":\"https://acadia.com/en-us/legal-policies/privacy#19\",\"linkTextDoNotSellMyPersonalInformation\":\"Do Not Sell My Personal Information\",\"linkHrefDoNotSellMyPersonalInformation\":\"https://privacyportal.onetrust.com/webform/58abd532-6642-4b42-af60-56437ed36fea/7517f722-b221-4d7b-92ce-787b22108fed\",\"sponsored\":\"Sponsored by Acadia&nbsp;Pharmaceuticals&nbsp;Inc.\",\"spokesperson\":\"Ryan Reynolds is a spokesperson for Acadia.\",\"spokespersonLine2\":\"Dr. Yasar Torres-Yaghi is a paid consultant for Acadia.\",\"educationalPurposes\":\"Acadia does not provide medical advice or diagnoses&mdash;information is provided for educational purposes only. Talk to your doctor if you have any questions about your medical condition.\",\"copyright\":\"©2025 Acadia&nbsp;Pharmaceuticals&nbsp;Inc. Acadia is a registered trademark of Acadia&nbsp;Pharmaceuticals&nbsp;Inc.<br/>All rights reserved. \",\"jobCodeConsumer\":\"PDP-0531-v17 04/25\",\"jobCodeHcp\":\"PDP-US-0007-v3 04/25\",\"jobCodeHcpHiddenLandingPage\":\"PDP-US-0224-v2 04/25\",\"hashTag\":\"#MoreToParkinsons\",\"hashTagHref\":\"#\",\"socialInstagramIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"3uydTEiexytobq7ztFYYB7\"}},\"socialInstagramIconAlt\":\"Click to visit our More To Parkinson's Instagram\",\"instagramHref\":\" https://www.instagram.com/MoreToParkinsons\",\"socialMetaIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"6l60CsJB0vDIcwzDephLUr\"}},\"socialMetaIconAlt\":\"Click to visit our More To Parkinson's Facebook\",\"metaHref\":\"https://www.facebook.com/people/More-to-Parkinsons/61561211216709/\",\"socialYouTubeIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"3X0drAJCmuMmodCF2yYPZ4\"}},\"socialYouTubeIconAlt\":\"Click to visit our More to Parkinson's YouTube channel\",\"youTubeHref\":\"  https://www.youtube.com/@MoreToParkinsons\",\"logo\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"4N0s4aByJhzbZwg6fnpMPF\"}},\"logoAlt\":\"Acadia Pharmaceuticals logo. Click to visit corporate website\",\"logoHref\":\"https://acadia.com\",\"addressPart1\":\"Acadia Pharmaceuticals Inc.\",\"addressPart2\":\"12830 El Camino Real, Suite 400\",\"addressPart3\":\"San Diego, CA 92130\"}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerFooter (0.017s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerFooter (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.01682305335998535,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerFooter HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"7072001387050057654\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1778635391.175961,VS0,VS0,VE65\r\nAccept-Ranges: bytes\r\nAge: 2514305\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdal2120146-DFW\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: edb16d2a-35d0-43b6-a9d0-235a6e905641\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 948\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerFooter\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:57.171Z\",\"updatedAt\":\"2025-04-04T20:40:06.597Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":5},\"displayField\":\"disclaimerConsumer\",\"name\":\"Shared - Footer\",\"description\":\"\",\"fields\":[{\"id\":\"disclaimerConsumer\",\"name\":\"Disclaimer - Consumer\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"disclaimerHcp\",\"name\":\"Disclaimer - HCP\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextPrivacyPolicy\",\"name\":\"Link Text - Privacy Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefPrivacyPolicy\",\"name\":\"Link Href - Privacy Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextTermsOfUse\",\"name\":\"Link Text - Terms of Use\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefTermsOfUse\",\"name\":\"Link Href - Terms of Use\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextCookiesPolicy\",\"name\":\"Link Text - Cookies Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefCookiesPolicy\",\"name\":\"Link Href - Cookies Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextYourPrivacyChoices\",\"name\":\"Link Text - Your Privacy Choices\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextDataPrivacyFramework\",\"name\":\"Link Text - Data Privacy Framework\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefDataPrivacyFramework\",\"name\":\"Link Href - Data Privacy Framework\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextConsumerHealthDataPrivacyPolicy\",\"name\":\"Link Text - Consumer Health Data Privacy Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefConsumerHealthDataPrivacyPolicy\",\"name\":\"Link Href - Consumer Health Data Privacy Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextDoNotSellMyPersonalInformation\",\"name\":\"Link Text - Do Not Sell My Personal Information\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefDoNotSellMyPersonalInformation\",\"name\":\"Link Href - Do Not Sell My Personal Information\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"sponsored\",\"name\":\"Sponsored\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"spokesperson\",\"name\":\"Spokesperson\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"spokespersonLine2\",\"name\":\"Spokesperson Line 2\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"educationalPurposes\",\"name\":\"Educational Purposes\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"copyright\",\"name\":\"Copyright\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"jobCodeConsumer\",\"name\":\"Job Code - Consumer\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"jobCodeHcp\",\"name\":\"Job Code - HCP\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"jobCodeHcpHiddenLandingPage\",\"name\":\"Job Code - HCP Hidden Landing Page\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hashTag\",\"name\":\"Hash Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hashTagHref\",\"name\":\"Hash Tag - Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"socialInstagramIcon\",\"name\":\"Social Instagram Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"socialInstagramIconAlt\",\"name\":\"Social Instagram Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"instagramHref\",\"name\":\"Instagram - Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"socialMetaIcon\",\"name\":\"Social Meta Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"socialMetaIconAlt\",\"name\":\"Social Meta Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"metaHref\",\"name\":\"Meta - Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"socialYouTubeIcon\",\"name\":\"Social YouTube Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"socialYouTubeIconAlt\",\"name\":\"Social YouTube Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"youTubeHref\",\"name\":\"YouTube - Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"logo\",\"name\":\"Logo\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"logoAlt\",\"name\":\"Logo Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"logoHref\",\"name\":\"Logo Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"addressPart1\",\"name\":\"Address - Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"addressPart2\",\"name\":\"Address - Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"addressPart3\",\"name\":\"Address - Part 3\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4N0s4aByJhzbZwg6fnpMPF?locale=en-US (0.016s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4N0s4aByJhzbZwg6fnpMPF?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016340017318725586,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4N0s4aByJhzbZwg6fnpMPF?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 711\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"8460445537155951484\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1770412213.211684,VS0,VS0,VE52\r\nAccept-Ranges: bytes\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nAge: 2514305\r\nX-Served-By: cache-ewr-kewr1740087-EWR, cache-dfw-kdal2120146-DFW\r\nX-Cache-Hits: 0, 7\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\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: 074634ca-78bf-40a0-82bd-c028a1b7a834\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"4N0s4aByJhzbZwg6fnpMPF\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:55.098Z\",\"updatedAt\":\"2025-01-30T18:35:55.098Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"Global Acadia-Pharmaceuticals-Logo\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/4N0s4aByJhzbZwg6fnpMPF/695f7da23f19660bce247a015926c048/Acadia-Pharmaceuticals-Logo.svg\",\"details\":{\"size\":11221,\"image\":{\"width\":229,\"height\":48}},\"fileName\":\"Acadia-Pharmaceuticals-Logo.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3uydTEiexytobq7ztFYYB7?locale=en-US (0.016s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3uydTEiexytobq7ztFYYB7?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016175031661987305,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3uydTEiexytobq7ztFYYB7?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\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: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"9130382547785126175\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 901556\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740041-EWR, cache-dfw-kdal2120146-DFW\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: db30de53-40fd-417b-8ab9-c466c63c759e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3uydTEiexytobq7ztFYYB7\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:00.333Z\",\"updatedAt\":\"2025-01-30T18:36:00.333Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"social-instagram\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/3uydTEiexytobq7ztFYYB7/db4fb45e7cf9d3b422871b66db925cfe/Instagram-Icon.svg\",\"details\":{\"size\":1910,\"image\":{\"width\":24,\"height\":25}},\"fileName\":\"Instagram-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6l60CsJB0vDIcwzDephLUr?locale=en-US (0.018s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6l60CsJB0vDIcwzDephLUr?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.017596006393432617,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6l60CsJB0vDIcwzDephLUr?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 666\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"3944935889071267850\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 274505\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740035-EWR, cache-dfw-kdal2120146-DFW\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: 6815e91b-4e19-4e5c-be77-3817ece3515a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"6l60CsJB0vDIcwzDephLUr\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:00.589Z\",\"updatedAt\":\"2025-01-30T18:36:00.589Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"social-meta-facebook\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/6l60CsJB0vDIcwzDephLUr/b78c86f11cb2d39489f6356ba116118b/Facebook-Icon.svg\",\"details\":{\"size\":448,\"image\":{\"width\":15,\"height\":25}},\"fileName\":\"Facebook-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3X0drAJCmuMmodCF2yYPZ4?locale=en-US (0.017s)
DEBUG 21:55:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3X0drAJCmuMmodCF2yYPZ4?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.017208099365234375,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3X0drAJCmuMmodCF2yYPZ4?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 658\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"6786448103624465190\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1782442556.784821,VS0,VS0,VE56\r\nAccept-Ranges: bytes\r\nAge: 2271815\r\nDate: Sun, 26 Jul 2026 21:55:00 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdal2120146-DFW\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: 84065218-e462-4a05-a03e-5f565d69f02d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3X0drAJCmuMmodCF2yYPZ4\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:03.130Z\",\"updatedAt\":\"2025-01-30T18:36:03.130Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"youtube-social\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/3X0drAJCmuMmodCF2yYPZ4/4363d1e8bb99c8902cdecd3a8a6c9a8b/YouTube-Icon.svg\",\"details\":{\"size\":782,\"image\":{\"width\":35,\"height\":25}},\"fileName\":\"YouTube-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 21:55:01 security Populated the TokenStorage with an anonymous Token.
DEBUG 21:55:01 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 21:55:01 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 21:55:01 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 21:55:01 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 21:55:01 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 21:55:01 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 21:55:01 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 21:55:01 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 21:55:01 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 21:55:01 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 21:55:01 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 21:55:01 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 21:55:01 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 21:55:01 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 21:55:01 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 21:55:01 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 21:55:01 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
WARNING 21:55:01 php Uncaught Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/01/17/fb1701): failed to open stream: operation failed
{
    "exception": {}
}
CRITICAL 21:55:01 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/01/17/fb1701): failed to open stream: operation failed" at /home/site/wwwroot/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175
{
    "exception": {}
}
DEBUG 21:55:01 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 21:55:01 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 21:55:01 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 21:55:01 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 21:55:01 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 21:55:01 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 21:55:01 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 21:55:01 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 21:55:01 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 21:55:01 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 21:55:01 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 21:55:01 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 21:55:01 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 21:55:01 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 21:55:01 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 21:55:01 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 21:55:01 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 21:55:01 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 21:55:01 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/01/17/fb1701): 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/39/02/530239): 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/39/02/530239): 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/39/02/530239): 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:127)
  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))