Rank 1: Thread
I've updated from 8.3.0 to 12.0.4 and my login is broken with only this message:
TypeError: null: type 'Null' is not a subtype of type 'bool'
Votes
0
Replies
20
Participants
Unknown
Messages
21
Rank 1: Thread
I've updated from 8.3.0 to 12.0.4 and my login is broken with only this message:
TypeError: null: type 'Null' is not a subtype of type 'bool'
Admin
Are you self hosting or using Appwrite cloud?
Rank 1: Thread
cloud
Admin
Can you provide a stack trace?
Rank 1: Thread
this is the debug error and the stacktrace
Rank 1: Thread
by the type of error I'm assuming there's a null value on a non-nullable field
Rank 1: Thread
it throws when I call await ServidorAppwrite.instance.account.get();
Rank 1: Thread
appwrite's response is sending me a 12 length map, while the User entity has 15 required fields plus 3 nullable ones
Admin
Weird...can you share your project id and the user id?
Admin
So it's probably failing on the mfa attribute
Rank 1: Thread
user id -> "631025be29f0629b2753"
project ID -> rapido-coletas
Rank 1: Thread
we didn't have that enabled
Admin
It should still be sent as false
Rank 1: Thread
should I update my server's appwrite?
Admin
Server? What are you talking about? You said you're using Appwrite cloud 👀
Rank 1: Thread
I think we have the framework on a cloud server, running in a container
Rank 1: Thread
didn't build the backend to be honest
Admin
Can you share a screenshot of the appwrite console?
Rank 1: Thread
any command in specific?
Admin
The Appwrite Console. The website to manage your Appwrite projects. You open it in a browser
Admin
What's your Appwrite endpoint?