Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Attachments not working #95

Closed
omega123456 opened this issue Apr 18, 2019 · 2 comments
Closed

Attachments not working #95

omega123456 opened this issue Apr 18, 2019 · 2 comments

Comments

@omega123456
Copy link

Attachments dont seem to be saving properly. When you upload one via the browser plugin, it creates the record in the db, but the file blob column is always blank. Hence when you trying to download it, it just returns with a blank file. Seems to be some issue with the part where its trying to retrieve the file content in the routes/attachements.rb, but my ruby knowledge is very limited, so i'm stuck with it.

@jcs
Copy link
Owner

jcs commented Apr 19, 2019

It looks like the URL returned for an attachment has to be absolute. That change at least gets Bitwarden downloading the attachment. But then it shows an error, and I'm not sure why.

@omega123456
Copy link
Author

In my case it doesnt even save the attachment. From what i can tell i should be storing it in the blob field in the table, but its always blank.

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

No branches or pull requests

2 participants