-
Notifications
You must be signed in to change notification settings - Fork 81
Serve static files at root and redirect /explorer to / #1620
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Parent PRD
What to build
Change the Express server to serve the React client static files at / instead of /explorer. Add redirect middleware so that requests to /explorer (and /explorer/*) redirect to / (and /*). Update GRAPH_EXP_ENV_ROOT_FOLDER default from /explorer to /. Update the Dockerfile and SageMaker variant accordingly.
Type: HITL — requires review before completion.
Acceptance criteria
- Static files are served at
/instead of/explorer - Requests to
/explorerredirect (301) to/ - Requests to
/explorer/some/pathredirect to/some/path -
GRAPH_EXP_ENV_ROOT_FOLDERdefaults to/in the Dockerfile - SageMaker variant uses
/proxy/9250/instead of/proxy/9250/explorer - Vite config
basedefault changes from/explorerto/ - Tests verify the redirect behavior
Blocked by
User stories addressed
- User story 7
- User story 14
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request