i was getting this error when iam updating my document
@Mosh Ontong could you please help me
Yeah sure, what is the error can you provide me a further information about that.
AppwriteException : Document with te requested ID could not be found
This was my error
I have used zustand to handle state
did you update your repo? If yes can you send it again here
Nope
I will
This is my repo I have not updated it yet
- Username and email (signup.js)
- Filename (Uploadcomp.js) 3.Color,side (Select.js)
- Table values (Showprice.js) But this are the inputs I want to store in database under one document id
This was my issue
Alright I will going to read your code and try in my side first
If I clicking any Select print type, it will trigger to create new document in appwrite? am i correct?
Firstly in signup.js I want to store username and email
Then select print type . Here updateDocumnet I think
I want to store this way
I need to sign up?
Yes
I dont need to upload a file?
This here username and email should be stored
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- 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 ...