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
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...