Closed
Description
I've searched for similar issues opened previously here, but didn't see any useful information so I'd like to open a new one.
Expected Behavior
The UI loads successfully
Current Behavior
The UI is accessible but can't load anything

Steps to reproduce
I have tried both local setup using the Quickstart guide and deploying to Kubernetes. They have the same issue.
I enabled the DEBUG log of Feast UI container and saw no error.
If I log in into the feast-ui container, I can run feast cli successfully without issue.
(app-root) bash-5.1$ feast feature-views list
/opt/app-root/lib64/python3.11/site-packages/feast/feature_view.py:48: DeprecationWarning: Entity value_type will be mandatory in the next release. Please specify a value_type for entity '__dummy'.
DUMMY_ENTITY = Entity(
Received base64 encoded feature_store.yaml
NAME ENTITIES TYPE
driver_hourly_stats_fresh {'driver'} FeatureView
driver_hourly_stats {'driver'} FeatureView
transformed_conv_rate_fresh {'driver'} OnDemandFeatureView
transformed_conv_rate {'driver'} OnDemandFeatureView
Specifications
- Version: 0.43
- Platform: MacOS/Kubernetes
- Subsystem: