Everything was working great for a while, but all of the sudden all of the CORS requests are failing for functions I’ve setup in http-functions.js. I have various cors headers like:
Access-Control-Allow-Origin:
“https://myothersite.com”
Access-Control-Allow-Methods:
“GET,POST,OPTIONS”
Access-Control-Allow-Credentials:
“true”
Access-Control-Max-Age:
“86400”
Now those headers are missing from the response. I didn’t see anything in changelog related to cors headers no longer being allowed. Updates & Releases | Velo | Wix.com
Is this an intentional change by Corvid? Is there another way to do cors headers in Corvid http functions?