hi @haha
welcome ![]()
- you should set the region to
US East (N. Virginia):
- does your CORS policy on cloudflare via json looks like this? you need the
ETagexposed header.
[
{
"AllowedOrigins": [
"https://forum.example.com"
],
"AllowedMethods": [
"GET",
"PUT",
"POST",
"DELETE",
"HEAD"
],
"AllowedHeaders": [
"*"
],
"ExposeHeaders": [
"ETag"
],
"MaxAgeSeconds": 3000
}
]

