Doing a new install of invoice ninja v5.12.8, but when I login for the first time it prompts me to create a business name and when i try saving this it does not save but instead says “something went wrong” and logs me back to the login screen. When trying to add info to the company details section it does the same thing.
this is the only error info i get back from the log.
[2025-07-09 08:25:05] production.ERROR: SQLSTATE[HY000] [1045] Access denied for user ‘forge’@‘127.0.0.1’ (using password: NO) (Connection: mysql, SQL: update accounts set is_scheduler_running = 1, accounts.updated_at = 2025-07-09 08:25:05.009359 where id is not null) {“exception”:"[object] (Illuminate\Database\QueryException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user ‘forge’@‘127.0.0.1’ (using password: NO) (Connection: mysql, SQL: update accounts set is_scheduler_running = 1, accounts.updated_at = 2025-07-09 08:25:05.009359 where id is not null) at /home/hostnumber/domains/domainname.co.uk/public_html/app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:825)
[stacktrace]
so im running another invoice ninja install on the same hosting provider which works but what I have noticed is that their interfaces look different, the one that works has colour in the inferface where but the one im trying to access has no colour
so it looks like the install im doing is for the react version which is giving me issues with saving, do you have a download link for the flutter version as this version is working on my other install
ok ran the SQL and the flutter version is working and saving information, just to confirm i see there are react settings within the .env REACT_URL=https://localhost:3001 does this need to be update with server info for the react to work correctly?