My YunoHost server
Hardware: VPS bought online
YunoHost version: 11.1.13
I have access to my server : Through SSH
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
The Firefly III Data Importer running on my computer locally fails to connect to my instance of Firefly III. The error message is “Could not decode JSON from URL “https:///firefly//api/v1/about?”: Syntax error”
The reason is, that Yunohost redirects the request to the login page, which of course the importer can’t deal with.
See also:
-
The same issue on this forum, closed without resolution: https://forum.yunohost.org/t/firefly-iii-data-importer-syntax-error/23129
-
The same issue described on Firefly III’s github: [Data-importer] Yunohost Firefly, self-hosted Data-importer, 500 error · firefly-iii · Discussion #6088 · GitHub
Is there some way to make certain URLs exempt from the login redirection?