An Azure service that provides streamlined full-stack web app development.
@Olie Denyer , Just checking in to see if you had got a chance to see the previous response.
From the issue description I understand the issue started only from the couple of days. Do you recall making any changes prior to this issue? If there are multiple apps, is this issue confined only to this App? ("THE CDN integration is part of the managed service") Are you referring to, Azure CDN being configured for your app?
If you haven't done this already. kindly review and try setting the following using a globalHeaders entry in your staticwebapp.config.json
{
"globalHeaders": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "POST, GET, OPTIONS"
}
}
Kindly let us know, I'll follow-up further.