I need to upload profile picture from a app i am building for my project... How do i do it ? Till now i have done this much but it shows an error
This is my authContext.tsx
This is my profile.tsx
(NOBRIDGE) ERROR Profile image update failed: [AppwriteException: Network request failed]
This is the error i am talking of ... Please help me out
https://discord.com/channels/564160730845151244/1326476216386977792 Could you check this? And also can search with network request failed in the support search. There can be many things creating this error.
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...