After switching to Cloudron, we've run into an issue with our instance of Invoice Ninja.
Using the API instructions here:
https://invoice-ninja.readthedocs.io/en/latest/api.html
We use to be able to use download a PDF using the below url structure
https://account.website.com/api/v1/download/6488
But after switching to Cloudron, we now receive a response of:
"error": {
"message": "Route does not exist"
}
Other GET requests we use continue to function fine. For example, we're still able to do a GET request and get JSON for the invoice using the below url structure:
https://account.website.com/api/v1/invoices/6488
It's just the download url that's not working after our server switch.
Any ideas on how to troubleshoot this would be helpful.
Thank you!