hello, I recently updated to v0.8.40 . The problem...
# troubleshoot
a
hello, I recently updated to v0.8.40 . The problem that I am facing is that I can't create new groups and I can't add new users in existing groups. I am getting a message that the group was created and the graphql in the developer's tools responds 200. This is what I am getting:
Copy code
{data: {createGroup: "urn:li:corpGroup:4404d005-a2f6-491f-8b4d-931c7063ea0a"}, extensions: {}}
data: {createGroup: "urn:li:corpGroup:4404d005-a2f6-491f-8b4d-931c7063ea0a"}
createGroup: "urn:li:corpGroup:4404d005-a2f6-491f-8b4d-931c7063ea0a"
extensions: {}
Any ideas?
b
hey yianni! are you performing these actions through the UI? It looks like you're getting a successful response. Are you just not seeing the new group you created in the UI? If so, can you check your document store (mysql or whatever you use) and check to see if a group with that urn above (
urn:li:corpGroup:4404d005-a2f6-491f-8b4d-931c7063ea0a
) exists?
if it does exist, can you check elasticsearch to see if you have any error logs or anything amiss there?
a
@bulky-soccer-26729 thanks