Issue with CDN Endpoint for GraphQL in Squidex

Hi Squidex Support Team,

I am facing an issue while trying to use the CDN endpoint for GraphQL queries in my app. As per the documentation, I switched from the normal API endpoint to the CDN endpoint.

  • CDN endpoint (failing):
    https://contents.squidex.io/<app-name>/graphql

  • Normal endpoint (working):
    https://cloud.squidex.io/api/content/<app-name>/graphql

When I try the CDN endpoint, I receive the following error:

Fastly error: unknown domain cloud.squidex.io

Fastly error: unknown domain: cloud.squidex.io. Please check that this domain has been added to a service.

Details: cache-fra-eddf8230055-FRA (140.248.74.55)

I am currently using the Squidex Professional and Business plans.

Could you please confirm if CDN access for GraphQL requires any additional configuration or if there is an issue on the service side?

Looking forward to your guidance.

I get an unauthorized exception, which seems to be fine.

Hi Sebastian,

Thanks for checking on your side. However, I am still not getting an Unauthorized error. Instead, I consistently receive a Fastly error when trying to access the CDN GraphQL endpoint:

<html>
<head>
<title>Fastly error: unknown domain cloud.squidex.io</title>
</head>
<body>
<p>Fastly error: unknown domain: cloud.squidex.io. Please check that this domain has been added to a service.</p>
<p>Details: cache-fra-etou8220064-FRA (140.248.75.64)</p>
</body>
</html>

This looks more like a CDN/domain resolution issue rather than an authentication issue.
Could you please check if there is any configuration missing for my project on the CDN side, or guide me if I need to enable something explicitly?