Hello,
The exception is: _TypeError (type 'Null' is not a subtype of type 'bool'
The user is created, but throw this exception. Why?
Any idea?
TL;DR
Developers are encountering a _TypeError exception stating that 'Null' is not a subtype of 'bool' while creating a user account. The user is successfully created despite the exception. This issue may be due to a mismatch in data types. Double-check the data being passed and ensure the correct types are used.