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

fix(server): handle FileNotFoundError in serve_component_suites #2959

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Aug 23, 2024

  1. fix(server): handle FileNotFoundError in serve_component_suites

    Added a try/except block to catch FileNotFoundError when attempting to serve component suites. This prevents the server from crashing when a requested file is not found, and instead returns a 404 status code.
    yzcheung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b54051b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    f229484 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    b7273b7 View commit details
    Browse the repository at this point in the history