Dev-iL commented on issue #49734:
URL: https://github.com/apache/airflow/issues/49734#issuecomment-2832426322

   This is the page that appears, instead of a popup with the connection 
details, when pressing the "Edit Connection" button next to an (s)ftp 
connection:
   
![Image](https://github.com/user-attachments/assets/4c313f2b-a03d-490c-aac0-73ea58c0a7f3)
   
   Nothing is printed in the log after clicking. The only suspicious log print 
is the below, which prints once when loading the connections list:
   ```none
   airflow-apiserver-1  | [2025-04-26T16:36:29.128+0000] {connections.py:232} 
ERROR - Unknown form widget in fs: 
ConnectionFormWidgetInfo(hook_class_name='FSHook', 
package_name='airflow.providers.standard.hooks.filesystem', 
field=<UnboundField(StringField, (l'Path',), {'widget': 
<flask_appbuilder.fieldwidgets.BS3TextFieldWidget object at 0x7f3614db8fb0>})>, 
field_name='path', is_sensitive=False)
   ```


-- 
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