when try to invoke actions on a app builder local (aio app run) there is a console error that says:
Access to fetch at 'https://xxxxxxcyanelk.xxxxxadobeioruntime.net/api/v1/search_test/index-page from origin 'https://localhost:9080 ' has been blocked by CORS policy: Request header field x-ow-extra-logging is not allowed by Access-Control-Allow-Headers in preflight response"
,
so i proceed to add it to and then it says:
Access to fetch at 'https://xxxxxxxxcyanelk.xxxxxxadobeioruntime.net/api/v1/search_test/index-page ' from origin 'https://localhost:9080 ' has been blocked by CORS policy: Request header field access-control-allow-headers is not allowed by Access-Control-Allow-Headers in preflight response.
so i proceed to add it to but then it still saying the above error, so i'm not sure if the headers error is something that has to be added here or not since even if i add it at the end is no making any effect (at least on the part of adding access-control-allow-headers to be allowed by itself....so if theres a solution for this would be great
