Installation and registration Papermerge / QNAP?
Good day everybody,
I have installed Papermerge on my QNAP. However, when I try to log in, I receive an error message in the login window that states:
"SyntaxError: Unexpected token '<', "<html> <h"… is not valid JSON".
Unfortunately, I can't find anything online about how to fix this. Does anyone have any ideas?
LG
The application probably sends a request to a false or no longer existent address and then surely gets back an error page that is not in the expected format (HTML instead of JSON).
With your browser’s web development tools (console and network console), you can see if you find out more about the failed request (address, status code). Fortunately, it is a relatively easy-to-release problem, such as a false protocol (HTTP/S) or a certificate error.
papermerge-99a900cb7e7fcd19b55df85749bd7142.js:44
POST http://192.**:*/api/auth/login/ 502 (Bad Gateway)
Thank you for your help. I’ll see if I can get it xD..
LG