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
Summary
Issue: Console isn't showing documents
Potential causes:
1. Frontend not properly looping through documents for rendering
2. Document IDs not auto-generated when saving
Summary:
The frontend is not rendering documents properly, likely due to a bug in how the component is handling the document array.
Solution:
Update to the new version where the issue is fixed. For setting up domains for functions in self-hosted, further assistance may be required.
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?
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!