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
0 answers

Invalid character when displaying Image in base64 string from express server to flutter

I'm trying to send image data from my nodejs express server to flutter. I receive the image data as a buffer from another server Appwrite and decode it to base64 string then send the string which upon receiving it on my flutter app, i try to decode…
Edijae Crusar
  • 3,473
  • 3
  • 37
  • 74
0
votes
2 answers

Appwrite with Flutter [Connection refused]

I just tried appwrite platform for Flutter, but this happened after any request I tried. The server is initialized at http://localhost:300 (or https://localhost:301), endpoint = http://localhost:300/v1 static Future init() async { _client =…
byjtew
  • 13
  • 6
0
votes
2 answers

Appwrite error: Inavlid Origin. Register your new client () as a new Web platform on your project console

I'm using appwrite/install to install my appwrite instance. During the installation I enter localhost for host, 8004 for HTTP and 8005 for HTTPS and my domain for CNAME. docker run -it --rm --volume /var/run/docker.sock:/var/run/docker.sock …
Tobias Marschall
  • 2,355
  • 3
  • 22
  • 40
-1
votes
1 answer

Unable to update user password using Appwrite PHP SDK

I am using the Appwrite PHP SDK to update a user's password, but I'm facing difficulties with the process. Here's the code I'm using:
-1
votes
1 answer

Failed lookup 'hostname' ios simulator

I'm building a Flutter app that uses Appwrite as a backend server, but I'm running into a 'Failed host lookup' error when trying to authenticate a user. The Appwrite server is running fine on Docker, and I've checked that my network settings are…
-1
votes
1 answer

Appwrite authentication - "createJWT is not a function" error

I am trying to build a Node.js server-side signup function for user authentication. The data for the user is being sent via "req.body" and the authentication database is provided by Appwrite. The signup function should: Create a user with the…
Nave Achia
  • 67
  • 4
-1
votes
1 answer

Verify email on appwrite (my docker container) without mobile

var result = await account.createVerification (url:'http://192.168.20.49:81/v1/account/verfication' ); sends a link to the…
Andrey253
  • 1
  • 2
-1
votes
1 answer

Failed to open stream: No such file or directory in /usr/src/code/app/tasks/install.php on line 203 Failed to save Docker Compose file

I am getting this error, while trying to install the appwrite locally in my windows system Error: Warning: file_put_contents(/usr/src/code/appwrite/docker-compose.yml): Failed to open stream: No such file or directory in…
ngTouthang
  • 61
  • 1
  • 10
-1
votes
1 answer

Json Response get single fields (Appwrite)

Currently I'm using Appwrite (a self hosted db). When I want to read data with this code: Future result = database.listDocuments(collectionId: "60be22axxxxxx"); result.then((response) { print(response); …
stonith404
  • 321
  • 2
  • 10
1 2 3
8
9