Login failes after update to 5.8.2

I am unable to log in due to this error:

Error :: to ‘minified:ac’ failed due to: Deserializing to ‘String’ failed due to: TypeError: true: type ‘bool’ is not a subtype of type ‘String’

Same error in Firefox as in Chrome.

NGINX hosted, php 8.1

I ran artisan optimize with no luck.

Now my billing is down. :frowning:

Get this error in the android app:

Error :: to ‘InvoiceEntity’ failed due to: Deserializing to ‘String’ failed due to: type ‘bool’ is not a subtype of type ‘String’ in type cast


Reverted to 5.8.0 and the issue is gone.

Hi,

@david do you have any ideas, has anything changed between those versions?

Deserializing to ‘minified:ac’ failed due to: Deserializing to ‘String’ failed due to: TypeError: true: type ‘bool’ is not a subtype of type ‘String’

^ i get this error after updating to v5.8.2-C147 just now

Page loads, but no content loading

We’re looking into this problem, as a workaround you may want to try using the React app instead by running this SQL command.

UPDATE accounts SET set_react_as_default_ap = 1;

I believe this line is the problem:

If you change it to the following it should fix the Flutter apps.

'partial_due_date' => $invoice->partial_due_date ?: '', 

Sorry for the trouble, this should be corrected in v5.8.3.

1 Like

I just updated and the login is fixed. Thanks

1 Like

When this will be pushed with docker updates?

There appears to be a 5.8.3 docker release.

1 Like

I am running the latest release, 5.8.9, and all is working perfectly! Thanks!

1 Like