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

Access to statics fails when using uv in symlink mode #863

Open
2 tasks done
sfermigier opened this issue Dec 10, 2024 · 0 comments
Open
2 tasks done

Access to statics fails when using uv in symlink mode #863

sfermigier opened this issue Dec 10, 2024 · 0 comments

Comments

@sfermigier
Copy link

Checklist

  • The bug is reproducible against the latest release or master.
  • There are no similar issues or pull requests to fix it yet.

Describe the bug

I use uv with UV_LINK_MODE=symlink (cf. https://docs.astral.sh/uv/configuration/environment/#uv_link_mode).
In this mode, access to statics fails because, by default, in Starlette, StaticFiles are configured with follow_symlink: bool = False.

Steps to reproduce the bug

Install a demo app with UV_LINK_MODE=symlink uv sync (or UV_LINK_MODE=symlink uv pip install -e . I guess).

Expected behavior

No response

Actual behavior

No response

Debugging material

No response

Environment

Latest sqladmin, latest everything else.

Additional context

No response

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

No branches or pull requests

1 participant