Questions tagged [appwrite]

Secure Open-Source Backend Server for Web, Mobile & Flutter Developers Appwrite is a self-hosted backend-as-a-service platform that provides developers with all the core APIs required to build any application. https://appwrite.io/

Secure Open-Source Backend Server for Web, Mobile & Flutter Developers Appwrite is a self-hosted backend-as-a-service platform that provides developers with all the core APIs required to build any application. https://appwrite.io/

130 questions
0
votes
1 answer

Appwrite puppeteer : no executable was found

I managed to pass the chromium download with a modification of the environment variables, but when I run my function, I need to access the following binary (/usr/bin/chromium-browser). and I get an error telling me that: no executable was…
MaxBrt18
  • 63
  • 1
  • 9
0
votes
1 answer

appwrite RealTime query with Query.equal(attribute, value) as Databases, is it possible?

I want to make an AppWrite RealTime subscription with parameters, for example Query.equal (attribute, value), as it is possible to make a request in Databases final databases = Databases (client); final documents = await databases.listDocuments(…
Andrey253
  • 1
  • 2
0
votes
1 answer

Can't get realtime callback on flutter via appwrite

I am using appwrite for my backend project. and for the getx state manager. So far, everything is fine with me except for realtime. Please explain how the real-time application recording mechanism works. I have seen many video tutorials and read…
0
votes
1 answer

Appwrite phonenumber password login

I am new to app development but wanted to start with flutter and appwrite. I want to build an app with Appwrite and Flutter. This app should have a restricted area were only registered users should have access. I want to use a modified…
nb13
  • 13
  • 6
0
votes
1 answer

Getting an error of Invalid Origin in Appwrite Initial Signup | Docker

I have made an Appwrite container in GitHub code space. Please note that Appwrite is not in localhost, it is deployed in GitHub Code space. And I want to access it globally. I want a solution of this problem.
0
votes
1 answer

Appwrite - Cannot read properties of undefined (reading 'endpoint')

i'm making a project with Appwrite and i have a problem regarding SKD´s. When use a client-side SDK to use the functions of Appwrite Teams it works perfectly, like this: import { Client, Teams } from "appwrite"; const client = new Client(); client …
Miguelii
  • 27
  • 7
0
votes
1 answer

Appwrite function build fails to install dependencies even as I specifically define them

I have been trying to upload a function that allows me to turn a CSV into a JSON file. The code works but when I try to deploy it to my instance of Appwrite, the build fails. Here is my function: from appwrite.client import Client from…
0
votes
1 answer

How To Upload and access a Photo through appwrite

its a bit confusing to upload a photo and access it from appwrite storage, I have created photo buckets in the app and I have copied the code of the preview image from the console and pasted in vscode to run, but as I'm very new to this I couldn't…
0
votes
1 answer

Events disappear after deploying the cloud function in [appwrite console]

I have created a database on appwrite console to which I have added a function and gave data base id and collection id in the Events section in the bottom, after I have deployed it on the vs code the collection id and database id disappear from the…
0
votes
1 answer

Attempting to hydrate existing `runtime-core.esm-bundler.js` markup error in Nuxt 3

I am currently working on a simple app to store workout routines in Nuxt 3 and Appwrite. The link to the source code is here. Whenever I try to navigate to the /login or /signup route by clicking the links in the navbar, on the first click the page…
Eshaan Aggarwal
  • 129
  • 1
  • 11
0
votes
1 answer

Appwrite with Nginx

I installed Appwrite on an debian-server. The https-port for Appwrite is 444 (443 was already used). Nginx redirects my subdomain to this port. I have a custom SSL-certificate which is working for this domain and subdomains. I can open the appwrite…
Tilman
  • 3
  • 2
0
votes
1 answer

Textfield value getting cleared on closing keyboard in Flutter

I am working on an Appwrite project for a Netflix clone. In the Signin screen, after I enter the email and password in their respective TextFields, upon closing the keyboard, the content of the email TextField gets cleared. Gif below for…
Ayan Dasgupta
  • 304
  • 1
  • 4
  • 11
0
votes
1 answer

"On web `bytes` is required" exception thrown by image_picker plugin on Flutter web

My app is using the image_picker plugin to let the user upload a profile picture from his phone and on Android everything works as expected. The problem is that when I try to run the same code on web, it throws me the following error: Error:…
0
votes
1 answer

Manage Images on appwrite - Flutter

How can I maintain images based on its contents on AppWrite? its identical to firebase but it has no option to create folders or bucket from the app. So all images will be inside a single bucket. I will have access to file name and unique id For…
Sajeeb Shahriar
  • 102
  • 1
  • 8
0
votes
0 answers

Nuxt 3: useAsyncData with Plugins returns data as null | implementing Nuxt 3 runtimeConfig

Here is my code import { Appwrite, Query } from "appwrite"; export default defineNuxtPlugin((nuxtApp) => { return { provide: { api: () => { const api = new Appwrite(); api …
Whyte
  • 33
  • 6
1 2 3
8 9