Hey all!!! So I am a complete noob for Appwrite. I tried it on my own, tried it with react, next js, I can get it working up to a point and then it doesnt work for me. I am trying to build my hackathon application and I am just having trouble. So I went to python, I put my app, I can get the login and sign up to work so far on its own but i need a backend database, for some reason mongodb is not working with the latest version :/ and I dont know about sql yet. So I want to use appwrite if i can. i dont mind sitting in a call for zoom or discord to show what is happening. But if anyone has any information on how to implement appwrite into python flask, I would be grateful!
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...