davidfgcorreia commented on PR #51146:
URL: https://github.com/apache/airflow/pull/51146#issuecomment-2999777980
Hi, thanks for the clarification!
That makes sense good to know the unnecessary requests are already being
bypassed in the setup.
However, I’m still running into an issue after rebasing. When I try to run
the frontend tests, I get the following error:
Error: Failed to resolve import "i18next-http-backend" from
"src/i18n/config.ts". Does the file exist?
Plugin: vite:import-analysis
File:
/root/documentos/PIC/airflow/airflow-core/src/airflow/ui/src/i18n/config.ts:21:20
18 | */ import i18n from "i18next";
19 | import LanguageDetector from "i18next-browser-languagedetector";
20 | import Backend from "i18next-http-backend";
| ^
21 | import { initReactI18next } from "react-i18next";
Do you have any idea what might be causing this? It seems like the module
isn't being resolved correctly after the rebase.
Thanks again!
--
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]