Version ie <v5.10.30>Running InvoiceNinja Docker:Latest
Environment <Docker/Shared Hosting/Zip/Other>Self hossted Debain 12 with Docker installed.
Checklist
- Can you replicate the issue on our v5 demo site https://demo.invoiceninja.com or Invoice Ninja? No -
- Have you searched existing issues? Yes
- Have you inspected the logs in storage/logs/laravel.log for any errors? storage/logs directory is empty
Describe the bug
Hello,
I am attempting to setup InvoiceNinja on a Debian 12 system using the Docker image from invoiceninja/invoiceninja-debian - Docker Image
I have followed the instructions listed on this page, downloading the git image first, creating the APP_KEY and updating the IN_USER_EMAIL and IN_PASSWORD fields as required.
I have Apache2 running as a reverse proxy to the Invoice Ninja docker image and I can successfully bring up the login page when I connect to my URL.
However, I can not log on using either the credentials given in the IN_* environment variables or even the default “[email protected]”.
Steps To Reproduce
I have followed the exact steps listed on the Docker Hub page given above,
Expected Behavior
I should be able to log in
Additional context
I have tried this multiple times, deleting/removing the containers and images and trying with my own credentials for IN_USER_EMAIL and IN_PASSWORD and also leaving the defulat ones there but I get the same result every time.
I have also tried using the Android App and repeatedly get the “400 - Bad Request. These credentials do not match our records” response
Screenshots
Logs
No logs are being produced. I have checked in the invoiceninja/invoiceninja-debian container and nothing is there.
I would appreciate some advice on how to further test this and check what the problem could be?
Many thanks