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

On the flutter simulation, how can I display a list of pdf files from appwrite?

Here is my task description: "Underneath the full prospectus pdf, allow for downloading any number of PDFs, so add to the Asset model an array field called Documents with each document having an id for the file and a name. Display them underneath…
0
votes
0 answers

Appwrite Error : A random curl error occured in appwrite fucntions

An internal curl error has occurred within the executor! Error Msg: Operation timed out It occures randmoly in any function. There is nothing you can do about it. Can someone please help me as it is very important for me
0
votes
1 answer

How to write the query function for checking duplicate registereD in Appwrite using Flutter

I'm a new intern at this small tech company that uses appwrite as a database for developing mobile applications using flutter. The task was to check if there are duplicate registration IDs in Appwrite database and, if there are, notify users that…
0
votes
2 answers

How can I move my appwrite image alongside all the projects to a seperate computer?

I am new to this whole containarization and backend as a services technologies. But I wanted to give appwrite a shot because it seemed very easy and well suited for a small project I am about to build. The only problem is I donot know that much…
samman adhikari
  • 571
  • 1
  • 7
  • 17
0
votes
2 answers

Appwrite Dart Runtime [Error] Message: An internal curl error has occurred within the executor! Error Msg: Operation timed out

I have appwrite dart function dart-2.17 hosted locally, when function is created using appwrite init function and immediately deploy & execute with out any changes appwrite deploy function it all works fine. But now when i do the following code it…
Panth
  • 35
  • 6
0
votes
1 answer

docker: Error response from daemon: invalid volume specification: '/var/run/docker.sock:/var/run/docker.sock' - Windows 10

I want to install Appwrite for Windows 10, I copied and pasted the CMD command in their installation docs but I keep getting: docker: Error response from daemon: invalid volume specification: '/var/run/docker.sock:/var/run/docker.sock' PS: I have…
0
votes
1 answer

Appwrite SMS verification not send

Dear appwrite community, I implemented a simple sms verification for my flutter app. When I want to send a verification sms via text-magic, the appwrite messaging worker log the following error. [notice] Starting work on (Job{v1-messaging} | ID:…
nb13
  • 13
  • 6
0
votes
2 answers

How to check if there is an active session or not in appwrite?

Like firebase we can check if there is an active session by FirebaseUser. How can we check on start of my MainActivity that if a user is logged in or not. I am working with java, i have not found any proper solution. Appwrite says to use get() but i…
0
votes
1 answer

Appwrite Invalid Roles when creating teams

I am getting an Invalid roles response when creating a team on appwrite with the node-appwrite package. Below is the code I'm using import Sdk, { Permission, Role } from 'node-appwrite' const client = new Sdk.Client() client …
Penny Codes
  • 182
  • 2
  • 10
0
votes
1 answer

Appwrite sms authentication connection times out

I want to enable phone authentication on my flutter app with appwrite. I followed the official guidelines, changed the .env variables of appwrite and used docker compose up -d to restart appwrite with the correct credentials. As SMS provider I am…
nb13
  • 13
  • 6
0
votes
1 answer

Not able to catch an error in the catch block javascript

I am using the web SDK to interact with the Appwrite GraphQL API for user login. However, I am encountering an issue where the API returns a 200 response and the following response., even when I enter an incorrect email or password. { "errors":…
r121
  • 2,478
  • 8
  • 25
  • 44
0
votes
1 answer

Appwrite Realtime subscription Flutter riverpod problem when unsubscribe to subscription

Appwrite realtime subscription dispose of (unsubscribe) issue with flutter_riverpod. By using this for a single document it is working. But the problem is when I am fetching multiple documents and subscribing to the doc When the page gets closed and…
monzim
  • 526
  • 2
  • 4
  • 13
0
votes
1 answer

Appwrite - CRA App template with DI, onion-architecture

I was tasked to implement software design of serverless PWA of crypto exchange platform which will receive payments from clients by using MetaMask (an Ethereum smart contract) and store withdrawal requests in an AppWrite collection. The main idea is…
0
votes
1 answer

Connect Appwrite auth with ASP.NET Core 7

I am trying to authenticate an Appwrite user with my ASP.NET Core 7 Web API. In the past, I used Firebase for this with which I was able to implement the function as following: private static void ConfigureFirebaseAuthentication(IServiceCollection…
0
votes
1 answer

cannot able to add my custom domain through the settings in appwrite console

I have installed the Appwrite on a docker container and when I try to add my custom domain from settings I get server error. Does anybody know what is going on or am i missing something here? i was able to see the logs and it says Unreachable CNAME…
Faisal M
  • 27
  • 1
  • 7
1 2 3
8 9