No data saving on new install "something went wrong" error message

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]

Hi,

Are the database credentials correct in the .env file?

tripled checked, even compared it to another invoice ninja install

Maybe the config is cached? You can try running php artisan config:clear

will any of these give an issue if they not enabled?
proc_open
exec
open_basedir
fpassthru

It’s possible, definitely when trying to update

ran the php artisan config:clear command and has not made a difference, when it logs out it also shows briefly a invalid token message

Do you see a difference with the desktop app?

so it looks like it is working via the desktop app, allowing me to save information but not via a web browser

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

There are two web apps, there are links to try both demos on invoiceninja.org

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

You can run this SQL query to activate

UPDATE accounts SET set_react_as_default_ap = 0

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?

@david can you please advise?