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
Blocked by
User stories addressed
- User story 7
- User story 14
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/*). UpdateGRAPH_EXP_ENV_ROOT_FOLDERdefault from/explorerto/. Update the Dockerfile and SageMaker variant accordingly.Type: HITL — requires review before completion.
Acceptance criteria
/instead of/explorer/explorerredirect (301) to//explorer/some/pathredirect to/some/pathGRAPH_EXP_ENV_ROOT_FOLDERdefaults to/in the Dockerfile/proxy/9250/instead of/proxy/9250/explorerbasedefault changes from/explorerto/Blocked by
User stories addressed