You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a double float field in your schema with a value of Number.INFINITY mongohub throws an error when you try to view the json.
Example: (scale is the field we're interested in here)
Double clicking on this:
creates this:
When I change the value to anything else numerically valid the error disappears. Haven't tried it with negative infinity yet, but I assume the same occurs.