You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. After installing InvoiceNinja, the docker does not start. So i changed the UnraidIP:port manually because it doesnt start, to my physical unraid IP for the DB and App_URL and then it starts. However, webui doesnt work. LOG has this sql error connection refused.
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select t
able_name as name, (data_length + index_length) as size, table_comment
as comment, engine as engine, table_collation as collation from infor
mation_schema.tables where table_schema = 'ninja' and table_type in ('BASE
TABLE', 'SYSTEM VERSIONED') order by table_name)
In Connector.php line 65:
SQLSTATE[HY000] [2002] Connection refused
I've enable this in Docker settings as well but still connection refused :
Host access to custom networks:
The text was updated successfully, but these errors were encountered:
flyguy729
changed the title
Cannot start Invoiceninja - unraidIP:port doesnt work
Cannot start Invoiceninja - MySQL connection refused
Jun 29, 2024
@flyguy729 this container does not have MySQL built in, you have to point it to another container where MySQL runs and provide the IP, port & credentials. Did you already do that?
Hello. After installing InvoiceNinja, the docker does not start. So i changed the UnraidIP:port manually because it doesnt start, to my physical unraid IP for the DB and App_URL and then it starts. However, webui doesnt work. LOG has this sql error connection refused.
How do i solve this? Thank you!
text error warn system array login
2024-06-27T16:53:25Z [INFO] [Entrypoint]: Initialising Invoice Ninja...
INFO Configuration cached successfully.
INFO Caching framework bootstrap, configuration, and metadata.
config ........................................................ 46.07ms DONE
events ......................................................... 1.96ms DONE
routes ........................................................ 98.90ms DONE
views .............................................................. 1s DONE
INFO Discovering packages.
imdhemy/laravel-purchases ............................................. DONE
intervention/image .................................................... DONE
invoiceninja/inspector ................................................ DONE
laravel/slack-notification-channel .................................... DONE
laravel/socialite ..................................................... DONE
laravel/tinker ........................................................ DONE
laravel/ui ............................................................ DONE
livewire/livewire ..................................................... DONE
nesbot/carbon ......................................................... DONE
nunomaduro/termwind ................................................... DONE
nwidart/laravel-modules ............................................... DONE
sentry/sentry-laravel ................................................. DONE
socialiteproviders/manager ............................................ DONE
turbo124/beacon ....................................................... DONE
In Connection.php line 813:
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select t
able_name as
name
, (data_length + index_length) assize
, table_commentas
comment
, engine asengine
, table_collation ascollation
from information_schema.tables where table_schema = 'ninja' and table_type in ('BASE
TABLE', 'SYSTEM VERSIONED') order by table_name)
In Connector.php line 65:
SQLSTATE[HY000] [2002] Connection refused
I've enable this in Docker settings as well but still connection refused :
Host access to custom networks:
The text was updated successfully, but these errors were encountered: