From 4c808e135b6fcf669401f0d519bc0c426b596ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 10 Apr 2019 15:20:43 +0200 Subject: [PATCH] Fix 400 error cc @mattwr18 What helped me to track down the problem was to compare the local changes to master: First, make it easy to compare with master: 1. `git fetch origin` 2. `git merge origin/master` 3. Resolve conflicts Then track the error down: 1. `git checkout origin/master -- .` 2. `git reset` 3. Add more and more changes back and wait until the error shows up - `git checkout backend` - `git checkout webapp` bingo See https://github.com/Human-Connection/Human-Connection/pull/237#issuecomment-481485741 --- webapp/store/auth.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp/store/auth.js b/webapp/store/auth.js index 2f99b7fd5..7b7fd2601 100644 --- a/webapp/store/auth.js +++ b/webapp/store/auth.js @@ -83,7 +83,10 @@ export const actions = { role about locationName - socialMedia + socialMedia { + id + url + } } }`) })