dheerajturaga commented on issue #48825:
URL: https://github.com/apache/airflow/issues/48825#issuecomment-2783291757

   From further debug, this doesn't seem to be a cors issue. Im still seeing 
this issue even after setting the following env:
   ```
   AIRFLOW__API__ACCESS_CONTROL_ALLOW_HEADERS = "*"
   AIRFLOW__API__ACCESS_CONTROL_ALLOW_METHODS = "*"
   AIRFLOW__API__ACCESS_CONTROL_ALLOW_ORIGINS = "*"
   ```
   I see these are passed through correctly to CORSMiddleware in 
`airflow/api_fastapi/core_api/app.py` init_config
   
   I noticed the browser seems to be attempting to fetch from `localhost` 
always 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to