Loging Error After Upgrade

After jumping from v81 to v85, I now have the following error(s) on the login UI:

Error :: ‘[language_id, 1, currency_id, 1, payment_terms, 30, valid_until, 30, md5, 2e7…’ to ‘minified:vn’ failed due to: Deserializing ‘30’ to ‘String’ failed due to: TypeError: 30: type ‘minified:a2M’ is not a subtype of type ‘String’

Is there a solution to should I back rev the system?

Appreciate your help in advance!

Hi,

Running this command should help:

php artisan ninja:type-check --all=true

Thanks very much @hillel! Appreciate the quick response as always as that indeed did the trick!

Have a great weekend.

1 Like