-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Bug] Asset Management broken? #5
Comments
I'm encountering the same problem. I think it may be a configuration issue, or a file rewrite issue? |
If, in |
The issues should be fixed with the latest docker image rework. You can simply pull the :latest image to fix the issues related to storage. |
Describe the bug
Updating user/company avatars uploads the files correctly to
/invoiceshelf/data/app/public/<asset_number>/<filename>
but the get request to/storage/<asset_number>/<filename>
results in a 404.Expected behavior
Return the (correct) asset.
Additional info
Seems to be related to crater issue 1222 and crater PR 1226
Please complete the following information:
Optional info
docker-compose.yml
The text was updated successfully, but these errors were encountered: