YounHS commented on issue #49495:
URL: https://github.com/apache/airflow/issues/49495#issuecomment-2827843098
@ashb Oh.. I checked it. And I fix the file
"/home/airflow/.local/lib/python3.12/site-packages/airflow/api_fastapi/auth/managers/simple/routes/login.py"
by referring to #49721 . But still not working😥
I seem to have a problem with my docker-compose connection location.
Below are the environments I've tried.
1. docker-compose successful environment
- docker in my own window PC's WSL
- base url -> localhost:8080
- nothing change docker-compose.yaml
2. docker-compose failed environment
- docker in EC2
- base url -> {EC2's private IP}:8080
- nothing change docker-compose.yaml
To quickly check, are there any other files within the docker container that
need to be modified besides the file named
"/home/airflow/.local/lib/python3.12/site-packages/airflow/api_fastapi/auth/managers/simple/routes/login.py"?
--
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]