mlusetti
11/01/2021, 5:01 PMScott P
11/01/2021, 6:25 PMGOTRUE_DISABLE_SIGNUP
is set to false if you want to allow signUp()
.
Without knowing what error you're getting back when trying to sign up, it's difficult to advise of a solution to the problem.mlusetti
11/01/2021, 6:27 PMScott P
11/01/2021, 6:29 PM{ data, error }
properties which you can console.log()
to see details.
Service-specific logs for auth, realtime, REST and storage are available via docker (e.g. using a tool like Portainer or Docker Desktop, or with docker logs
)mlusetti
11/01/2021, 6:45 PM