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'
Are you self hosting or using Appwrite cloud?
cloud
Can you provide a stack trace?
this is the debug error and the stacktrace
by the type of error I'm assuming there's a null value on a non-nullable field
it throws when I call await ServidorAppwrite.instance.account.get();
appwrite's response is sending me a 12 length map, while the User entity has 15 required fields plus 3 nullable ones
Weird...can you share your project id and the user id?
So it's probably failing on the mfa attribute
user id -> "631025be29f0629b2753" project ID -> rapido-coletas
we didn't have that enabled
It should still be sent as false
should I update my server's appwrite?
Server? What are you talking about? You said you're using Appwrite cloud 👀
I think we have the framework on a cloud server, running in a container
didn't build the backend to be honest
Can you share a screenshot of the appwrite console?
any command in specific?
The Appwrite Console. The website to manage your Appwrite projects. You open it in a browser
What's your Appwrite endpoint?
Recommended threads
- TLS provisioning failure for custom doma...
Hi Appwrite team, we’re using Appwrite Sites and TLS provisioning for our custom domain fails. Domain: somnara.app Error: Failed to create TLS subscription –...
- Functions Problem
Whenever I run my AI Generate through Appwrite Functions, I am getting this Call Stack AIService.generateServer (src\services\ai\gemini.ts) next (<native>) ...
- Frequent 500 Internal Server Errors - Pr...
PROJECT ID: 6951f2xxxxx1ee9e750a REGION: Singapore (sgp.cloud.appwrite.io) PLAN: Pro Our production application experiences **500 Internal Server Errors** mult...