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

implement static files serving without app.mount #2746

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

rodja
Copy link
Member

@rodja rodja commented Mar 22, 2024

This pull request fixes #2570 by not using app.mount to serve those files. See #2570 (comment) for details of why I think this is the best solution.

@rodja rodja added the bug Something isn't working label Mar 22, 2024
@rodja rodja added this to the 1.4.19 milestone Mar 22, 2024
@rodja
Copy link
Member Author

rodja commented Mar 22, 2024

@Lucas-lyh, it would be great if you could try this out for your scenarios.

@falkoschindler falkoschindler merged commit 1b6d543 into main Mar 22, 2024
7 checks passed
@falkoschindler falkoschindler deleted the static_files_without_root_path branch March 22, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

404 error page not rendered on static file routes
2 participants