Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 handling on deployed service #32

Open
aaronpowell opened this issue Nov 21, 2023 · 1 comment
Open

404 handling on deployed service #32

aaronpowell opened this issue Nov 21, 2023 · 1 comment
Labels
frontend Anything related to the playground

Comments

@aaronpowell
Copy link
Contributor

If you go to /images on the deployed playground and reload it results in a 404 as the service doesn't know to redirect that back to the root route (and let JS take over). We should handle this, and probably all other 404 routing a lot better than we currently do.

@aaronpowell aaronpowell added frontend Anything related to the playground api Python backend service labels Nov 21, 2023
@aaronpowell aaronpowell removed the api Python backend service label Dec 21, 2023
@aaronpowell
Copy link
Contributor Author

We now use SWA so it's more that we need a staticwebapp.config.json file that does 404 handling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Anything related to the playground
Projects
None yet
Development

No branches or pull requests

1 participant