How can I change the error message when someone has been blocked or there is a error
All endpoints of account.php
that throws an exceptions are being used only in Ajax requests.
But with OAuth2 like other errors you'll always get the error like so.
@Binyamin I really appreciate your dedication btw you answer multiple support tickets at the same time. Thats crazy P
Ah alright
Again, You can customize that file in https://github.com/appwrite/appwrite/blob/master/app/views/general/error.phtml
But that will be painfull
Yeah, then i'll just stick with this for now
👍
[CLOSED] change login errors
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...