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

Error exceuting Appwrite function from the client

I'm running into problems while trying to execute my first Appwrite Cloud function from the client. The function should create a new database with the same ID and team name as the team that was just created: Error: An internal curl error has…
Brad Stewart
  • 333
  • 2
  • 15
0
votes
0 answers

Namespace '"appwrite"' has no exported member 'Team'.ts(2694)

I am creating a whatsapp clone using vue and appwrite as Baas but while doing I encountered with the error "Namespace '"appwrite"' has no exported member 'Team'.ts(2694)".