我正在尝试使用以下方法注册新用户:
Backand.signup(firstName, lastName, username, password, password2);
但我最终得到:
POST https://api.backand.com/1/user/signup 504 (GATEWAY_TIMEOUT)
当我检查日志(日志 > 服务器端异常)时,我注意到这个错误:
An unexpected signup exception occured The following action:
"Create My App User" failed to perform: The operation has timed out
The operation has timed out Exception has been thrown by the target
of an invocation. The operation has timed out
我还没有触及“创建我的应用程序用户”脚本。
安全和身份验证 > 配置 > 公共应用程序:打开并设置为用户。如果出现权限问题,我还打开和关闭了匿名,并在 ReadOnly 和 User 之间切换。
几周前它工作得很好,有几次我能够进入 Security & Auth > Registered User 表,但我无法让它在我的应用程序的用户表中创建任何新条目,甚至现在工作。
任何帮助,将不胜感激。