Questions tagged [invoice-ninja]
22 questions
6
votes
0 answers
Merging host and container volume contents in docker
I have a project with a docker image whose volume contains contents on start up. Are there any methods to MERGE the contents of both host and container on the volume yet keep the host contents persistent over in the container?
this is my…

Kendall
- 5,065
- 10
- 45
- 70
2
votes
2 answers
Laravel - Integrity constraint violation: 1452
this is my migration :
public function up()
{
Schema::table('payments', function($table)
{
$table->dropColumn('invoice_id');
});
}
public function down()
{
Schema::table('payments',function…

Melek Yilmaz
- 409
- 1
- 5
- 16
1
vote
2 answers
SuiteTalk Netsuite Integration - use SOAP or REST?
I am writing an application that reads customer and invoice data for an account on Netsuite. For integration, Netsuite provides two types of APIs, SOAP and REST. The SOAP is an older one and sounds reliable. There is even a Java SDK on the SOAP API.…

Soban Soundararajan
- 473
- 1
- 4
- 6
1
vote
0 answers
Cannot run Invoice ninja using docker
this is my first post here in SO, i want to use Invoice in my machine using Docker and access it locally
This are the steps i done
Cloned the repo https://github.com/invoiceninja/dockerfiles.git
Generate the APP_KEY
Question , when i generate the…

Luis Enrique
- 19
- 1
1
vote
1 answer
InvoiceNinja with Docker-compose
When I try to use the docker-compose.yml file from the GitHub page of InvoiceNinja, I get the following error. I have changed al the variables according to the Readme. Does anyone know what causes this error?
ERROR: for test_server_1 Cannot start…

Raf Vandelaer
- 33
- 9
1
vote
1 answer
Invoice Ninja with docker compose - Error 500
I have setup Invoice ninja with docker-compose behind a nginx reverse proxy, which also manages the TLS certificate.
As far as I can see from the logs, everything initializes correct, but when I navigate to the site, I can only see a 500 Server…

Thomas K.
- 121
- 1
- 10
1
vote
2 answers
A working upwork-api financial report call now returns invalid_query
I had made a simple APP which automatically creates my upwork invoices to my Invoice ninja setup but lately, upwork side broke. I saw that there were updates and changes on it but after my research, nothing changed in my specific call. After the…

Alex Bogias
- 1,826
- 2
- 30
- 45
0
votes
0 answers
Invoice Ninja container not starting up successfully
I'd like to try invoice ninja and I'm deploying it on an Alpine 3.17 host running podman. I have plenty of other pods running there already so there is no general problem.
What I did:
On my dedicated MySQL host I prepared an empty DB with a user…

imp1sh
- 45
- 6
0
votes
1 answer
Laravel fails to connect to MariaDB with SSL enabled
I'm trying to connect InvoiceNinja to my MariaDB database using SSL.
The client server (InvoiceNinja) can connect to the database server via command line without an issue:
mysql -u Username -h Hostname -p
When I use the InvoiceNinja GUI via /setup,…

holdmydev
- 109
- 9
0
votes
1 answer
Recreating Curl Command in Python
Desperate for help here. I am trying to recreate this curl command in python that uploads a file.
curl -X POST https://invoicing.co/api/v1/invoices/pnelKrqVdK/upload \
-H 'Content-Type: multipart/form-data' \
-H 'X-API-TOKEN: TOKEN' \
-H…

zmccarty56
- 1
- 1
0
votes
1 answer
self hosted Invoice ninja v5 app 403 invalid secret
After successful installation of invoice ninja v5
Trying to login in IOS app, I get "403 invalid secret"
Tried adding multiple times API_SECRET in .env file by removing and changing code. But nothing works.

Mohemmed Niyaz
- 214
- 2
- 8
0
votes
1 answer
What is the "KEY" when initializing Invoice Ninja Flutter package?
I am trying to use the Invoice Ninja package for flutter. However, I can't seem to figure out what the "KEY" is? There is no mention in the docs or settings of any "KEY". The only mention is API Token. I have a v5 self hosted instance of Invoice…

S Galway
- 125
- 2
- 11
0
votes
1 answer
Proper way to create a service provider in Laravel
I am having trouble creating a service for my Laravel application. I wish to use this service to easily communicate with an API to perform IO operations. To be specific, my Laravel application needs to communicate with InvoiceNinja. There is an…

realnsleo
- 709
- 2
- 12
- 29
0
votes
0 answers
Slow WAN interface - 302/404 issues?
I'm having an issue with a really slow web interface on a self hosted, IN4 install.
It's running on Ubuntu 20.04 LTS and via the LAN IP the app is fast and responsive. However, behind a reverse proxy and served via Cloudflare it's dog slow.
I have…

Anthony
- 1
- 1
0
votes
1 answer
Where does Docker invoiceninja/invoiceninja store data?
The invoiceninja/invoiceninja Dockerfile seems to not have any dependency on a database. How/where are the data going to be stored?

antoine
- 1
- 1