owncloud-apps
owncloud-apps copied to clipboard
Bookmark are not stored for next sessions/readings
Using the reader version 1.2.3 on Nextcloud v13.0.1 with Chrome v67,
if I bookmark a page on any PDF or ePub book, is not present for future readings
Steps to reproduce:
- Login into Nextcloud
- Go to Files
- Open a PDF book file
- Advance some pages and bookmark one. I can see the page bookmarked
- Click on Exit
- Open, again, the PDF book file
- Check the bookmark list and is Empty
It could be interesting to keep the point, when you stop the reading, on the same page when you open it again to keep reading
I hope it helps!
I'm seeing the same. Tested PDF and epub files
This is with the official Nextcloud 13.0.5 docker image btw.
Mee too, bookmarks doesn't sync on nextcloud 13.0.5 or avobe. Please fix
check your htaccess rewrite rules. You may need to use the occ command to update your htaccess.
@scurrvy2020 hey, could you elaborate a little? what needs to be in the .htaccess for the bookmarks, last read page and so on to be saved?
https://github.com/Yetangitu/owncloud-apps/issues/44#issuecomment-336457175
That's the issue I had, which seems similar to yours.
I also double-checked all the .htaccess checks. I get 405 errors (The error means that you are attempting to pass back a file that does not have the necessary permissions on the server to receive Post information from another script.)
But bookmarks and last read have never worked for me, so I'm not sure where else to look.