When im trying to create two attributes that points to the same collection im getting this error:
Creating more than one "manyToMany" relationship on the same collection is currently not permitted.
I found post when one user suggested to add two_way_key, but in my case it not worked.
But, on self-hosted I haven't have the same problem.
What can i do to make it work?
TL;DR
Developers are encountering an issue when attempting to create two attributes pointing to the same collection due to a restriction on multiple "manyToMany" relationships on one collection. While a suggestion to add a two_way_key did not solve the problem, the issue seems to vary between platforms. Consider exploring alternative strategies or reaching out to platform support for further assistance.