-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Screen if the connected entities screen is open for too long #60
Comments
@twcallaghan I was trying to reproduce this bug buy couldn't. It seems the refresh rate setting is sending a request to refresh the map, I had mine set for 30 sec refresh and I continually get the refresh to succeed. Curious, how long are you leaving a map open for this error to occur?
|
@jpvajda I would have had to leave the window open for at least over an hour. I mean a long time like I leave the tab in the background for quite a while. |
@twcallaghan it's quite possible our NR SSO provider has a logout for inactivity that invalidates all sessions. I can ask around to confirm. |
@twcallaghan do you happen to know which Identity Provider you use? https://docs.newrelic.com/docs/accounts/accounts/saml-single-sign/saml-service-providers/ |
@jpvajda My bad for taking so long to respond! Midterms have been killing me! Microsoft SSO is what the org I am with uses for everything. |
@twcallaghan Thanks! I've reached out a team internally that may be able to answer this question, I'll let you know what I hear back. |
@twcallaghan here is the response: "we do enforce a idle timeout as well as a max session duration. This is something that should be configurable on the account in the session settings. Note that for SSO the max session duration we allow is 30 days. The idle timeout can be up to that max duration." So an admin of New Relic can check your org's SSO settings, where you should be able to configure this setting. |
@jpvajda Thanks for looking into this for me! I figured this is what must be causing it, but I just double checked and we have our settings for SSO enabled so that they should never timeout. Here is a screenshot of the settings we have for all accounts at our org: So, theoretically it isn't that, and I know it isn't the VPN disconnecting because I have had a stable VPN connection from opening to having the tab get the error shown. Any other ideas? Thanks! |
@twcallaghan Ok thanks for sharing this info, at this point it seems like an app bug, so I'll put this back in |
@jpvajda Thanks! I am moving on from my current employment in a couple of weeks so I will make sure to pass this bug onto those on my team. |
@twcallaghan Thanks for kind words. Good luck on your next job! |
When you click on "view connected entities" and then leave that screen open in a tab in the foreground or background, if it is left open for too long then it gives an error screen as seen below.
![image-2021-03-02-12-10-32-888-FINAL](https://user-images.githubusercontent.com/23635947/110345738-e5dec480-7ffc-11eb-9b90-b92995a7135a.png)
In the error box it says "TypeError: Cannot read property 'filter' of undefined"
I redacted much of the screenshot due to security concerns as this is from an observability map used with the organization I am working at.
Steps to Reproduce
It seems like this happens from just keeping the observability maps open. Open up the "connected entities" of a node and then leave it there for an extended period of time.
Expected Behaviour
It should keep the connected entities open with the observability map to the left. There should be no reason that there should be an error as it is just viewing connected entities. The connections aren't changing in the backend either.
Relevant Logs / Console output
In the error box: "TypeError: Cannot read property 'filter' of undefined"
Your Environment
The text was updated successfully, but these errors were encountered: