GitHub user thriveni986 created a discussion: Navbar disappears when loading React Plugin (Airflow 3.1.x)
**Description** I recently upgraded Apache Airflow from 2.10.5 to 3.1.7. After the upgrade. I migrated my plugin to use the new React Plugin system My plugin page is loading successfully, but I am facing an issue where the navigation bar (Home, DAGs, Browse, Admin) disappears after clicking on the plugin. **Expected Behavior** When opening the plugin page: * Airflow layout should remain intact * Top navbar (Home, DAGs, Browse, Admin) should be visible * Sidebar should remain visible * Plugin content should render inside the main content area **Actual Behavior** * Plugin page loads successfully * But the top navbar disappears completely * The plugin seems to take over the full page instead of rendering within the Airflow layout **Screenshot** <img width="1835" height="935" alt="image" src="https://github.com/user-attachments/assets/48027c0c-d2d8-4a6c-9665-bf4a6f2310b3" /> **Question** Is there a recommended way to ensure the plugin renders inside the Airflow layout instead of replacing the entire page? Any guidance or example structure would be really helpful. GitHub link: https://github.com/apache/airflow/discussions/64149 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
