speckleworks / SpeckleCore

Check a brand new Speckle at: https://github.com/specklesystems
https://speckle.systems
MIT License
38 stars 17 forks source link

Weird behaviour with StreamsGetAll #95

Open tsvilans opened 5 years ago

tsvilans commented 5 years ago

Step 0:

Getting all streams for a user should be GET <server>/streams.

Actual Behaviour

This fails with a 400 response ("Something went wrong."). Adding ?omit=objects makes it work. Something goes wrong when it tries to include the objects in the stream list.

Affected Projects

Core, server.

Reproduction Steps & System Config (win, osx, web, etc.)

Proposed Solution (if any)

For now, adding ?omit=objects makes it work.