Title: bug: `/api/v1` returns 404 on feast UI · Issue #6519 · feast-dev/feast · GitHub
Open Graph Title: bug: `/api/v1` returns 404 on feast UI · Issue #6519 · feast-dev/feast
X Title: bug: `/api/v1` returns 404 on feast UI · Issue #6519 · feast-dev/feast
Description: Expected Behavior Running feast ui and navigating to http://0.0.0.0:8888 should load data from the feature store successfully. In particular, this works on 0.63.0 ❯ uvx 'feast[mysql,gcp]==0.63' ui Installed 96 packages in 266ms /Users/ja...
Open Graph Description: Expected Behavior Running feast ui and navigating to http://0.0.0.0:8888 should load data from the feature store successfully. In particular, this works on 0.63.0 ❯ uvx 'feast[mysql,gcp]==0.63' ui ...
X Description: Expected Behavior Running feast ui and navigating to http://0.0.0.0:8888 should load data from the feature store successfully. In particular, this works on 0.63.0 ❯ uvx 'feast[mysql,gcp]==0.63&...
Opengraph URL: https://github.com/feast-dev/feast/issues/6519
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"bug: `/api/v1` returns 404 on feast UI","articleBody":"## Expected Behavior \n\nRunning `feast ui` and navigating to \u003chttp://0.0.0.0:8888\u003e should load data from the feature store successfully.\n\nIn particular, this works on `0.63.0`\n\n```sh\n❯ uvx 'feast[mysql,gcp]==0.63' ui\nInstalled 96 packages in 266ms\n/Users/jacobbush/.cache/uv/archive-v0/H_s47SDJvNttrTnFOEpMY/lib/python3.13/site-packages/feast/ui_server.py:45: DeprecationWarning: \n on_event is deprecated, use lifespan event handlers instead.\n\n Read more about it in the\n [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/).\n \n @app.on_event(\"shutdown\")\n/Users/jacobbush/.cache/uv/archive-v0/H_s47SDJvNttrTnFOEpMY/lib/python3.13/site-packages/fastapi/applications.py:4598: DeprecationWarning: \n on_event is deprecated, use lifespan event handlers instead.\n\n Read more about it in the\n [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/).\n \n return self.router.on_event(event_type) # ty: ignore[deprecated]\n/Users/jacobbush/.cache/uv/archive-v0/H_s47SDJvNttrTnFOEpMY/lib/python3.13/site-packages/websockets/legacy/__init__.py:6: DeprecationWarning: websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions\n warnings.warn( # deprecated in 14.0 - 2024-11-09\n/Users/jacobbush/.cache/uv/archive-v0/H_s47SDJvNttrTnFOEpMY/lib/python3.13/site-packages/uvicorn/protocols/websockets/websockets_impl.py:17: DeprecationWarning: websockets.server.WebSocketServerProtocol is deprecated\n from websockets.server import WebSocketServerProtocol\nINFO: Started server process [53505]\nINFO: Waiting for application startup.\nINFO: Application startup complete.\nINFO: Uvicorn running on http://0.0.0.0:8888 (Press CTRL+C to quit)\nINFO: 127.0.0.1:57256 - \"GET /projects-list.json HTTP/1.1\" 200 OK\nINFO: 127.0.0.1:57256 - \"GET /registry HTTP/1.1\" 200 OK\nINFO: 127.0.0.1:57257 - \"GET /registry HTTP/1.1\" 200 OK\n^CINFO: Shutting down\nINFO: Waiting for application shutdown.\nINFO: Application shutdown complete.\nINFO: Finished server process [53505]\n```\n\n\u003cimg width=\"709\" height=\"214\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/20311d80-181e-4f88-8ddd-a8e6d770ada5\" /\u003e\n\n## Current Behavior\n\nWe get `\"GET /api/v1 HTTP/1.1\" 404 Not Found` and no features are loaded.\n\n```sh\n❯ uvx 'feast[mysql,gcp,grpcio]==0.64' ui\nInstalled 98 packages in 213ms\n/Users/jacobbush/.cache/uv/archive-v0/fq4ZGscWWKwrMSlB-5Oxk/lib/python3.13/site-packages/websockets/legacy/__init__.py:6: DeprecationWarning: websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions\n warnings.warn( # deprecated in 14.0 - 2024-11-09\n/Users/jacobbush/.cache/uv/archive-v0/fq4ZGscWWKwrMSlB-5Oxk/lib/python3.13/site-packages/uvicorn/protocols/websockets/websockets_impl.py:17: DeprecationWarning: websockets.server.WebSocketServerProtocol is deprecated\n from websockets.server import WebSocketServerProtocol\nINFO: Started server process [55591]\nINFO: Waiting for application startup.\nINFO: Application startup complete.\nINFO: Uvicorn running on http://0.0.0.0:8888 (Press CTRL+C to quit)\nINFO: 127.0.0.1:57343 - \"GET /projects-list.json HTTP/1.1\" 200 OK\nINFO: 127.0.0.1:57343 - \"GET /api/v1 HTTP/1.1\" 404 Not Found\nINFO: 127.0.0.1:57343 - \"GET /api/v1 HTTP/1.1\" 404 Not Found\n^CINFO: Shutting down\nINFO: Waiting for application shutdown.\nINFO: Application shutdown complete.\nINFO: Finished server process [55591]\n```\n\n\u003cimg width=\"859\" height=\"199\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/2524d092-d905-4abf-9913-2b1006192e51\" /\u003e\n\n## Steps to reproduce\n\n- `uvx 'feast[grpcio]==0.64' init feast_0_64_ui_404_bug`\n- `cd feast_0_64_ui_404_bug/feature_repo`\n- `uvx 'feast[grpcio]==0.64' apply`\n- `uvx 'feast[grpcio]==0.64' ui`\n- Navigate to \u003chttp://0.0.0.0:8888\u003e\n\n### Specifications\n\n- Version: 0.64.0\n- Platform: MacOS\n- Subsystem: Tahoe 26.3.1 (a)\n\n## Possible Solution\n\nFeast UI was refactored in [this PR](https://github.com/feast-dev/feast/pull/6414) which is where I assume this was introduced.","author":{"url":"https://github.com/jacob-bush-shopify","@type":"Person","name":"jacob-bush-shopify"},"datePublished":"2026-06-15T15:33:35.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/6519/feast/issues/6519"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:198f416c-3232-2914-fe7b-31aa63134203 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C656:36E597:6B1302:904D18:6A4EC032 |
| html-safe-nonce | e4d5ca3738661fc29270cdbc690f572f78082fa96e66eb4ee2378105c46c78e3 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNjU2OjM2RTU5Nzo2QjEzMDI6OTA0RDE4OjZBNEVDMDMyIiwidmlzaXRvcl9pZCI6IjI2MDMzOTk2OTgxNzg4MTgwOTgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | c984f6fe3476c321d230aae0d9b0c322f4ae4d9a3e69bdc842539cd5f499ac5b |
| hovercard-subject-tag | issue:4666532100 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/feast-dev/feast/6519/issue_layout |
| twitter:image | https://opengraph.githubassets.com/e1286f92afad3772f6d1f2762d860eea83ac2edc48e5c6d4c917a437cddeb01c/feast-dev/feast/issues/6519 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/e1286f92afad3772f6d1f2762d860eea83ac2edc48e5c6d4c917a437cddeb01c/feast-dev/feast/issues/6519 |
| og:image:alt | Expected Behavior Running feast ui and navigating to http://0.0.0.0:8888 should load data from the feature store successfully. In particular, this works on 0.63.0 ❯ uvx 'feast[mysql,gcp]==0.63' ui ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | jacob-bush-shopify |
| hostname | github.com |
| expected-hostname | github.com |
| None | 41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c |
| turbo-cache-control | no-preview |
| go-import | github.com/feast-dev/feast git https://github.com/feast-dev/feast.git |
| octolytics-dimension-user_id | 57027613 |
| octolytics-dimension-user_login | feast-dev |
| octolytics-dimension-repository_id | 161133770 |
| octolytics-dimension-repository_nwo | feast-dev/feast |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 161133770 |
| octolytics-dimension-repository_network_root_nwo | feast-dev/feast |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | e6a744804e8e70f97b4d5a18a94dcc63db22f97a |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width