Unable to Toggle off SXG
I'm seeing issues when trying to disable Automatic Signed Exchanges (SXG) in Speed->Optimization->Other
I toggle it off, it looks to work, but when I return to the page it's back on...
Other admins, on other networks, on other browsers see the same.
When loading the page (even after trying to turn it off) and inspecting the requests, the GET request response:
{
"result": {
"enabled": false,
"sxg_cert": {
"id": "REDACTED"
},
"sxg_enabled": true
},
"success": true,
"errors": [],
"messages": []
}
When toggling:
Request payload:
{sxg_enabled: false}
Response payload:
{result: {enabled: false, sxg_enabled: false}, success: true, errors: [], messages: []}
Is it "just me"? Do others see the same?
Is this expected? (Does it take time to action?)
Or a legit bug impacting all?0 Replies