and try again
Make them different
i just updated the appwrite
now its working fine
im still getting the error
You've tried with 2 different names?
what im doing is having same relation with different attribute names.. is this why its failing?
i can confirm its the same issue
appwrite-worker-databases>Logs
[Job] (654294c7df0245.50787320) successfully run.
[Job] Received Job (6542950fdf5980.82210554).
Collection _37_26 already exists
[Job] (6542950fdf5980.82210554) successfully run.
same problem in appwrite cloud also
if we try to create another relation with the same collection.. it fails
What you've entered this time
it can be anything... it just fails when we create another relation with the same collection
Intereseting, Let's see what <:appwrite:1156975611466764298> Steven would say
there is already an issue https://github.com/appwrite/appwrite/issues/6281
@Steven can you help me with this? Where to set the variables https://github.com/appwrite/appwrite/issues/6281#issuecomment-1763763198
I want to create multiple two way relationships with same collections
you're doing many to many?
Yes
Many to many… two way relationship
this sin't the right issue then. there's another issue for many to many. in short, you can't. there's no workaround
Ohh what’s the alternative then? Create array of strings and store the ids?
i would create a collection with 2 string attributes
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- 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...