We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just started a new local instance for testing, and when I upload a media, I see a two "/static" in the URL.
So I looked in the database and the file_path saved for the current record contains a static/.
static/
Plume version (and/or commit): Commit b28c1a7568dd9ba38adc616eecae7cd2d5c4f2fe
The text was updated successfully, but these errors were encountered:
I think we shouldn't add /static/ here, since it is already in self.file_path: https://github.com/Plume-org/Plume/blob/master/plume-models/src/medias.rs#L70
/static/
self.file_path
Sorry, something went wrong.
Fix incorrect path for uploaded medias
8eb5291
fix #292
0bb7198
No branches or pull requests
I just started a new local instance for testing, and when I upload a media, I see a two "/static" in the URL.
So I looked in the database and the file_path saved for the current record contains a
static/
.Plume version (and/or commit): Commit b28c1a7568dd9ba38adc616eecae7cd2d5c4f2fe
The text was updated successfully, but these errors were encountered: