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. 
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.
hillel
2
Hi,
@david do you have any ideas, has anything changed between those versions?
logfro
3
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
hillel
4
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;
hillel
5
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 ?: '',
hillel
6
Sorry for the trouble, this should be corrected in v5.8.3.
1 Like
m4rv1n
7
I just updated and the login is fixed. Thanks
1 Like
sdggq
8
When this will be pushed with docker updates?
hillel
9
There appears to be a 5.8.3 docker release.
1 Like
btafoya
10
I am running the latest release, 5.8.9, and all is working perfectly! Thanks!
1 Like