217 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
55
views
Appwrite new listRows() is returning empty array even with permissions granted in appwrite web interface
I'm working in index.tsx. The response variable is returning:
{ rows: [], "total" : 0 }
However, when I use getRow() with a specific id, it returns the expected data.
The expected response ...
0
votes
0
answers
67
views
Error seeding data: [AppwriteException: Invalid document structure: Missing required attribute "image"]
Working on a react native app and having issues with the Appwrite database.
here is the error:
ERROR Error seeding data: [AppwriteException: Invalid document structure: Missing required attribute &...
1
vote
0
answers
68
views
Facebook OAuth with Appwrite Cloud fails: "Something went wrong" after login redirect
I’m integrating Facebook login in my Flutter app using Appwrite Cloud. Google OAuth works fine, but I’m stuck with Facebook.
Here’s what happens:
When I log in with Facebook, the popup opens, I click ...
0
votes
0
answers
94
views
Authentication logic isn't working due to new updates in the appwrite database and auth methods
I'm building a react based admin dashboard.
Note: The setup between google auth api and the appwrite auth has been done correctly and the appwrite project has been connected with my local project ...
0
votes
0
answers
145
views
Appwrite OAuth with Flutter (Google login) keep failing on mobile
I’m trying to setup Google login with Appwrite on my Flutter app (Android).
The problem is two different cases:
If I don’t add success and failure urls in createOAuth2Session, it open the google ...
1
vote
1
answer
76
views
Ambiguous method call when using Appwrite's Client.setEndpoint
I created project on appwrite and to connect it with my project I added dependency to my gradle file : implementation 'io.appwrite:sdk-for-android:8.0.0' and in Java
import android.content.Context;
...
0
votes
1
answer
115
views
Always getting `Document with the requested ID already exists.' in Appwrite
I'm getting a persistent "Document with the requested ID already exists" error when trying to create documents in my users_profiles collection, even though:
No duplicate document IDs exist -...
1
vote
0
answers
66
views
Appwrite Datetime Fields Display as "N/A" in Collection List but Show Correctly in Document Details
I'm encountering an issue with Appwrite's database collections. I've defined a datetime attribute in my collection schema and populated it using the Appwrite SDK. While the individual document details ...
4
votes
1
answer
437
views
Expo53 Upgrade Turbomodules with Appwrite Issue
I have an app with React Native and Expo. I would like to continue developing with expo go, however since the new architecture is always enabled in expo go and hence the turbomodules are also always ...
0
votes
0
answers
78
views
A full logout for users logged in via Appwrite's integrated Google OAuth provider
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use Appwrite's createOAuth2Token() to login to their account. And I use createSession() to ...
0
votes
1
answer
234
views
Duplicate Notifications with Appwrite and FCM on Flutter
Description
I'm using an Appwrite function triggered by a cron job to schedule daily notifications via FCM. While notifications are sent at the correct time, I'm occasionally receiving duplicate ...
-1
votes
1
answer
68
views
Showing error invalid url in terminal while connecting database through appwrite
Error TypeError: Invalid URL
at new URL (node:internal/url:796:36)
at Account.create (webpack-internal:///(action-browser)/./node_modules/node-appwrite/dist/services/account.mjs:71:17)
at $...
0
votes
1
answer
165
views
Response was blocked by CORB (Cross-Origin Read Blocking) : Appwrite + React
I am using appwrite as backend for a blog website. In it I am storing images and fetching them using their id to display.
However the browser is showing CORS restriction due to which image is not ...
-1
votes
1
answer
46
views
Audio upload error: TypeError: Cannot read properties of undefined (reading 'pipe')
Well im working on a music distrubute panel for a customer, the music upload file won't work and gives error.
Audio upload error: TypeError: Cannot read properties of undefined (reading 'pipe')
at ...
0
votes
1
answer
24
views
Appwrite db connection issue to register a patient
An error occurred while creating a new patient: AppwriteException: Missing required parameter: "databaseId"
at createDocument (lib\actions\patient.actions.ts:59:36)
I keep getting this error ...