so the attribute you created was saves in the 65260d7469d689939db0 collection. that was a two way attribute so that's why saved was created in 65260d5d32d618e134c2. however, the creation of the saved attribute failed and that's why the saves attribute never finished processing
the reason why saves failed was because you currently cant have 2 many to many relationships on the same collections.
I see gotcha. Make sense. If it failed, how should that be resolved without breaking?
would you please create an issue for this?
the reason why saves failed was because you currently cant have 2 many to many relationships on the same collections.
Sure thing π
I see, creating multiple many to many relationship attributes is not yet supported?
Hey @Steven , should I create an issue for this as bug? or feature for multiple many to many relationships?
it makes sense to create an issue as a bug for now, that way we can escalate it asap internally to prevent future breaking, then we will figure out next steps from there <:appwritepeepo:1156523391789060137>
Hello @Tessa , here's the bug report. Please let me know if any adjustments are needed. https://github.com/appwrite/appwrite/issues/6887 Also, really appreciate the helpful clarification, thanks @Steven and @D5 π
I have escalated this in the engineering internal channel, thank you for posting this issue.
π Relationships is experimental and there are some known issues. Could be a bug, if you can raise an issue for us to investigate, that would be great.
would you please provide more detailed exact steps for "Reproduction steps" so that anyone without any knowledge can run those steps and reproduce the problem?
Hey @Steven absolutely, I can create a screen recording to reproduce it. Would that work?
@VincentGe, Gotcha! will do π
This would be amazing
Hi, it's me again. If I understand correctly, it's the naming of the junction collection restricts the creation of multiple relationships on the same collections?
Yes
(so it is a bug!)
Gotcha, maybe adding the attribute key in the name would make it unique?
Btw, trying to reproduced the issue. Will send the recording after.
@VincentGe @Steven here's the recording. π https://www.awesomescreenshot.com/video/21552043?key=c3c8dde9e73f0bc09a0fdc67499d2bfa
Would you please add it to the issue?
Sure. π
Hi @Tessa @Steven , we're just wondering if there's an estimated timeframe for resolving this bug. Knowing this would help us better plan and possibly enhance our current workaround. We would greatly appreciate your response. π
Not anytime soon
Recommended threads
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?