René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:198f416c-3232-2914-fe7b-31aa63134203
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC656:36E597:6B1302:904D18:6A4EC032
html-safe-noncee4d5ca3738661fc29270cdbc690f572f78082fa96e66eb4ee2378105c46c78e3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNjU2OjM2RTU5Nzo2QjEzMDI6OTA0RDE4OjZBNEVDMDMyIiwidmlzaXRvcl9pZCI6IjI2MDMzOTk2OTgxNzg4MTgwOTgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacc984f6fe3476c321d230aae0d9b0c322f4ae4d9a3e69bdc842539cd5f499ac5b
hovercard-subject-tagissue:4666532100
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/feast-dev/feast/6519/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e1286f92afad3772f6d1f2762d860eea83ac2edc48e5c6d4c917a437cddeb01c/feast-dev/feast/issues/6519
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e1286f92afad3772f6d1f2762d860eea83ac2edc48e5c6d4c917a437cddeb01c/feast-dev/feast/issues/6519
og:image:altExpected 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejacob-bush-shopify
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/issues/6519#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F6519
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F6519
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/issues/6519
Reloadhttps://github.com/feast-dev/feast/issues/6519
Reloadhttps://github.com/feast-dev/feast/issues/6519
Please reload this pagehttps://github.com/feast-dev/feast/issues/6519
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.4k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 7.1k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 212 https://github.com/feast-dev/feast/issues
Pull requests 170 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality 1 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
#6525https://github.com/feast-dev/feast/pull/6525
bug: /api/v1 returns 404 on feast UIhttps://github.com/feast-dev/feast/issues/6519#top
#6525https://github.com/feast-dev/feast/pull/6525
kind/bughttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Fbug%22
priority/p2https://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22priority%2Fp2%22
https://github.com/jacob-bush-shopify
jacob-bush-shopifyhttps://github.com/jacob-bush-shopify
on Jun 15, 2026https://github.com/feast-dev/feast/issues/6519#issue-4666532100
http://0.0.0.0:8888http://0.0.0.0:8888
https://private-user-images.githubusercontent.com/10622363/608004277-20311d80-181e-4f88-8ddd-a8e6d770ada5.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1NDYyMDcsIm5iZiI6MTc4MzU0NTkwNywicGF0aCI6Ii8xMDYyMjM2My82MDgwMDQyNzctMjAzMTFkODAtMTgxZS00Zjg4LThkZGQtYThlNmQ3NzBhZGE1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzA4VDIxMjUwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBmMTU1OTllY2VkMDM0ZjRlOTM5ODUyZTVlNTIxYTRmNjlmMTJiYjNiNmUwNGI5ZjczZWYzOTRlNTA0ZWE2NjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.PVPALUInlw_HfX_IpD33JGVlzwxCa71ZQXrCu4BZygo
https://private-user-images.githubusercontent.com/10622363/608004332-2524d092-d905-4abf-9913-2b1006192e51.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1NDYyMDcsIm5iZiI6MTc4MzU0NTkwNywicGF0aCI6Ii8xMDYyMjM2My82MDgwMDQzMzItMjUyNGQwOTItZDkwNS00YWJmLTk5MTMtMmIxMDA2MTkyZTUxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzA4VDIxMjUwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBlMjgwZjg5YzA3ODNmOTEwNzU2ODNmOWY1OGM3NmJjNGRhZDEwOTM0ZGM4ZGYyZjcwYzlhZmQ2YmZmZTIwZDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.w2xAYoslNCD21DkrbTKrdg7z5GVCLqdMSf0WhbST6dM
http://0.0.0.0:8888http://0.0.0.0:8888
this PRhttps://github.com/feast-dev/feast/pull/6414
kind/bughttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Fbug%22
priority/p2https://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22priority%2Fp2%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.