79676567

Date: 2025-06-23 17:39:40
Score: 1
Natty:
Report link

When you have a collection (users_preferences or libraries) with a relationship attribute pointing to users_profiles, creating a document in users_preferences or libraries might also be attempting to create a document in users_profiles implicitly, using the same ID.

Check your code where you're creating documents in users_preferences and libraries. Make sure youre providing the ID of an existing users_profiles document, rather than unintentionally triggering the creation of a new one.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When you have a
  • Low reputation (1):
Posted by: davegizmo