Hi @dimitrie, @gjedlicska,
I’m having issues with some API requests to our company Speckle server (of RHDHV). This happens for a specific stream, other streams I tested seem to work fine. As an example, here are 3 basic requests, where the first two result in a GraphQL error, while the third one functions correctly.
The exact error message is as follows:
Failed to execute the GraphQL stream request. Errors: [{'message': 'The loader.load() function must be called with a value, but got: null.', 'locations': [{'line': 33, 'column': 13}], 'path': ['stream', 'branches', 'items', 1, 'commits', 'items', 0, 'authorName'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}, {'message': 'The loader.load() function must be called with a value, but got: null.', 'locations': [{'line': 33, 'column': 13}], 'path': ['stream', 'branches', 'items', 1, 'commits', 'items', 8, 'authorName'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}]
This seems to be happening server-side, but I don’t know what is happening exactly. I did notice that you released a new version of the speckle-server repo yesterday, which also seems to be deployed directly to our Speckle server (now at version 2.14.3). So probably this release has introduced a bug that results in above errors, but only for this specific stream (as far as we know now).
Could you look into this issue?