Teams Issue on Group Members detail

8 views
Skip to first unread message

Domingos Gonçalves

unread,
May 30, 2019, 8:09:49 AM5/30/19
to OpenConext Community
Hello,

We detected an issue on Teams when we filter the members on a Group and pass the mouse over the STATUS column of a member to see the details. At the same time we should have one or more pending invites for this group.

The conditions for the error are:
  1. perform a search at "Filter members" with a name of a person already member of the Group. Filtering a person in pending invite didn't originate the error.
  2. having a pending invite on the members list
  3. rollover the mouse over a STATUS column of a "member"
You can find a little video attach (Teams-issue.wmv) showing the error moment.

The error message on Teams log:

2019-05-30 12:17:18,723 ERROR [http-nio-9197-exec-9] teams.api.UserController:67 - {"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0","message":"Error: Minified React error #44; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=44 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.","url":"https://teams.dev.rctsaai.pt/application-116e355f7eeb47549d24.js?116e355f7eeb47549d24","line":1,"col":199428,"error":"Minified React error #44; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=44 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.","stack":"e.exports@https://teams.dev.rctsaai.pt/application-116e355f7eeb47549d24.js?116e355f7eeb47549d24:1:199428\ne.exports@https://teams.dev.rctsaai.pt/application-116e355f7eeb47549d24.js?116e355f7eeb47549d24:1:320886\nvalue@https://teams.dev.rctsaai.pt/application-116e355f7eeb47549d24.js?116e355f7eeb47549d24:1:440130\n","dateTime":"02019-17-30 12:17:18","machine":"engine.dev.rctsaai.pt","user":{"password":null,"username":"Domingos Gonçalves","authorities":[{"authority":"ROLE_ADMIN"},{"authority":"ROLE_USER"}],"accountNonExpired":true,"accountNonLocked":true,"credentialsNonExpired":true,"enabled":true,"config":{"sponsor":"SURFnet","supportEmail":"suporte at rctsaai.pt","helpTosNl":"https://example.org","helpLinkNl":"https://example.org","supportedLanguageCodes":"pt,en,nl","helpLinkPt":"https://fccn.pt","helpTosEn":"https://example.org","organization":"RCTSaai","mainLink":"https://www.openconext.org","helpTosPt":"https://fccn.pt","helpLinkEn":"https://example.org"},"groupNameContext":"urn:collab:group:dev.rctsaai.pt:","productName":"Grupos RCTSaai","person":{"id":3,"urn":"urn:collab:person:fccn.pt:dgoncalves","name":"Domingos Gonçalves","email":"domingos.goncalves at fccn.pt","created":1533141225.000000000,"lastLoginDate":1559214696.296000000,"guest":false},"externalTeams":[],"featureToggles":{"PERSON_EMAIL_PICKER":false,"EXPIRY_DATE_MEMBERSHIP":false},"urn":"urn:collab:person:fccn.pt:dgoncalves"}}
java
.lang.IllegalArgumentException: {"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0","message":"Error: Minified React error #44; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=44 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.","url":"https://teams.dev.rctsaai.pt/application-116e355f7eeb47549d24.js?116e355f7eeb47549d24","line":1,"col":199428,"error":"Minified React error #44; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=44 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.","stack":"e.exports@https://teams.dev.rctsaai.pt/application-116e355f7eeb47549d24.js?116e355f7eeb47549d24:1:199428\ne.exports@https://teams.dev.rctsaai.pt/application-116e355f7eeb47549d24.js?116e355f7eeb47549d24:1:320886\nvalue@https://teams.dev.rctsaai.pt/application-116e355f7eeb47549d24.js?116e355f7eeb47549d24:1:440130\n","dateTime":"02019-17-30 12:17:18","machine":"engine.dev.rctsaai.pt","user":{"password":null,"username":"Domingos Gonçalves","authorities":[{"authority":"ROLE_ADMIN"},{"authority":"ROLE_USER"}],"accountNonExpired":true,"accountNonLocked":true,"credentialsNonExpired":true,"enabled":true,"config":{"sponsor":"SURFnet","supportEmail":"suporte at rctsaai.pt","helpTosNl":"https://example.org","helpLinkNl":"https://example.org","supportedLanguageCodes":"pt,en,nl","helpLinkPt":"https://fccn.pt","helpTosEn":"https://example.org","organization":"RCTSaai","mainLink":"https://www.openconext.org","helpTosPt":"https://fccn.pt","helpLinkEn":"https://example.org"},"groupNameContext":"urn:collab:group:dev.rctsaai.pt:","productName":"Grupos RCTSaai","person":{"id":3,"urn":"urn:collab:person:fccn.pt:dgoncalves","name":"Domingos Gonçalves","email":"domingos.goncalves at fccn.pt","created":1533141225.000000000,"lastLoginDate":1559214696.296000000,"guest":false},"externalTeams":[],"featureToggles":{"PERSON_EMAIL_PICKER":false,"EXPIRY_DATE_MEMBERSHIP":false},"urn":"urn:collab:person:fccn.pt:dgoncalves"}}
        at teams
.api.UserController.error(UserController.java:67)
        at sun
.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun
.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun
.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java
.lang.reflect.Method.invoke(Method.java:498)
        at org
.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
        at org
.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)
        at org
.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)
        at org
.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:849)
        at org
.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:760)
        at org
.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
        at org
.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)


Regards


Teams-issue.wmv

Okke Harsta

unread,
May 30, 2019, 9:05:31 AM5/30/19
to openc...@googlegroups.com
Hi,

Just upgraded teams to react version 16.8.6 and it looks that did the trick. Could you confirm? I have tagged it with 8.0.3 and this is the commit:  https://github.com/OpenConext/OpenConext-Teams-NG/commit/c86683d7d348f658acc323bc07c5bf8267ac83d4

Thanks,
Okke

--
OpenConext - Open For Collaboration
---
You received this message because you are subscribed to the Google Groups "OpenConext Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openconext+...@googlegroups.com.
To post to this group, send email to openc...@googlegroups.com.
Visit this group at https://groups.google.com/group/openconext.
To view this discussion on the web visit https://groups.google.com/d/msgid/openconext/a31fa93b-bc84-48dd-ac90-8fda5c258d78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<Teams-issue.wmv>

Reply all
Reply to author
Forward
0 new messages