HELP! Cannot click specific property to update collection!

Hi, I’m making an app based on the chat template.
There is an issue which I’ve gotten stuck for last three days or more…
That would be great if anybody gives me any ideas to solve this issue.

What I’d like to do is…
1, Login user clicks “send message” on current user’s profile page
2, Create “conversation” collection
3, Update “conversation” collection, add “current user” to “member” property
4, Update “conversation” collection, add “login user” to “member” property

What happened is…
1, Login user clicks “send message” on current user’s profile page
2, Create “conversation” collection
3, Update “conversation” collection, can’t click “member” property, only appears the “Page unresponsive” modal window instead almost every time

Other components that need to update “conversation” collection’s “member” property similar to “send message” don’t work correctly too, can’t click “member” property.
Other collection except “conversation” work properly.

Do you think there are any problems with the “conversation” collection?

That would be great if you comment any of your ideas!
Thank you in advance!!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.