In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and that too undefined doc id empty doc id even when saving a new doc its saving with empty doc id and if i enter doc id then its saving with doc id but still not shwn on ui only the one row is being shown
I can help! This sounds like: Frontend isn't looping through the documents properly - it's counting them but not rendering each one Doc IDs aren't being auto-generated when saving Quick question: Can you share your code for rendering the document list and the save function?
Yes and even if i create manually in console with doc id manually still same issue im facing
And i can see the front end its able to retrieve them with doc id
Thanks for clarifying! Since the data is being retrieved correctly with doc IDs, this is definitely a frontend rendering bug likely in how the component is mapping/displaying the array. This is a pretty straightforward fix once I see the rendering code. I'd be happy to hop on a quick call or take a look at your codebase directly to get this sorted for you fast. Would you be open to discussing this privately? I can help you fix this issue and also assist with any other features or improvements you need for your project. Let me know what works best for you!
Hello its fixed when updated new version How can i setup domains for functions in selfhosted
Recommended threads
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...
- I can't migrate my project from Appwrite...
I'm having an issue migrating my Appwrite project to a self-hosted instance. The problem is that I've exceeded my read rate limit (or database read limit), so I...