You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be able to view registry data when launching UI with feast ui on remote instances (like EC2).
Current Behavior
I’ve tried setting the host to 0.0.0.0 and the static assets get loaded and can accessed via the public IP. But the requests to the registry (http://0.0.0.0:8888/registry) fails, so no data shows up.
I've also tried setting the host to the private IP, but the request to /registry times out.
Steps to reproduce
Run feast ui --host <instance private ip> in EC2 instance.