From 2d45b707e6d7a4f523ef7d4547b86263928b7a12 Mon Sep 17 00:00:00 2001 From: Meglali20 <56823121+Meglali20@users.noreply.github.com> Date: Tue, 17 Aug 2021 14:27:06 +0100 Subject: [PATCH] Fail test for Login or Signup when LiveQuery server is set to watch for class _Session you will get the following error and won't be able to login or sign up error: Uncaught internal server error. Cannot modify readonly attribute: sessionToken --- spec/helper.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/helper.js b/spec/helper.js index 49de5c453f..5c9f0294c7 100644 --- a/spec/helper.js +++ b/spec/helper.js @@ -104,6 +104,8 @@ const defaultConfiguration = { enableForAnonymousUser: true, enableForAuthenticatedUser: true, }, + liveQuery: { classNames: ["_Session"] }, + startLiveQueryServer: true, push: { android: { senderId: 'yolo',