Skip to content

Unable to access data in Feast UI when deployed to remote instance #2731

@tkch3n

Description

@tkch3n

Expected Behavior

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.

Specifications

  • Version:0.21.2
  • Platform: EC2
  • Subsystem:

Possible Solution

Potential CORS issue that needs to be fixed?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions