The signUpEnabled field used @session(required: NONE) which rejects authenticated users. Change it to OPTIONAL so the query works regardless of authentication state, fixing a crash on the sign-up page for already-logged-in users. Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>