Hi,
I recently installed firefly-iii from cloudron marketplace. While the application itself is working nicely, I needed to write a custom importer and for that wanted to hit the REST API.
The API is supposed to be present at /api/v1/...
but I am always getting the login HTTP page back. I was thinking there is some issue with my code, request headers, etc. But I tried changing the url from https://<my-website>/api/v1/transactions
to https://demo.firefly-iii.org/api/v1/transactions
(firefly's demo server) and the same requests are working.
Is this related to how cloudron is setting up firefly-iii? I also checked firefly-iii configuration and there was no way to enable/disable REST API.
Can I get some help here?