I am trying to register a new user using:
Backand.signup(firstName, lastName, username, password, password2);
but I get:
POST https://api.backand.com/1/user/signup 504 (GATEWAY_TIMEOUT)
When I check the logs (log> Server-side Exceptions), I notice this error:
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
I did not touch the "Create my application user" script.
Security and Authentication> Configuration> Public Application: Turned on and installed User. I also turned on and off anonymity and switched between ReadOnly and User in case of a permission problem.
It worked very well a few weeks ago, and several times I had to enter an entry in the Security and Auth> Registered User table, but I can not get it to create any new entries in my application’s desktop application or even work at all.
.