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

Can't display images saved on server #32

Closed
tcitworld opened this issue Aug 22, 2014 · 5 comments
Closed

Can't display images saved on server #32

tcitworld opened this issue Aug 22, 2014 · 5 comments
Labels

Comments

@tcitworld
Copy link
Member

If DOWNLOAD_PICTURES is activated in wallabag server, the app can't display pictures inside articles. Only pictures from external sources are shown.
Maybe the .htaccess in assets/ is the problem ?

I think it's the same problem as for wallabag/wallabag#804

(Bug not reproduced yet)

@tcitworld tcitworld added the bug label Aug 22, 2014
@kevmeyer
Copy link
Contributor

ok, problem seems to be, that the feed uses relative url for the images (e.g. <img src="assets/5/wiretap-cc.jpg">), but the web views of the apps don't respect this.
Either we try to change the urls of the feed, or we try to fix it on client side.

@tcitworld
Copy link
Member Author

No, I think we can manage to do it on the server side, I think it will also fix the bug I was refering to earlier.

@kevmeyer
Copy link
Contributor

yes, i agree.

@tcitworld
Copy link
Member Author

I've started to work on it, it's just that my current internet connection is so slow that I can't manage to reach pictures to test the fix. :D

@tcitworld
Copy link
Member Author

Should be good now.

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

No branches or pull requests

2 participants