-
Notifications
You must be signed in to change notification settings - Fork 54
paperless-desktop wont open any documents #33
Comments
Hey, I can't garantuee this to run on anything else but macOS at the moment. But what you could do is open paperless-desktop, open the settings view (the little gear-icon) and there open the developer tools window. Then, try to open a document and see if there is an error logged in the devtools console window. Feel free to post the error here! |
No error shown.... |
I'm experiencing the same issue on osx. I tried this first with a local installation of paperless (through docker compose) which was a http (local) server. When deploying to my live environment and using https url in paperless desktop ( https goes through nginx reverse proxy to the same http only endpoint but on the live server) The preview in pl-desktop works just fine, but when opening a document the UI dialog errors out with When looking into dev tools the only error shown is |
Looks like it does not have anything to do with EDIT after fixing the api endpoint the problem stays - can't open a document EDIT 2 |
@chris-aeviator Cool that you dug deeper into the issue. I saw that you already opened an issue in the @rototom Could this resolve your initial issue as well? |
@thomasbrueggemann Will work on debugging the initial problem on this (#33) issue now since I switched from OSX to arch on my mac and would still like to use paperless desktop. |
unfortunatly I have no idea what to do... |
@chris-aeviator Could you share the commands you used in the electron dev tools to clear the cache and localstorage? This might help @rototom with his problem as well. For the future I can imagine adding a "reset" button within the settings page of the app for this very purpose. |
Its seems to start just finde and gives me an overview of my documents, but when I try to open one of them, it is displayer for about 2 seconds, then the screen is completely white, and there no more buttons or anything.
![bildschirmfoto vom 2017-11-12 13-52-17](https://user-images.githubusercontent.com/11801957/32699125-befceff2-c7b0-11e7-81d7-57d21c1a84c6.png)
I have to close the application in the Terminalwindow
`> [email protected] start /home/thomas/paperless-desktop
[13:50:09] Using gulpfile ~/paperless-desktop/gulpfile.js
[13:50:09] Starting 'browserify-vendor'...
[13:50:19] Finished 'browserify-vendor' after 10 s
[13:50:19] Starting 'browserify'...
[13:50:23] Finished 'browserify' after 3.94 s
[13:50:23] Starting 'default'...
[13:50:23] Finished 'default' after 60 μs
`
Its installed on solus via npm install.
The text was updated successfully, but these errors were encountered: