I started working on a new app, but there’s a problem. When I try to sign up, there’s this Action cannot be completed error again. It’s a custom signup form by the way.
Last time this happened I contacted support and they said it was because of a private component. However this time the app has no private components in it.
Can someone help? Or should I just contact support again?
In the app previewer / web, usually you can see the reason for this error in browser javascript console. In Chrome for Mac it is in View → Developer → Javascript console. Then in “errors” you will see the log and you may understand what’s causing this issue.