feast icon indicating copy to clipboard operation
feast copied to clipboard

feast-ui routing generates 500 for all non root paths

Open robhowley opened this issue 2 years ago • 2 comments

Expected Behavior

Linking to a specific path should render the correct page.

Current Behavior

Only loading the base route / works. When you put in the home url it reroutes to /p/feature_store and renders the homepage directly. If you link to that path directly you get a 500

image

This also happens with any feature view, service, data source, etc direct link

Steps to reproduce

Type in any url other than the root / path.

robhowley avatar Jan 08 '24 21:01 robhowley

Thanks for raising @robhowley

woop avatar Jan 11 '24 03:01 woop

@robhowley - Hi Rob, I have tried to replicate this issue today, and seems it is working as expected. Could you try again with the recent version and let me know if you can replicate this issue again?

On the standard local development environment setup of UI tried the below urls and worked fine without any issues. http://localhost:3000/ http://localhost:3000/p/credit_score_project http://localhost:3000/p/credit_score_project/data-source http://localhost:3000/p/credit_score_project/data-source/zipcode http://localhost:3000/p/credit_score_project/entity http://localhost:3000/p/credit_score_project/entity/dob_ssn http://localhost:3000/p/credit_score_project/feature-view/credit_history http://localhost:3000/p/credit_score_project/feature-service/zipcode_model http://localhost:3000/p/credit_score_project/feature-service/zipcode_model/fs-demo-tab

I will be waiting for further updates from you to troubleshoot the issue. Please provide detailed step-by-step instructions if you are still able to reproduce the issue.

lokeshrangineni avatar Feb 21 '24 22:02 lokeshrangineni

@lokeshrangineni upgrading worked, i was 1 minor version behind and missed the fix.

robhowley avatar Apr 02 '24 15:04 robhowley