Hey I am developeing a full stack Blog app with the help of appwrite as a backend with Next.js. Now here is the thing, when i created a login/signup methods using appwrite it is giving me some errors which I am not able to detect, where is it coming from. Can someone help me with this?
I m also doing NextJs project with Appwrite and I m stuck in the proccess of the authentication for long time
Where's the code where you initialized account?
Please create a separate <#1072905050399191082> post
here you go sir!
we can talk in DM if you need some help from my side. I'm also stuck in auth part, let's see, If I can figure it out
What is your appwrite and SDK version?
It's generally best to keep conversation (especially support) in the server. That way, others can also see and benefit from it.
I solved it! Actually there was an error in initializing the account. Also the way I was passing environment variable. Now its fixed
It would probably be helpful if you could explain here what the issue was and what you did to solve it, to help anyone else who comes across this post in the future
If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...