hello i was trying to get my application into the registration process, during tests i got this error and i don't understand what this error means
What endpoint are you calling to recieve this, and what request content are you passing? Without being able to understand what's being called etc its difficult to figure out where the issue lies. Things like the status code returned etc would help too
What's the code throwing this error?
before sending it, do you guys read it by sourcebin or i just copy paste?
ok i will just send it in sourcebin
the appwrite
If it's not that long, you can send here the code directly.
Put it between 3 back ticks in order to make it appear formatted.
Additionally you can specify the language in order to make discord highlight the sintax:
Here your code
(And add here another 3 back ticks like in the start to close the code)
Looks like you're not specifying a project ID?
Or you have censored it?
censored
should i share it?
I think that the .setPlatform line is not needed
Not needed for now
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...