Feast UI in remote instance
See original GitHub issueDoes web UI work fine if feast is installed in a remote instance? I face the below error on running ‘feast ui’.
Error Loading Project Configs
There was an error loading the Project Configurations. Please check that feature_store.yaml file is available and well-formed.
However the sample project which is in feast/ui works fine on npm start.
Please could you help or let me know what I am missing?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Unable to access data in Feast UI when deployed ...
Run feast ui --host <instance private ip> in EC2 instance. Specifications. Version: 0.21.2; Platform: EC2; Subsystem: Possible Solution.
Read more >Python feature server
The Python feature server is an HTTP endpoint that serves features with JSON I/O. This enables ... A remote feature server on AWS...
Read more >Creating a Feature Store with Feast | by Kedion - Medium
In PART 3, we are going to show you how you could integrate Feast into a Python API and a React web application....
Read more >How to Trigger the Feast Workflow using FlyteRemote
You can use FlyteConsole to launch, monitor, and introspect Flyte executions. However here, let's use flytekit.remote to interact with the Flyte backend. from ......
Read more >Scalable and Programmable Serving
In this quick-start example we will define a simple “hello world” deployment, deploy it behind HTTP locally, and query it.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Feast is installed in GCP and I access the server using ssh.
Earlier the request for registry.json was pointing to http://0.0.0.0:888/registry.json. But this was resolved with the 0.22 version. After upgrading to 0.22, I believed this should work fine now. But still the above error is seen. In the web UI console(chrome), I get the Zod error:
Should be fixed now I think in Feast 0.22.1!