Hi I tried to create a chat app by replicating the default chat app. I already made sure all databases, app pages, and config settings same as the original. However, I’m facing the error as shown below:
Now unable to proceed to moving on to the next page, “start chatting with XXX”.
oh looks like #4 just hit my case. I thought I already deleted all other existing accounts…is this un-reversable to delete? I only have 2 accounts test1 and test2 in use. Yes, I am on a free account.
I think the Plan is not a problem because Adalo made a update that Free Plan can have now 200 records!
Just for test! Delete all the conversations in the conversations collection and all the messages in the messages collection and try again!
And is it possible to add some screenshots of your actions that are attached to the list? Showing the setup and the preview with a video will be also great to troubleshoot!
Really?
I’m pretty sure I used to have 200 a few months ago but noticed a few weeks back that it was lowered to 50
I also have the same issue with unable to complete action when trying to update the user profile. This used to work and I have made no changes to the DB permissions for my app. Also tried removing all records to make sure I’m not hitting the limit.
Yes, it’s when trying to change the password for the logged in user.
I’m not using the standard input form for updating the user profile. I tried that but that didn’t work so I’ve created an input text field and when the user click on the Update button there’s a click action that will update the logged in user’s password with the value from the input field.