Public issue details not loading when signed out
Noticed on .com when visiting a public issue, public issue details fail to load because the GraphQL queries include a parameter that requires authentication.
From the console, I'm seeing this error:
...
GraphQL execution errors for query 'issuable' instrument.js:109:45
Object { message: "User must be authenticated to include the `search` argument.", locations: (1) […], path: (2) […] }
instrument.js:109:45
GraphQL execution errors for query 'issuable' instrument.js:109:45
Object { message: "User must be authenticated to include the `search` argument.", locations: (1) […], path: (2) […] }
instrument.js:109:45
GraphQL execution errors for query 'parentIssue' instrument.js:109:45
Object { message: "User must be authenticated to include the `search` argument.", locations: (1) […], path: (2) […] }
instrument.js:109:45
GraphQL execution errors for query 'parentIssue' instrument.js:109:45
Object { message: "User must be authenticated to include the `search` argument.", locations: (1) […], path: (2) […] }
instrument.js:109:45
GraphQL execution errors for query 'issuableTimeTracking' instrument.js:109:45
Object { message: "User must be authenticated to include the `search` argument.", locations: (1) […], path: (2) […] }
instrument.js:109:45
GraphQL execution errors for query 'issuableTimeTracking'
...
